A(n) ________ is an object such as a line, arrow, circle, square, or callout that you can draw on a worksheet or chart

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


Answer: shape

Computer Science & Information Technology

You might also like to view...

All of the following are true about the Hide method of a form except:

a. Using the Hide method removes the form from memory. b. The Hide method makes the form invisible. c. Once you have called the Hide method, the form can be redisplayed with the ShowDialog method. d. Once you have called the Hide method, the form can be redisplayed with the Show method.

Computer Science & Information Technology

To save time and avoid formatting errors, you can use the ____ to apply custom formatting to other places in your presentation quickly and easily.

A. Format Designer B. Formatter C. Format Shaper D. Format Painter

Computer Science & Information Technology

Using the ________ Volume command will reduce the size of the partition without losing data

Fill in the blank(s) with correct word

Computer Science & Information Technology

Locating a particular item in a binary search tree of n nodes requires at most ______ comparisons.

a) n b) n 3 c) n / 2 d) n – (n / 2)

Computer Science & Information Technology