A user hands you her laptop in the hopes that you can repair it. What should you do first before making any changes?
A. Back up the important data
B. Reinstall the operating system
C. Open the laptop and analyze the components inside
D. Modify the Registry
Answer: A. Back up the important data
Computer Science & Information Technology
You might also like to view...
When exporting to a PDF, what should you check for when the objects are exported?
A) The number of pages B) The format of the report C) The name of the exported file D) The folder the file was saved to
Computer Science & Information Technology
Which of the following statements restores the default fill character?
a. cout.defaultFill(); b. cout.fill(); c. cout.fill(0); d. cout.fill(' ');
Computer Science & Information Technology