Describe what happens when you open a workbook with links to other workbooks where the other workbooks have been moved to a different folder on your computer.
What will be an ideal response?
The links will not update automatically. Excel will display an error message: This workbook contains one or more links that cannot be updated. You will have to edit the links to resolve the error(s).
You might also like to view...
What happends if you have two files with names file1 and file2 and you type mv file1 file2 ? Which option of mv issues a warning in this situation?
What will be an ideal response?
Match the following terms to their meanings:
I. Subtotal II. Outline III. Collapse IV. Expand V. Grouping A. The process of joining rows or columns of related data together into a single entity B. A row within the dataset containing at least one aggregated value C. A hierarchical structure of data D. Restricting the view of a grouped data set E. Displaying all information in a grouped data set
Which of the following is a correct declaration of enumerated type for the suits of a deck of cards?
a) enumerated type Suit = { hearts, spades, diamonds, clubs }; b) enum Suit {hearts, spades, diamonds, clubs }; c) enum Suit {hearts, spades, diamonds, clubs } d) enumerated type Suit = {hearts, spades, diamonds, clubs }; e) enum Suit = { hearts, spades, diamonds, clubs }
The N parameter of the GOP refers to _____.
A. the number of B-frames in a GOP B. the number of I-frames in a GOP C. the number of P-frames in a GOP D. the total number of frames in a GOP E. one plus the number of frames between the non-B -frames