What card translates binary data into images on a monitor?
A) CPU
B) NIC
C) Video
D) Sound
C
Computer Science & Information Technology
You might also like to view...
What will be the value of x after the following code is executed?
``` int x = 10, y = 20; while (y < 100) { x += y; y += 20; } ``` a. 130 b. 210 c. 110 d. 90
Computer Science & Information Technology
What do most non-PostScript laser printers use for a page description language?
A. enhanced metafile (EMF) B. Printer Control Language (PCL) C. Formatted Print File (FPF) D. Defined Output Print Language (DOPL)
Computer Science & Information Technology