When a table has been created, what new tabs appear on the ribbon?
a. Format and Arrange
b. Row and Column
c. Design and Layout
d. No new tabs are created
Answer: c. Design and Layout
You might also like to view...
Label the elements of three-by-five two-dimensional array sales to indicate the order in which they’re set to zero by the following program segment:
``` for (int row = 0; row < sales.length; row++) { for (int col = 0; col < sales[row].length; col++) { sales[row][col] = 0; } } ```
A(n) ________ is an artificial column added to a table to serve as a primary key that is unique and sequential when records are created
Fill in the blank(s) with correct word
You must click a cell to make it active before entering data.
Answer the following statement true (T) or false (F)
A plastic scribe is a technology tool to write on smartphones and tablets
Indicate whether the statement is true or false