Case EX 7-1Kristin wants to arrange multiple workbooks in a way where she can compare figures.Kristin wants to move the February worksheet from the February Statement workbook to the Annual Statement workbook. She intends to place the February worksheet after the January worksheet in the Annual Statement workbook. What should she do?
A. In the Annual Statement workbook, right-click the January sheet tab, and then click Move or Copy on the shortcut menu.
B. In the Annual Statement workbook, double-click the January sheet tab, and then click Arrange on the shortcut menu.
C. In the February Statement workbook, double-click the February sheet tab, and then click Arrange on the shortcut menu.
D. In the February Statement workbook, right-click the February sheet tab, and then click Move or Copy on the shortcut menu.
Answer: D
You might also like to view...
What does this describe?
Given the following pseudocode logic: if ( the insertion position is 1 ) Add the new node to the beginning of the chain else Ignore the first node and add the new node to the rest of the chain a. recursive addition of a node to the list b. iterative addition of a node to the list c. addition of a node to the beginning of the list d. adding a node to the end of the list
Class templates allow you to create one general version of a class without having to
A) write any code. B) use member functions. C) use private members. D) duplicate code to handle multiple data types. E) None of the above