Match each feature with its description
A) Groups selected worksheets.
B) Inserts worksheet and is located to right of sheet tabs
C) Relocates worksheet tab in tab row
D) Makes worksheet invisible
102) Click and Drag
103) New Sheet button
104) Select All Sheets
105) Hide
Answers: 102) C 103) B 104) A 105) D
You might also like to view...
Modify the function you wrote for exercise 20 to descend all subdirectories of the named directory recursively and to find the maximum length of any filename in that hierarchy.
What will be an ideal response?
The search and retrieval algorithms for AVL trees are very different than those for regular binary trees.
Answer the following statement true (T) or false (F)
Which of the following statements is not a general inheritance practice that you should keep in mind in the design of a program?
a) Derived classes should have an “is-a” relationship with the parent classes. b) Use the final key word when defining parent classes. c) Avoid shadowing inherited variables when possible. d) Define abstract classes to specify a common class interface for concrete derived classes. e) All of these are general inheritance practices that should be considered when designing a program.
A numeric literal such as 3.5 is considered by the compiler to be a ____________.
a. real number b. floating-point value c. decimal literal d. double literal