Which of the following is the only sure method of media sanitization?
A. Formatting
B. Destruction
C. Degaussing
D. Overwriting
Answer: B
Explanation: Destruction of media is done by shredding and brining and is the only sure method of media sanitization.
Computer Science & Information Technology
You might also like to view...
The Android OS contains basic and routing capabilities that allow an Android device to become a _____.
A. GPS B. cellular phone C. data transmitter D. Wi-Fi hotspot
Computer Science & Information Technology
What modifier should you use on a class so that a class in the same package can access it but a class (including a subclass) in a different package cannot access it?
a. public b. private c. protected d. Use the default modifier.
Computer Science & Information Technology