Informatics Practices
Computers connected by a network across different cities is an example of …………… .
- LAN
- MAN
- WAN
- PAN
Computer Networks
4 Likes
Answer
MAN
Reason — Computers connected by a network across different cities is an example of MAN (Metropolitan Area Network).
Answered By
2 Likes
Related Questions
Out of the following, which crime(s) will come under cyber crime category ?
- Identify theft
- Invasion of privacy
- Online harassment
- All of the above
E-waste is harmful to the environment and human health if not properly treated or disposed of, therefore they must be handled with care. What are the health hazard which can be caused by E-waste ?
- Lung cancer
- DNA damage
- Brain damage
- All of the above
What will be returned by the given query?
SELECT RIGHT("LEFT", 2) ;In the table 'Student' in MySQL, if column 'Fees' contains the data (5000, 8000, 7500, NULL, 5000, 8000), what will be the output after the execution of the given query?
SELECT COUNT(DISTINCT Fees) FROM student;