When you position the Pen tool over a path, a(n) ____ appears.
A. anchor point
B. small circle
C. plus sign
D. minus sign
Answer: C
You might also like to view...
?In a state transition diagram, the circle at the right with a hollow border is the initial state.
Answer the following statement true (T) or false (F)
The Series dialog box is opened by clicking the Fill button on the File tab.
Answer the following statement true (T) or false (F)
struct nodeType{ int info; nodeType *link;};nodeType *head, *p, *q, *newNode;newNode = new nodeType; Consider the accompanying code. What is the effect of the following statement?newNode->info = 50;
A. Stores 50 in the info field of the newNode B. Creates a new node C. Places the node at location 50 D. Cannot be determined from this code
____ is similar to availability but it measures the probability that a unit will not fail during a given time period.
A. Response likelihood B. Reliability C. Scalability D. Operability