The display device for a desktop computer is formally called a ____.

A. touch screen
B. video reader
C. video input
D. monitor


Answer: D

Computer Science & Information Technology

You might also like to view...

Which EAP protocol creates an encrypted channel between the client authentication server and the client, and uses Microsoft Windows logins and passwords?

A. TKIP B. LEAP C. PEAP D. ICMP

Computer Science & Information Technology

Briefly distinguish between scheduled and unscheduled programs.

What will be an ideal response?

Computer Science & Information Technology

A technician is building a new PC and notices that it has 8 DIMM sockets labeled 0 through 7. Four are white and four are blue. Which of the following should the technician do FIRST?

A. Install the memory in the four white slots B. Install the memory in the four blue slots C. Consult the motherboard documentation D. Install the memory in slots 0 through 3 E. Fill all slots with memory

Computer Science & Information Technology

What will happen when the following code is executed?

``` JPanel panel = new JPanel(); Color selectedColor; selectedColor = JColorChooser.showDialog(null, "Select color", Color.BLUE); ``` A) A Color Chooser will be displayed in the upper, left-hand corner of the screen with "Select color" in its Title Bar and blue pre-selected. B) A Color Chooser will be displayed in the center of the screen with "Select color" in its Title Bar and blue pre-selected. C) A Color Chooser will be displayed in the center of the screen with "Select color" as the OK button's text and blue pre-selected. D) A Color Chooser will be displayed in the lower, right-hand corner of the screen with "Select color" in its Title Bar and blue pre-selected.

Computer Science & Information Technology