All of the following concerns are good reasons to back up your data EXCEPT:
A) virus attack on computer
B) the backup program in your computer is reliable
C) theft of your laptop
D) hard disk failure
B
Computer Science & Information Technology
You might also like to view...
Pointers may be assigned which of the following?
a) all integer values b) an address c) NULL d) both b) and c)
Computer Science & Information Technology
Given the class declaration, class D : public class B {/*…*/}; Which of the following is true?
a. public members of B become public members of D b. private members of D become public members of B c. protected members of B become protected members of D d. private members of B become public members of D e. private members of B are inaccessible in D.
Computer Science & Information Technology