A(n) ____ is a temporary view of the data whose criteria are always discarded when you close the datasheet.
A. Filter
B. Query
C. Grid
D. Sort
Answer: A
You might also like to view...
Answer the following statements true (T) or false (F)
1. Most people find command line interfaces easier to use than GUI interfaces. 2. If the operating system of a computer uses GUI, then the programmer can incorporate GUI elements into a program. 3. In a GUI environment the user determines the order in which things happen. 4. In a user interface flow diagram an arrow appears between two windows when actions performed in one window can cause another window to open.
Encryption utilities scramble the data in a file by using a _____ key.
A. password B. multi-digit C. 10-digit D. compression
Which of the following would not fit on a desk or your hand?
A. PC B. mobile computer C. supercomputer D. game console
In the declaration statement below, ____ acts as an object handle.Scanner keyboard = new Scanner( System.in );
A. Scanner B. keyboard C. new D. System.in