Which term below describes a component or entity in a system which, if it no longer functions, will disable an entire system?

A. recovery site
B. recovery point
C. single point of failure
D. cascade point of failure


Answer: C

Computer Science & Information Technology

You might also like to view...

ISO 27000 provides a definition of best practice for 10 security principles.

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

Computer Science & Information Technology

What is the result of the following? int x = 5; int & ref = x; ref++;

a. It increments x b. It increments ref c. It increments ref d. It increments &ref e. It is illegal

Computer Science & Information Technology

What is the complexity of a tree traversal operation?

a. O(n) b. O(1) c. O(n^2) d. O(log n)

Computer Science & Information Technology

A C-string is terminated with ____.

A. the newline character B. the null character C. a square bracket D. a semicolon

Computer Science & Information Technology