Why is it never advisable to resize a picture by dragging a center handle?

A) Doing so will move the picture.
B) Doing so will skew the picture.
C) Doing so will deselect the picture.
D) Doing so will anchor the picture to the nearest paragraph.


B

Computer Science & Information Technology

You might also like to view...

What is the output of the following code segment?

int p = 5, t = 2, c = 0; while (c < 3) { p *= t; c++; } cout << p; a) 10 b) 20 c) 40 d) 80

Computer Science & Information Technology

Which of the following is NOT found on a motherboard?

a. RAM b. CPU c. sound card d. hard drive

Computer Science & Information Technology

To insert a column in a table, you must first

A. click the Table Tools Layout tab B. click the Insert tab C. click the insertion point in the column adjacent to where the new column will be inserted D. click the Table Tools Design tab

Computer Science & Information Technology

To select an unselected text object, press [____], click the text object, and then release [____].

A. Tab B. Enter C. F3 D. Shift

Computer Science & Information Technology