You can use the ________ option to insert an image from a file into a shape

A) Smart Guide B) picture fill C) eyedropper D) vector graphic

B

Computer Science & Information Technology

You might also like to view...

What is output by this code?

Consider the following snippet of code: ``` int firstNum = 25; int seconNum = 3; double result = 25/3; System.out.println(result); ``` a) 8.0 b) 8.333333333 c) 8 d) 8.3 e) This snippet of code will result in a compiler error

Computer Science & Information Technology

In echo checking, the receiver

a. repeats everything back to the transmitter for confirmation b. repeats only questionable data back to the transmitter for confirmation c. sends a checksum to the transmitter for confirmation and waits for it to be echoed back d. none of the above

Computer Science & Information Technology