What is a snapshot of the system settings and configuration called?

A. rollback point
B. restore unit
C. rollback unit
D. restore point


Answer: D

Computer Science & Information Technology

You might also like to view...

Recursion can be used to

A) compute factorials. B) find the greatest common divisor of two integers (GCD). C) program things that cannot be programmed without recursion. D) All of the above E) Both A and B, but not C

Computer Science & Information Technology

Arguments to a shell command are separated by

A. any number of spaces or tabs B. semicolons

Computer Science & Information Technology

What does the keyword private mean in a class declaration?

A. private members can only be seen by other class members. B. private is a function that keeps data away from external users. C. private members can be seen by any other parts of the program. D. private functions can send data when called from main.

Computer Science & Information Technology

If you want your Web pages to be well formed according to the strict DTD, you must avoid using the name attribute with your ____ elements.

A.

B. C. D.
Computer Science & Information Technology