The word ____ is used to indicate that a program is permanently held in ROM (read only memory), as opposed to being held in secondary storage.

A. hardware
B. firmware
C. software
D. shareware

Answer: B

Computer Science & Information Technology

You might also like to view...

Relational operators allow you to ________ numbers.

A) add B) multiply C) compare D) average E) verify

Computer Science & Information Technology

What will be the output after the following C++ statements have been executed?


a. a c != d
b. a d <;= c
c c. a c != d
d. a c a!= b

Computer Science & Information Technology