If a user uses the operating system's "delete" command to erase data, what type of data removal procedure was used?

A. wiping
B. purging
C. degaussing
D. data sanitation


Answer: B

Computer Science & Information Technology

You might also like to view...

The appearance of a document is referred to as its ________

A) presentation B) version C) format D) style

Computer Science & Information Technology

What standarizes sounds and video format so plug-ins like Flash are no longer needed?

A. SMTP B. IMAP4 C. JavaScript D. HTML5

Computer Science & Information Technology

In the accompanying figure, item 3 points to the ____.

A. layer boundary B. edit bars C. rectangle frame D. none of the above

Computer Science & Information Technology

Case-Based Critical Thinking QuestionsCase 1: XYZ SolutionsYou have just started working for XYZ Solutions as a programmer. Your first assignment is to review and correct various code so that you can become familiar with the company's programs. Your supervisor wants you to change the Do...Loop in the previous problem to a For...Next loop. He also wants the message to display only three times. Which of the following For clauses should you use?

A. For intCounter As Integer = 1 To 4 B. For intCounter As Integer = 1 To 3 C. For intCounter As Integer = 0 To 3 D. For intCounter = 1 To 3

Computer Science & Information Technology