Which of the following is NOT an available interface for CD and DVD drives?
A) SCSI
B) IDE
C) USB
D) MIDI
D
Computer Science & Information Technology
You might also like to view...
Match the following charts with their descriptions:
I. Bubble chart II. Surface chart III. Area chart IV. Doughnut chart V. Pie chart A. Shows comparison of one series B. Similar to Pie, but with multiple series C. Similar to XY, but with three values D. Emphasizes the magnitude of change over time E. Two data sets plotting a surface
Computer Science & Information Technology
What would be returned by the call nameListPtr-> getPosition(“Tammie”)
Given the following sequence of names added to an ADT sorted list: nameListPtr–>insertSorted("Tammie"); nameListPtr–>insertSorted("Brenda"); nameListPtr–>insertSorted("Sarah"); nameListPtr–>insertSorted("Tom"); nameListPtr–>insertSorted("Carlos"); a. 1 b. 3 c. 4 d. 5
Computer Science & Information Technology