To combine a series of cells, you click the Merge Cells button in the:
A) Unite group on the Layout tab. B) Unite group on the Combine tab.
C) Merge group on the Combine tab. D) Merge group on the Layout tab.
D
Computer Science & Information Technology
You might also like to view...
Binary code is actually:
a) a complex programming language. b) a series of 0’s and 1’s. c) machine language instructions. d) a series of characters representing the numbers 0 to 9
Computer Science & Information Technology
Which of the following statements regarding abstract methods is false?
a. An abstract class can have instances created using the constructor of the abstract class. b. An abstract class can be extended. c. A subclass of a non-abstract superclass can be abstract. d. A subclass can override a concrete method in a superclass to declare it abstract. e. An abstract class can be used as a data type.
Computer Science & Information Technology