A server failed Thursday evening before the nightly backup. The backup scheme in place was full backups every Sunday, incremental backups on Monday, Wednesday, and Friday, and differential backups on Tuesday, Thursday, and Saturday. To fully restore the server, which of the following is the LEAST amount of backup sets required?
A. One
B. Two
C. Three
D. Four
Answer: C. Three
Computer Science & Information Technology
You might also like to view...
What does it mean for a wireless networking device to be Wi-Fi compliant?
What will be an ideal response?
Computer Science & Information Technology
What is the output of this program?
```int x = 10, y = 12; if(x > y) { cout<<” x is greater than y.”.; }``` A. x is greater than y B. false C. Crash. The statement is written incorrectly. D. Nothing. The statement in side the braces will not execute.
Computer Science & Information Technology
The sum of squares of 3 and 5 is 24.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
In a BIOS-based system, the BIOS uses its boot order to scan a hard drive for a(n) _______________.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology