You can press the ____ key to insert a regular frame in the selected location.
A. F
B. Q
C. F4
D. F5
Answer: D
You might also like to view...
What is wrong with the following pseudocode that displays a menu and repeatedly displays the menu until the user enters a valid selection?
``` Do Select menuSelection Case 1: Do task 1 Case 2: Do task 2 Case 3: Do task 3 End Select While menuSelection < 1 OR menuSelection > 3 ``` a. There are no output statements in the cases. b. A While loop should be used, not a Do-While loop. c. The last line should be: While menuSelection != 0 d. There is nothing wrong with this pseudocode.
HTTP error code ____ means the client stopped the request before the server finished retrieving it.?
A. ?400 B. ?401 C. ?403 D. ?408
Some tags are ____________________, occurring only as single tags.
Fill in the blank(s) with the appropriate word(s).
If you created a main document based on an existing document entitled "Confirmation Letter," what default filename would Word give the main document?
A. Confirmation Letter-1 B. Document1 C. Confirmation Letter-merge D. MainDocument1