Which tool allows you to scroll around to see other areas of an image?
A. View
B. Scroll
C. Zoom
D. Hand
Answer: D
Computer Science & Information Technology
You might also like to view...
The Revisions pane displays comments and changes made in the copy
Indicate whether the statement is true or false
Computer Science & Information Technology
Consider the following statements: struct rectangleData{ double length; double width; double area; double perimeter;}; rectangleData bigRect;Which of the following statements is valid in C++?
A. cin >> bigRect.length >> width; B. cout
Computer Science & Information Technology