Computer monitors draw the lines of an entire frame in a single pass; this technique is called:

a. streaming
b. progressive-scan
c. packing
d. flattening
e. overscan


b. progressive-scan

Computer Science & Information Technology

You might also like to view...

Which of the following is true about naming objects?

A. the database management system provides strict rules B. Camel case does not use special characters to link words C. tables should always be named with a character prefix D. A column name of Last Name is preferable to LastName

Computer Science & Information Technology

Clicking ________ or Clear Contents provide the same result

Fill in the blank(s) with correct word

Computer Science & Information Technology

10BaseT devices use pins 1 and 2 to __________________ data.

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

Computer Science & Information Technology

Which statement declares intList to be a vector of size 5 and the element to be of type int?

A. vector intList[5]; B. vector intList(5); C. vector intList(); D. vector(int) intList[5];

Computer Science & Information Technology