What characteristic of a monitor is calculated by multiplying the number of horizontal pixels and the number of vertical pixels?

A. Brightness
B. Color
C. Size
D. Resolution


Answer: D

Computer Science & Information Technology

You might also like to view...

Which is the correct way to tell the compiler that the class being declared (ChildClass) is derived from the base class (BaseClass)?

a. class ChildClass::public BaseClass b. class ChildClass:public BaseClass c. class ChildClass childOf public BaseClass d. class ChildClass derived BaseClass

Computer Science & Information Technology

What control displays a list of values, and lets users select one from the list?

A. text box B. command button C. option button D. combo box

Computer Science & Information Technology

When the parameters in a method have the same as instance variables you can differentiate them by using the _____ parameter.

a. String b. hidden c. default d. this

Computer Science & Information Technology

File ____ describe(s) file characteristics such as name, type, location, and size.

A. Explorer B. names C. properties D. extensions

Computer Science & Information Technology