If computers are close together, the network linking them is called a ____.

A. LAN
B. WAN
C. NET
D. Web

Answer: A

Computer Science & Information Technology

You might also like to view...

The Consolidate command can summarize data only within the same workbook

Indicate whether the statement is true or false.

Computer Science & Information Technology

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

1. The value of count is 0; limit is 10. Evaluate: count == 0 && limit < 20 2. The value of count is 0; limit is 10. Evaluate: (count != 0)||(limit < 20) 3. In a while loop, the Boolean_Expression is executed before each execution of the loop body. 4. In a do-while loop, a continue statement terminates the loop. 5. A break statement is used in loops only.

Computer Science & Information Technology