In addition to the Zoom tool, you can use the ____ commands on the View menu.

A. Zoom Up and Zoom Down
B. Enlarge and Reduce
C. View More and View Less
D. Zoom In and Zoom Out


Answer: D

Computer Science & Information Technology

You might also like to view...

cout << “How many items would you want?\n”;

a. is an output statement b. is an input statement c. is a variable declaration d. is a program

Computer Science & Information Technology

? Referring to the figure above, a linked text entry is ____.

A. About Us B. Rooms C. Reservations D. All of the above.

Computer Science & Information Technology

What operation does the following algorithm describe?Algorithm aHeapAlgorithm (heap, newNode)   if (newNode not the root)      set parent to parent of newNode      if (newNode key > parent key)         exchange newNode and parent)         aHeapAlgorithm (heap, parent)      end if   end ifend aHeapAlgorithm

A. build heap B. insert heap C. reheap up D. reheap down

Computer Science & Information Technology

Case 2Brandon works for a large construction firm in the Northeast.  He was hired for his excellent skills in web design, specifically his experience with Dreamweaver.  Brandon is eager to put his experience and skills to good use in building some promotional pages for the company. Brandon does not want the table borders to be visible. What should he do?

A. Select All Borders and then change the colore to None. B. Set the border value to 0. C. Select the table and then click the white color swatch. D. Change the cell spacing to 0 and the color to None.

Computer Science & Information Technology