Grant is modifying the structure of his worksheet.
Grant presses F8 to enable ____ mode.
A. Edit
B. Insert
C. Select
D. Delete
Answer: C
You might also like to view...
Which of the following is the state bit that is set when an attempted operation fails?
a. ios::failbit b. ios::badbit c. ios::hardfail d. ios::goodbit e. None of these
Which of the following statements is false?
a. The while statement allows you to repeat one or more actions while a condi-tion remains True. Such a statement often is called a loop. b. The following code finds the first power of 3 larger than 50: product = 3 while product < 50: product = product * 3 c. Something in a while statement’s suite must ensure that the condition even-tually becomes False. Otherwise, a logic error called an infinite loop occurs. d. In applications executed from a Terminal, Command Prompt or shell, type Ctrl + c or control + c (depending on your keyboard) to terminate an infinite loop.
Use the document structure described in Exercise 15.23 to formulate the following queries in XQuery:
a. List all classes (identi?ed by a course code and semester) where every student received a B or higher. b. List all students who never received less than a B.
When print-previewing a worksheet with comments, what happens if you click At End of Sheet using the Comments List arrow, click OK, then click the Next Page arrow?
A. The comments appear on a separate page before the worksheet. B. The comments appear on a separate page after the worksheet. C. The comments spill over from the worksheet onto a succeeding page. D. The comments spill over from the first page onto the worksheet.