The Millers are empty nesters and no longer need a four-bedroom house. They have scheduled a meeting with a realtor. In preparation, they are doing an inventory of their home. They have opened a Microsoft Word file to begin documenting what they have. The Millers insert a 9-column-by-4-row table in their Word file, with each column representing a room in their house.The Millers decide to add a 10th column titled  "basement." They add this 10th column by positioning the insertion point in a cell in the ninth column and clicking the ____ button in the Rows & Columns group on the Table Layout tab.

A. Above
B. Right
C. Left
D. Below


Answer: B

Computer Science & Information Technology

You might also like to view...

Define a function named cents that returns its argument divided by 100 and truncated to an integer. For example:

>>> cents(12345) 123

Computer Science & Information Technology

Which of the following cannot cause a syntax error to be reported by the Java compiler?

a. Mismatched {} b. Missing */ in a comment that begins with /* c. Missing ; d. An extra blank line.

Computer Science & Information Technology

The branch of physics that studies sound is ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The function that accepts a single string argument as input, converts the value of the argument to lowercase letters, then returns the converted value is the LCase function. ____________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology