| A | B |
| To get a previously saved database, you must: | Retrieve it. |
| Putting data such as names in alphabetical order is called: | Sorting. |
| In a database of elementary school students, what would be the process of ranking them in order of oldest to youngest? | Sort the records by the field "age" in descending order. |
| Ranking a class of students from shortest to tallest would require that the records be: | Sorted by height in ascending order. |
| If you wanted to change a record in a database, you would be performing what operation: | Editing. |
| In a database of elementary students, what operator would you use to find all students under the age of nine? | < |
| The same as is NOT an operator to be used in a search: | True |
| If you needed a hard copy of the database about North Carolina, you would first need to: | Retrieve the file. |
| When you search a database, you are: | Looking for records that meet certain conditions. |
| If you found a spelling mistake in a database entry, what key should you use to erase it? | Delete. |
| If you search records that met conditions using words like "and" and "or," you are using: | Connectors. |
| A descending sort order would be the same as: | From Z to A. |
| To arrange a database of movies made in the 1940's from the oldest to the most recent, it should be sorted by year in: | Descending order. |