When you click an anchor point with the Convert Anchor Point tool, ____.

A. a new direction line emerges
B. large font size
C. the direction handle is removed
D. the anchor point is deleted


Answer: C

Computer Science & Information Technology

You might also like to view...

Do the following two statements in (I) and (II) result in the same value in sum?

``` (I): for (int i = 0; i < 10; ++i) { sum += i; } (II): for (int i = 0; i < 10; i++) { sum += i; } ``` a. Yes b. No

Computer Science & Information Technology

To share a Word document with others, you can save it to ________, which is your associated cloud storage

A) OneDrive B) DropBox C) iCloud D) Google Drive

Computer Science & Information Technology

Excel's ________ function returns a random number from 0 to less than 1

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

Computer Science & Information Technology

Often, the hardest part of correcting an error in computer software is finding out exactly what is causing the error.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology