DVD stands for:

a. Dynamically-Variable Disc
b. Distributed Video Disc
c. Data-Vision™ Disc
d. Double-Volume Disc
e. Digital Versatile Disc


e. Digital Versatile Disc

Computer Science & Information Technology

You might also like to view...

To delete sample data in the datasheet's columns or rows, select the cells, then press the ________ key.

A. CUT B. REMOVE C. DELETE D. TURN OFF

Computer Science & Information Technology

The StringBuilder methods _____________ not only change the contents of a string buffer, but also returns a reference to the string buffer.

a. delete b. append c. insert d. reverse e. replace

Computer Science & Information Technology

If you do not need efficient random access but need to efficiently move sequentially through the list, then use the _____________ class.

(a) Vector (b) LinkedList (c) HashSet (d) TreeSet

Computer Science & Information Technology

A programmer must do the following before using an array:

a. declare then reference the array. b. create then declare the array. c. create then reference the array. d. declare then create the array.

Computer Science & Information Technology