COGNITIVE ASSESSMENT
Optical discs store items by using microscopic ______ (indentations) and ______ (flat areas).

A. dents/mesas
B. bumps/smooths
C. pits/lands
D. holes/levels


Answer: C

Computer Science & Information Technology

You might also like to view...

Analyze the following code:

``` Integer[] c = {3, 5}; java.util.Collections.shuffle(c); System.out.println(java.util.Arrays.toString(c)); ``` a. The code is correct and displays [3, 5]. b. The code is correct and displays [5, 3]. c. The code has a compile error on Collections.shuffle(c). c cannot be an array. d. The code has a compile error on Integer[] c = {3, 5}.

Computer Science & Information Technology

The Privacy Protection Act has been criticized by various courts and numerous citizen groups for its vagueness, ambiguity, and the overbroad scope of its content

Indicate whether the statement is true or false.

Computer Science & Information Technology

Choose the sentence with the correct comma usage from the following set of sentences.?

A. ?Your hard work Vinh is greatly appreciated.  (No commas) B. ?Your hard work, Vinh, is greatly appreciated. C. ?Your hard work, Vinh is greatly appreciated.

Computer Science & Information Technology

Which of the following is a computer bus interface for connecting host bus adapters to mass storage devices such as hard disk drives and optical drives?

A) Serial-attached SCSI (SAS) B) Fiber Channel C) Internet SCSI (iSCSI) D) Serial ATA (SATA)

Computer Science & Information Technology