The ________ tool is a new feature for images in PowerPoint 2010

A) Crop B) Picture
C) Colors D) Remove Background


D

Computer Science & Information Technology

You might also like to view...

Which of the following is a poor programming practice?

a. Indenting the statements in the body of each control structure. b. Using floating-point values for counters in counter-controlled iteration. c. Nesting multiple iteration structures. d. Placing vertical spacing above and below control structures.

Computer Science & Information Technology

Which of the following statements are correct?

a. char[][][] charArray = new char[2][2][]; b. char[2][2][] charArray = {'a', 'b'}; c. char[][][] charArray = {{'a', 'b'}, {'c', 'd'}, {'e', 'f'}}; d. char[][][] charArray = {{{'a', 'b'}, {'c', 'd'}, {'e', 'f'}}};

Computer Science & Information Technology

____behavior is behavior that does not conform to a set of approved standards of behavior.

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

Computer Science & Information Technology

What is the minimum requirement of RAM for Windows XP Professional?

A. 64 MB B. 128 MB C. 256 MB D. 32 MB

Computer Science & Information Technology