A differential backup covers what data on a system?
a. It includes all data every time it is performed.
b. It includes only data that has changed since the last backup.
c. It includes data that has changed since the last full backup.
d. It includes data that has changed since the last incremental backup.
ANSWER: c
You might also like to view...
If a do…while structure is used:
a. An infinite loop cannot take place. b. Counter-controlled iteration is not possible. c. The body of the loop will execute at least once. d. An off-by-one error cannot occur.
Which of the following is the first packet sent in the TCP three-way handshake?
A. RST B. SYN C. ACK D. PSH
How can an event table be used to create a data flow diagram?
What will be an ideal response?
How many values does a value-returning function return at its completion?
A. one B. as many as defined in the parameter list C. none D. the number is predefined in the compiler