Identify the letter of the choice that best matches the phrase or definition.

A. The four basic types are text, graphics, audio, and video
B. The standard unit of luminous intensity
C. An output device that visually conveys text, graphics, and video information
D. A display device packaged as a separate peripheral
E. The time in milliseconds it takes to turn a pixel on or off
F. Orientation that is taller than it is wide
G. Use this for a display's optimal results
H. Controls the manipulation and display of graphics on a display device
I. Port that enables digital signals to transmit directly to the LCD monitor
J. A technology that reads hand-drawn marks such as small circles or rectangles
K. Sometimes called an all-in-one device
L. Technology that uses radio signals to communicate with a tag placed in or attached to an object, an animal, or a person
M. Printer that forms characters by striking a mechanism against an inked ribbon
N. Self-service gas pumps often print receipts using this kind of printer
O. Orientation that is wider than it is tall
P. Type of display that sandwiches a layer of gas between two glass plates
Q. The most advanced form of digital television
R. Kind of bar code used by retail and grocery stores
S. Kind of printer used to produce high-quality drawings such as maps and circuit diagrams
T. The quality of an LCD monitor or LCD screen depends in part on this


A. output
B. candela
C. display
D. monitor
E. response time
F. portrait
G. native resolution
H. GPU
I. DVI
J. OMR
K. multifunction printer
L. RFID
M. impact
N. thermal
O. landscape
P. plasma
Q. HDTV
R. UPC
S. plotter
T. resolution

Computer Science & Information Technology

You might also like to view...

When an application uses many components, rather than deriving just one class from the JFrame class, it is often better to encapsulate smaller groups of related components and their event listeners into their own class. A commonly used technique to do this is:

A) To extend a class from the JAbstractButton class to contain other components and their related code B) To extend a class from the JComponent class to contain other components and their related code C) To extend a class from the JPanel class to contain other components and their related code D) To extend a class from the JFrame class to contain other components and their related code

Computer Science & Information Technology

A(n) ________ is a message sent back to inform the email sender that you have opened, and presumably read, the message

Fill in the blank(s) with correct word

Computer Science & Information Technology

In Access queries, you can use aggregate functions to perform a calculation on a ________ and return a ________

A) column of data, column of data B) single value, single value C) single value, column of data D) column of data, single value

Computer Science & Information Technology

Consider the following statements:string str = "ABCDEFD";string::size_type position;After the statement position = str.find('D'); executes, the value of position is ____.

A. 3 B. 4 C. 6 D. 7

Computer Science & Information Technology