ROM chips called ______ contain permanently written instructions, or information, such as start-up instructions.
A. SROM
B. hard drives
C. boot memory
D. firmware
Answer: D
You might also like to view...
Information entered into a field is called the field ____.
A. index B. rating C. attribute D. value
Which program comes with the Windows operating system?
A) Illustrator B) Word C) Paint D) SketchUp
What will be output after the following Java statements have been executed (assume all variables are of type int)? a = 4; b = 12; c = 37; d = 51;
``` if (a < b) { System.out.println("a < b"); } if (a > b) { System.out.println("a > b"); } if (d <= c) { System.out.println("d <= c"); } if (c != d) { System.out.println("c != d"); } ``` a. a < b c != d b. a < b d <= c c != d c. a > b c != d d. a < b c < d a != b
What is pixel pitch sometimes called?
A. dot pitch B. display pitch C. ratio pitch D. contrast pitch