Clip art is placed into a document as a(n) ________ image - as if it were a character from the keyboard
A) template B) placeholder C) inline D) merged
C
Computer Science & Information Technology
You might also like to view...
The objective of a(n) ________ analysis is to find out what inputs would result in zero net income or expense
A) Goal Seek B) break-even C) data table D) Scenario Manager
Computer Science & Information Technology
If p is a pointer variable of type int, then the statement ____ copies the value of list into p.
A. list = p; B. p.copy(list); C. p->copy(list); D. p = list;
Computer Science & Information Technology