The VGA standard offers _______________ colors at a resolution of 640 ? 480 pixels.
A. 16
B. 24
C. 32
D. 64
Answer: A
You might also like to view...
Which of these is NOT one of the attributes the author says may be found in definitions of usability:
a. Learnable b. Efficient c. Habit forming d. Delightful
A system lockout is
A) A device that can be purchased and installed for extra security measures B) A configuration created by the user for safety reasons C) A device used externally to scan instructions into a computer D) A configuration where the system will lock out for a period of time
DSL and cable are types of ____ connections, high-speed connections that are continually connected to the Internet.
A. line B. broadband C. optical D. immediate
In the constructor for the ArrayBag class shown below, what is the missing code?
def __init__(self, sourceCollection = None):
A. items.add(self) B. self.items = Array(ArrayBag.DEFAULT_CAPACITY) C. self.items = ArrayBag.add(sourceCollection) D. add.items(self, sourceCollection)