The ____ tool mode on the Shape options bar adds a bitmap shape that overwrites underlying pixels.

a. Overwrites
b. Add a bitmap shape
c. Fill pixels
d. Pixels


D. Pixels

Computer Science & Information Technology

You might also like to view...

Which of the following is not a way to help you design a general purpose Web site intended for the average user?

A) Use professional tools. B) Study other Web sites. C) Examine the Web sites of professional designers. D) Make extensive use of Web plug-ins. E) Create templates of your own.

Computer Science & Information Technology

Analyze the following code:

``` void f(int x[], int length) { for (int i = 0; i < length; i++) cout << " " << x[i]; } int main() { int x[] = {0, 1, 2, 3, 4, 5}; f(x, 5); } ``` a. The program displays 0 1 2 3 4 5. b. The program displays 0 1 2 3 4 and then raises a runtime exception. c. The program displays 0 1 2 3 4. d. The program displays 0 1 2 3 4 5 and then raises a runtime exception.

Computer Science & Information Technology

A word usage error is underlined with a(n) ________ wavy line

Fill in the blank(s) with correct word

Computer Science & Information Technology

A column heading is represented by numbers

Indicate whether the statement is true or false.

Computer Science & Information Technology