What is the purpose of hashing a copy of a suspect drive?

A. To render it read-only
B. To check for changes
C. To remove viruses
D. To make it secure

Answer: B. To check for changes

Computer Science & Information Technology

You might also like to view...

The ________ in Mac OS X file system is similar to the Windows File Explorer

A) Finder B) Search utility C) Spotlight utility D) Home folder

Computer Science & Information Technology

What does the following statement do?

double[] array1 = new double[10]; a. It declares array1 to be a reference to an array of double values. b. It will allow valid subscripts in the range of 0 through 9. c. It creates an instance of an array of ten double values. d. It does all of these.

Computer Science & Information Technology