The Distribute Rows button can be found in the ________ group

A) Alignment B) Table C) Cell Size D) Rows & Columns


C

Computer Science & Information Technology

You might also like to view...

What is an association, and what is its purpose?

What will be an ideal response?

Computer Science & Information Technology

Methods of protecting against ESD include which of the following? (Choose all that apply.)

a. ESD straps b. Self-grounding c. Antistatic bags d. Grounded electrical outlets

Computer Science & Information Technology

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

1. What is the value of the following function call, given the function definition that follows? keepGoing (3, 4) // function call bool keepGoing (int a, int b) // function definition { return ( a != b – 1) } 2. The following code is syntactically correct: enum aFriend {jane, judy, jim}; enum enemy {tim, tom, trudy}; aFriend mine; enemy yours; … if (mine < yours) … 3. The following code is syntactically correct: enum shopping {milk, eggs, juice}; shopping item1, item2; … if (item1 < item2) … 4. If you write function to input and output variables of an enumeration type, the type definition must have global scope. 5. You cannot use an enumeration type as a cast operator.

Computer Science & Information Technology

A unit of computer code that performs an action is called a ________

A) sequence B) procedure C) module D) VBA

Computer Science & Information Technology