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...
What is the value of cookies after the following statements execute?
int number = 38, children = 4, cookies; cookies = number % children; a. 2 b. 4 c. 9 d. 9.5 e. .5
Computer Science & Information Technology
You can improve loop performance by using prefix incrementing.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology