COGNITIVE ASSESSMENT
What is a form of digital television that works with digital broadcast signals, transmitting digital sound, supporting wide screens, and providing high resolutions?

A. OTA
B. UHF
C. VHF
D. HDTV


Answer: D

Computer Science & Information Technology

You might also like to view...

What would be the output of the call someThing (6) given the following definition?

void someThing (int n) { if (n > 3) { someThing (n – 1); cout << 2 * n << “ “ << n + 2 << “ “; } } a) 8 6 10 7 12 8 b) 12 8 10 7 8 6 6 5 c) 5 8 12 7 10 6 8 d) 6 5 8 6 10 7 12 8

Computer Science & Information Technology

Electronic ____________________ are typically installed on access points such as windows, doors, ceilings, and walls.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

In AFS-1 and AFS-2, the distributed file system cache was updated at the __________ level. In AFS-3, the distributed file system cache was updated at the __________ level.

a) file, block b) block, file c) user, server d) server, user

Computer Science & Information Technology

If the Method attribute of a form is set to ____, the form data will be appended to the end of the path specified in the Action box.

A. POST B. GET C. DEFAULT D. ACTION

Computer Science & Information Technology