Clicking the ____ at the top of the History panel will take you back to the state of the file when it was opened.
A. default icon
B. default thumbnail
C. view thumbnail
D. view small
Answer: B
You might also like to view...
What will be the value of x after the following code is executed?
``` int x = 10, y = 20; while (y < 100) { x += y; } ``` a. 90 b. 110 c. 210 d. this is an infinite loop
Match the terms with their definition
1. Collapse 2. Expand 3. Demote 4. Promote A. To move a paragraph to a lower level in an outline B. To hide lower levels in an outline C. To move a paragraph to a higher level in an outline D. To show lower levels in an outline
You should wait until the normalization process is complete before creating relationships between tables
Indicate whether the statement is true or false
In the figure above the blue box in front of the % sign is a(n) ____.
A. static text box B. dynamic text box C. input text box D. output text box