A digital camera’s resolution is measured in ____, or millions of dots per inch.

a. pixels
b. megapixels
c. bits
d. none of the above


b. megapixels

Computer Science & Information Technology

You might also like to view...

Which of the following will cause the next output to begin on a new line?

A) cout << endl; B) cout << "endl"; C) cout << "/n"; D) All of the above E) A and C, but not B

Computer Science & Information Technology

An event procedure is a set of Visual Basic instructions that are processed when a specific event (such as the Click event) occurs.

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

Computer Science & Information Technology

When inserting a hyperlink in a presentation, it will only show as a hyperlink when in ________ view

A) Normal B) Slide Sorter C) Reading D) Slide Show

Computer Science & Information Technology

Which of the following is an example of dynamic method invocation?

A. Running a superclass method from a subclass object B. Running an object's method from another program's main method. C. Running an object's private method from another method within that same object. D. Running System.out.println("Hello World!");

Computer Science & Information Technology