You can use the ____________________ tool to create your own simple vector graphics within a document.

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


Shapes

Computer Science & Information Technology

You might also like to view...

Which of the following functions is a properly overloaded function of the following?

int doSomething(int first, float second); a. float doSomething(int first, float second); b. int doSomething( int next, float last); c. int doSomething(int first, int second, float third); d. int doSome(int first, float second);

Computer Science & Information Technology

The hasNext() method of the Iterator interface has a return value of:

a. byte b. int c. boolean d. none of the above

Computer Science & Information Technology

In order to specify the resource requirements of software components that process multimedia data, we need estimates of their processing loads. How should this information be obtained without undue effort?

What will be an ideal response?

Computer Science & Information Technology

FIGURE 10-1Figure 10-1 above shows ____.

A. two values referring to the same array variable B. an array with two strings of values C. an array with two names D. two variables referring to the same array object

Computer Science & Information Technology