Case WDX 4-1Darwin works in the admissions department of a large university. He is creating a form letter to send to scholarship recipients. Darwin wants to order the recipient list by state, from A to Z. Which process should he use?
A. Create a query
B. Filter the records by state
C. Sort the state field in descending order
D. Sort the state field in ascending order
Answer: D
You might also like to view...
If the Field List pane opens when you change to Layout view, click the Add Existing Fields button in the Tools group on the ____ tab to close it.
A. Format B. Layout C. Design D. Data
A _____ specifies the fields and identifies the primary key in a particular file.
A. frame design B. table design C. viewport D. window
Your customer wants to build a new computer and needs to make sure he orders the correct power supply for his machine. What should you tell him to check to make sure he orders the correct power supply?
A. Wattage requirements B. RAM requirements C. Type of cooling D. Form factor E. Number of hard drives F. Video requirements
What does the deck[52] array contain in the following statement?
struct card a, deck[52], *cPtr; a) card structure elements b) a structure elements c) *cPtr elements d) none of these