Which of the following is FALSE about sorting data in a Word table?

A) Field names (also referred to as column names) should be included in a sort.
B) Data can be arranged in descending order.
C) Data in a table can be sorted by date.
D) Sorting data in a table from 1 to 100 would be an ascending order sort.


A

Computer Science & Information Technology

You might also like to view...

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

1. A real-world example of the queue data structure can be seen in a stack of cafeteria trays, where the last tray pushed onto the stack is the first tray removed. 2. In a static stack class, the constructor function can dynamically allocate memory for the stack array. 3. Stacks and queues can be implemented as arrays or linked lists. 4. The programmer must declare in advance the size of a dynamic stack or queue. 5. A stack that is implemented as a linked list is known as a deque.

Computer Science & Information Technology

Each submacro in a macro group must have a(n) ________ name

A) event B) unique C) command D) submacro

Computer Science & Information Technology

The ________ sets the width of a text field

A) width B) size C) length D) characters

Computer Science & Information Technology

Text box controls arranged in a datasheet format with a label above each column indicates the ____ layout.

A. stacked B. tabular C. columnar D. grid

Computer Science & Information Technology