When you change the size of a(n) _______ graphic, the objects change proportionally and maintain their smooth edges.

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


vector

Computer Science & Information Technology

You might also like to view...

To support object-oriented programming, a programming language must include which of the following features?

a. encapsulation b. inheritance c. polymorphism d. all of the above

Computer Science & Information Technology

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

1. The C-string library function strcmp compares two strings for equal length. 2. To get a complete line of 70 or so character into a C-string is as simple as declaring a long enough C-string and then using the >> operator to extract the line from the input.

Computer Science & Information Technology

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

1. You can not use the set method to put an element at just any index. 2. Inheritance is the reason why some parameters of the ArrayList class are of type Base_Type and others of type Object. 3. A for loop is an enhanced loop. 4. The Type parameter is always indicated as a T.

Computer Science & Information Technology

Photoshop has tools that let you bend and warp text ____________________.

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

Computer Science & Information Technology