What feature is used to fit a shape to the inserted picture?

A) Picture Border
B) Picture Effects
C) Crop to Shape
D) Shape to Picture

C

Computer Science & Information Technology

You might also like to view...

The key that defines the colors assigned to categories in a chart is called a(n) ________

A) object B) marker C) legend D) element

Computer Science & Information Technology

Let x be an int on a machine with four-byte ints. What effect does

x<<=1; x>>=1; have? a) There is no effect. b) The leftmost bit of x is set to zero. c) The rightmost bit of x is set to zero. d) Both b) and c).

Computer Science & Information Technology