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...
Which of the following is NOT true regarding normalization?
A) When you normalize a database, you will have larger tables, each representing a different thing. B) If you know the primary key of an entity in a normalized database, each of the attributes will have just one value. C) There will be no redundant data in the tables. D) Normalization is the process of minimizing duplicate data.
Computer Science & Information Technology
Suppose you wish to provide an accessor method for a boolean property finished, what signature of the method should be?
a. public void getFinished() b. public boolean getFinished() c. public boolean isFinished() d. public void isFinished()
Computer Science & Information Technology