A ________ network can contain servers as well as individual computers.

A. client/server
B. peer-to-peer
C. switch
D. bridge


Answer: A

Computer Science & Information Technology

You might also like to view...

If a field’s size is too small, users might not be able to enter complete data into a field without resizing it in Datasheet view. _________________________

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

Computer Science & Information Technology

The term used to describe how a network is wired is _______

Fill in the blank(s) with correct word

Computer Science & Information Technology

If a numeric variable is being changed by a consistent amount with each iteration through the loop, the while statement is the best choice of loop constructs.

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

Computer Science & Information Technology

Assuming that t is an array and tPtr is a pointer to that array, what expression refers to the address of element 3?

a) *(tPtr + 3) b) tPtr[3] c) &t[3] d) *(t + 3)

Computer Science & Information Technology