Which of the following buttons is a Slide Sorter button?

A.
B.
C.
D.

Answer: A

Computer Science & Information Technology

You might also like to view...

What is the output of the following code segment if the data entered are 3, 2 and 4?

int x, y, z; cout << “Enter three numbers: “; cin >> x >> y >> z; y = x + z; x = z + 1; cout << x << “ “ << y<< “ “ << z;

Computer Science & Information Technology

?A web table can contain any number oftheadandtfootelements but only onetbodyelement.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology