For which of the following is the spelling, disk, used?
A. magnetic media
B. CDs
C. DVDs
D. optical media
Answer: A
You might also like to view...
An advantage of inheritance is that:
a. All methods can be inherited. b. All instance variables can be uniformly accessed by subclasses and superclasses. c. Objects of a subclass can be treated like objects of their superclass. d. None of the above.
What is wrong in the following code?
```
#include
double[] as = new double[7];double[] bs;bs = as;How many objects are present after the code fragment in the accompanying figure is executed?
A. 1 B. 2 C. 7 D. 14
How do you represent the hexadecimal value A in binary?
A. 1110 B. 1011 C. 1100 D. 1010