To insert a column in a table, you must first
A. click the Table Tools Layout tab
B. click the Insert tab
C. click the insertion point in the column adjacent to where the new column will be inserted
D. click the Table Tools Design tab
Answer: C
Computer Science & Information Technology
You might also like to view...
Security reviews have a mandate to make the company's personnel more capable.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
GPS stands for ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
In File Explorer, the path of a file displays in the ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
What is the output of the following C++ code? int x = 55;int y = 5;switch (x % 7){case 0:case 1: y++;case 2:case 3: y = y + 2;case 4: break;case 5:case 6: y = y - 3;} cout
A. 2 B. 5 C. 8 D. 10
Computer Science & Information Technology