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
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
Arguments to a shell command are separated by
A. any number of spaces or tabs B. semicolons
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.
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.