To arrange table data such as 1, 25, 5, and 150, choose the ____ sort type.

A. ascending
B. descending
C. number
D. date


Answer: C

Computer Science & Information Technology

You might also like to view...

What is the output of the following code?

``` int w = 98; int x = 99; int y = 0; int z = 1; if (x >= 99) { if (x < 99) cout << y << endl; else cout << z << endl; } else { if (x == 99) cout << x << endl; else cout << w << endl; } ``` a. 98 b. 99 c. 0 d. 1 e. None of these

Computer Science & Information Technology

Using the Mail Merge Wizard in Access, you can create a direct link between the table or ________ and the Word document

A) form B) query C) report D) module

Computer Science & Information Technology

In the Network Diagram view, the critical tasks are displayed in a ____ box and border.

A. blue B. silver C. black D. red

Computer Science & Information Technology

When configuring folder and file permissions, use the ____ button on the folder properties Security tab to change which groups and users have permissions to a folder.

A. General B. Edit C. Modify D. Tools

Computer Science & Information Technology