New LCDs (and video cards) sport fully digital connections, the most common of which is the _______________ standard.

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

DVI

correct

Computer Science & Information Technology

You might also like to view...

Match the following field properties with how they affect the form:

I. Row Source II. Allow Additions III. Allow Deletions IV. Allow Edits V. Tab Stop A. Records can be deleted. B. Records can be changed. C. What table or query provides the data for the Combo Box. D. Will pressing the tab key stop at this field. E. New records can be created.

Computer Science & Information Technology

Which of the following statements about creating arrays and initializing their elements is false?

a. The new keyword should be used to create an array. b. When an array is created with operator new, the number of elements must be placed in square brackets following the type of element being stored. c. The elements of an array of integers have a value of null before they are initialized. d. A for loop is commonly used to set the values of the elements of an array.

Computer Science & Information Technology