A(n) ____________________ graphic is a collection of points, lines, curves, and shapes stored as a set of mathematical instructions.

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


vector

Computer Science & Information Technology

You might also like to view...

What is the difference between a unary and a binary operator?

What will be an ideal response?

Computer Science & Information Technology

When designing a fluid Web page that includes fixed-width content, try to place ____ into the widest column, assigning a generous amount of white space on the left and right so the columns can be resized to some extent.

A. images B. multimedia controls C. tables D. all of the above

Computer Science & Information Technology

You have a frame on your page, and you want five duplicates of it with an equal amount of space between them and the right edge of the page. What is the fastest way to do this?

What will be an ideal response?

Computer Science & Information Technology

The expression !(p | | q) is equal to ____.

A. !p && !q B. !(p && q) C. !p | | !q D. | | (!p !q)

Computer Science & Information Technology