What is expressed as the number of horizontal pixels by the number of vertical pixels?

A. color depth
B. color scheme
C. pixel depth
D. screen resolution


Answer: D

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. If the counter variable of a For...Next loop will assume values that are not whole numbers, then the variable must not be of type Integer. 2. The step value of a For...Next loop can be given by a numeric literal, variable, or expression. 3. The variable index declared with the statement For index As Integer = 0 To 5 cannot be referred to outside of the For…Next loop. 4. When Option Infer is set to On, a statement of the form Dim num = 7 is valid.

Computer Science & Information Technology

To launch VBA in Microsoft Access, click the ________ tab and then click Visual Basic in the Code group

A) CREATE B) DATABASE TOOLS C) FILE D) HOME

Computer Science & Information Technology

In the Search Companion, the ________ will narrow the search results when using more than one keyword or phrase

A) quotation marks (" ") B) question mark (?) C) asterisk (*) D) pound symbol (#)

Computer Science & Information Technology

What kind of information would you find in an application log?

A) Information about software running on the OS B) Information about applying for a job C) Information about successful and failed login attempts D) Information about events generated by the OS

Computer Science & Information Technology