Which of the following topologies would cause the network to be segmented if any one machine went offline?
A. Bus
B. Mesh
C. Star
D. Hybrid
Answer: A. Bus
You might also like to view...
A block:
a. Must contain exactly three statements. b. Cannot contain declarations. c. Is a compound statement. d. Is represented by placing a semicolon (;) where a statement would normally be.
A stack is a __________ data structure.
a. FILO. b. FOLI. c. LOFI. d. LIFO.
Answer the following statements true (T) or false (F)
1. A linked list is called "linked" because each node in the series has a pointer that points to the next node in the list. 2. If there are no nodes in a linked list, you cannot append a node to the list. 3. When working with a linked list one of the basic operations you can perform is to destroy the list. 4. A new node must always be made the last node in the list. 5. A new node cannot become the first node in the list.
Which of the following is true about PRNGs?
A. they are not completely random B. their state is measured in bytes C. the shorter the state, the longer the period D. they can never produce the same value