The process of writing on an optical disc is called ______.

Fill in the blank(s) with the appropriate word(s).


burn

Computer Science & Information Technology

You might also like to view...

Stacks are known as ________ data structures.

a. FIFO. b. FILO. c. LIFO. d. LILO.

Computer Science & Information Technology

All of the following are methods of the Scanner class except:

a. nextFloat() b. next() c. useDelimiter() d. readLine()

Computer Science & Information Technology

The following code uses the technique of ______________iteration:

``` int sum = 0; for (int counter = 0; counter < values.length; counter++) { sum += values[counter]; ```

Computer Science & Information Technology

Which of the following widths is the largest?

A. column width B. child container width C. parent container width D. content width

Computer Science & Information Technology