To sort a field containing numbers into numeric order, use the ________ button
A) Filter
B) Sort Ascending
C) Sort Descending
D) Sort Numbers
B
You might also like to view...
What term below initiates, directs, and sustains all forms of human behavior?
A. Accountability B. Dependability C. Reliability D. Motivation
In a database, characteristics that define a field, such as the length of the field and default values, are called ________
A) field lists B) data types C) properties D) relationships
Suppose that Book is class with two instance variables-name of type String and numOfBooks of type int. Which of the following would be appropriate syntax for the heading of a copy constructor for the class called Book?
A. public Book(String n, int num) B. public Book() C. public Book(Book b) D. public copyBook(String n, int num)
Which of the following scenarios would trigger the Resolve Conflicts dialog box in a shared workbook?
A) Two users attempt to save the same file at the same time. B) Two users open the same file at the same time. C) Network error. D) Two users attempt to change the same cell at the same time.