Identify the letter of the choice that best matches the phrase or definition.

A. In numerical order from lowest to highest number
B. In numerical order from highest to lowest number
C. Can be done to create a heading to span across two or more columns
D. Can be used to create two tables from one
E. Enables you to remove cell boundaries from a table


A. Ascending
B. Descending
C. Merge
D. Split
E. Eraser

Computer Science & Information Technology

You might also like to view...

Identify and fix errors in the following code:

``` #include using namespace std; int main() { for (int i = 0; i < 10; i++); { if (j > i) then j++ else j--; } } ```

Computer Science & Information Technology

In a business letter, insert the date at approximately ____________________".

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

Computer Science & Information Technology

A(n) ____ approach for a solution path traces all branches of the state-space graph so that all possible choices are tested and no test cases are repeated.

A. heuristic B. push technology C. intelligent D. brute force

Computer Science & Information Technology

Which of the following syntaxes displays a dialog box, causing the user to enter input text?

A. alert(text[,defaultInput]) B. confirm(text[,defaultInput]) C. prompt(text[,defaultInput]) D. print(text[,defaultInput])

Computer Science & Information Technology