Each click on the stage with the Pen Tool creates a(n) ____ point.

a. direction
b. corner
c. anchor
d. orientation


c. anchor

Computer Science & Information Technology

You might also like to view...

Which of the following initializes a vector with a list initializer:

a. vector integers{1, 2, 3, 4, 5, 6}; b. vector.t; integers{1, 2, 3, 4, 5, 6}; c. vector integers(1, 2, 3, 4, 5, 6); d. None of the above.

Computer Science & Information Technology

A ________ network can contain servers as well as individual computers

A) switch B) star C) client/server D) peer-to-peer

Computer Science & Information Technology

The TRIM function:

A) removes all spaces from a text string except for single spaces between words. B) removes leading and trailing spaces only. C) removes all spaces in a string. D) removes leading spaces only.

Computer Science & Information Technology

To insert a line break or hard return in a cell, you would press ________

A) Enter B) Ctrl + Enter C) Alt + Enter D) Shift + Enter

Computer Science & Information Technology