Which table formatting feature allows you to combine selected cells into a single cell?

A) Combine
B) Unite
C) Fuse
D) Merge


D

Computer Science & Information Technology

You might also like to view...

A nice performance feature of lazy evaluation is the ability to perform________ evaluation, that is, to stop processing the stream pipeline as soon as the desired result is available.

a. premature b. short circuit c. terminal d. intermediate

Computer Science & Information Technology

Anomaly-based monitoring uses predetermined attack patterns

Indicate whether the statement is true or false

Computer Science & Information Technology

The command that adjusts the height of the rows in a table so that they are equal is:

A. AutoFit B. Adjust Row Height C. Distribute Rows

Computer Science & Information Technology

Which of the following statements creates a pointer variable, p, and initializes it to the address of an integer, x.

A. int% p = &x; B. int^ p = *x; C. int* p = &x; D. int& p = *x;

Computer Science & Information Technology