When many LAN devices are connected in a continuous loop, it is called a

a. star network
b. mesh network
c. bus network
d. ring network


d. ring network

Computer Science & Information Technology

You might also like to view...

What happens at line 2?

``` 1 string s = “math is fun!”; 2 int f = s.at(0) 3 int t = s.size(); 4 int n = s.at(5); 5 int y = s.at(s.5); ``` A. The value of f is m. B. The value of f is [] (empty set). C. The program will not compile. D. The program crashes when it runs.

Computer Science & Information Technology

The principals of object oriented programming include:

(a) encapsulation (b) inheritance (c) polymorphism (d) all of the above

Computer Science & Information Technology

Which field prevents multiple recipients from seeing each other's email addresses?

a. Fw: b. Cc: c. Bcc:

Computer Science & Information Technology

Keys can be thought of as generalized IDs, without their limitations.

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

Computer Science & Information Technology