Which of the following is NOT a merge shapes option?

A) Union
B) Intersection
C) Distribute
D) Combine


C

Computer Science & Information Technology

You might also like to view...

The option to turn on the ruler can be found on the ________ tab

A) Edit B) Insert C) Home D) View

Computer Science & Information Technology

To paste copied cell contents, you can press the _____ keys.

A. CTRL+C B. CTRL+P C. CTRL+V D. CTRL+X

Computer Science & Information Technology

Which of the following input formatting statements would read the following data?  23 z 4.1

A. scanf("%d%c%f", i, c, f); B. scanf("%i%c%f", i, c, f); C. scanf("%d%c%f", &i, &c, &f); D. scanf("%d %c%f", &i, &c, &f); E. scanf("%d %c %x", &i, &c, &f);

Computer Science & Information Technology

To make a change in a bitmap, you modify the ____________________.

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

Computer Science & Information Technology