Which type of local area network connects all devices through a central swith, such as a file server?

A. bus network
B. star network
C. mesh network
D. ring network
E. router


Ans: B. star network

Computer Science & Information Technology

You might also like to view...

How many times is "Hi" printed to the screen

for(int i=0;i<14;i++); cout <<"Hi\n"; a. 13 b. 15 c. 14 d. 1

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. C++ iostream class multiply inherits from both istream and ostream classes. 2. If you have an overloaded output operator that can send data to an ostream, which of the following are possible left-hand operands to the operator: 3. When an error occurs when reading from an istream, the fail bit is set on the stream and execution of the program stops. 4. By default, C++ ofstream objects are opened in overwrite mode. 5. No prior knowledge of a file’s structure is needed to be able to read the file in C++.

Computer Science & Information Technology

A group of similarly structured records can be stored in a ____.

A. record B. spreadsheet C. field D. file

Computer Science & Information Technology

What kinds of information should be sought in interviews?

What will be an ideal response?

Computer Science & Information Technology