Why is file/directory backup attractive compared with image backup?

A. File/directory backup is more attractive compared to image backup because it takes up less storage space and is much faster.
B. File/directory backup is more attractive compared to image backup because it takes up less storage space and is much slower.
C. File/directory backup is more attractive compared to image backup because it takes up more storage space and is much faster.
D. File/directory is attractive because it requires minimal additional work to restore a functioning, fully capable PC.


A. File/directory backup is more attractive compared to image backup because it takes up less storage space and is much faster.

Computer Science & Information Technology

You might also like to view...

What is the output of the following code, given the function definition below?

tester (a, b); cout << a << “ “ << b; void tester (int m, int &n) // function definition { n = n - 2 * m; m = 2 * m; } a) 7 -2 b) 7 12 c) 14 -2 d) 14 12

Computer Science & Information Technology

Which of the following refers to organizations that have been qualified by the PCI Security Standards Council to have their employees assess compliance to the PCI DSS standard?

A) Qualified Security Assessors (QSAs) B) Internal Security Assessors (ISAs) C) Approved Scanning Vendors (ASVs) D) All of the above

Computer Science & Information Technology

An image of an active window on your computer that can be pasted into a document is known as a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

In Java graphics, coordinate units are measured in ________.

a. pixlets. b. pixels. c. points. d. pikels.

Computer Science & Information Technology