A(n) ____ image is a digital image represented by a matrix of pixels.

a. clone
b. export
c. vector
d. raster


b. export

Computer Science & Information Technology

You might also like to view...

The following if statement .

``` if (13 < 12) cout << "Never"; else cout << "Always"; ``` a. writes the word Never b. writes the word Always c. won't compile since 13 is not less than 12 d. causes a runtime error since 13 is not less than 12 e. prints nothing since 13 is not less than 12

Computer Science & Information Technology

Which of the following is NOT a rule for defining names?

A) The letters C or R cannot be defined as a name. B) Spaces are valid. C) Defined name can be no longer than 255 characters. D) First letter must be a letter, underscore, or backslash.

Computer Science & Information Technology

When creating a table, the ____ tag defines a table cell.

A. B. C. D.

Computer Science & Information Technology

Figure OL 2-1 Which button shown in the accompanying figure do you use to attach an external file to an e-mail message?

A. Attach File B. Outlook Item C. Hyperlink D. Object

Computer Science & Information Technology