When merging cells, data in the rightmost cells will be ________

A) lost B) combined with the cells to the left
C) distributed evenly D) retained


A

Computer Science & Information Technology

You might also like to view...

Match the following terms to their meanings:

I. spreadsheet II. Title bar III. worksheet IV. workbook V. Ribbon A. electronic file that contains a grid of columns and rows B. contains file name and software name C. commands organized into groups D. file containing related worksheets E. spreadsheet that contains formulas, functions, values, etc.

Computer Science & Information Technology

Which of the following statements selects the fourth item in the LstNames control?

lstNames.SelectIndex = 3 lstNames.SelectedIndex = 3 lstNames.SelectIndex = 4 lstNames.SelectedIndex = 4

Computer Science & Information Technology

Which of the following is FALSE about footers in Word?

A) Footers appear on each page of a document unless otherwise specified. B) A footer appears at the bottom of a page. C) Graphics can be inserted into a footer. D) Current date and page number can be inserted into a footer.

Computer Science & Information Technology

Modify Fig. 20.9 to display a greeting to the user which contains the name and version of their browser.

What will be an ideal response?

Computer Science & Information Technology