A(n) ________ has an extra layer of special ink in which tiny, precise patches are burned causing them to block light

Fill in the blank(s) with correct word

CD-R

Computer Science & Information Technology

You might also like to view...

In the Action Arguments section of the Macro window, the ________ argument allows the ability to type a specific file path and filename for your output document

A) Output File B) Template File C) Output Quality D) Output Format

Computer Science & Information Technology

The following pseudocode is the general form for the ____________.

```While (the array named Stuff is not sorted) For (J = 0; J Stuff[J + 1] Then Interchange Stuff[J] and Stuff[J + 1] End If End For End While``` a. Bubble sort b. Selection sort c. Serial search d. Binary search

Computer Science & Information Technology