____________________ is the act of creating a new single cell that spans two or more other cells.

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


Merging

Computer Science & Information Technology

You might also like to view...

Many software makers provide free downloadable updates, sometimes called a(n) ______ to users who have registered and/or activated their software.

A. service pack B. debugger C. secure deliverable D. enhancement

Computer Science & Information Technology

In a full outer join, all rows from both tables will be included regardless of whether they match rows from the other table.

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

Computer Science & Information Technology

When a comment is added to a selected cell, it can be viewed in _____.

A. a ScreenTip B. the VIEW tab C. the formula bar D. Live Preview

Computer Science & Information Technology

What is the best way to describe this function prototype?

``` bool Func(int a, int b, int &rC);``` A. It is indescribable. B. The function returns a true/false and has 3 integer inputs. C. The function has two integere inputs and “returns” an integer and a bool. D. This function prototype will not compile.

Computer Science & Information Technology