Anakin is running defrag on his Windows computer. About half way through running the defrag a random power outage occurs and his computer shuts down abruptly. What should he do next to finish his defrag?
a. Install a UPS
b. Nothing - restart your computer and run defrag
c. Run CHKDSK on your drive to ensure data integrity
d. Start in Safe Mode and run defrag
Answer: b. Nothing - restart your computer and run defrag
Computer Science & Information Technology
You might also like to view...
What will be displayed when the following code is executed?
``` int number = 6; while (number > 0) { number -= 3; System.out.print(number + " "); } ``` a. 6 3 0 b. 6 3 c. 3 0 d. 3 0 -3 e. 0 -3
Computer Science & Information Technology
If the following sentence is free of errors, choose the answer True. If there are errors in the sentence, choose the answer False and explain how to correct the sentence.They left there bicycles at the station.?
Answer the following statement true (T) or false (F)
Computer Science & Information Technology