____ are Illustrator objects that you paint with or apply to other objects as strokes.

A. Brushes
B. Paths
C. Paints
D. Pens


Answer: A

Computer Science & Information Technology

You might also like to view...

Data is removed from a stack in the _____ _______ it was entered.

a) same order b) reverse order c) alternating order d) sorted order

Computer Science & Information Technology

The retrieve function does not pass in the key value as a parameter because:

A. the key is never used to retrieve an element B. the client must declare a struct object to hold the retrieved object, and it already has a key data member in it, so the client just passes the object in by reference with the key value set C. the key is already known by the retrieve function D. the elements within a linked list are usually objects, and the retrieve function has no way of comparing a key value to an object

Computer Science & Information Technology

The default time interval for automatically saving Excel files is every five minutes

Indicate whether the statement is true or false

Computer Science & Information Technology

____ are used instead of pointers to allow Java programmers to create data structures.

A. References B. Structs C. Records D. Nodes

Computer Science & Information Technology