FIGURE AC 1-1
Referring to Figure AC 1-1 above, if you sorted the database on "Last Name," you would be sorting on a ____.

A. field selector
B. database selector
C. row selector
D. datasheet selector


Answer: A

Computer Science & Information Technology

You might also like to view...

In a producer/consumer relationship with a single cell of shared memory, which of the following is true?

a. The consumer must run first. b. The producer must run first. c. The producer must run first or the consumer will have to wait. d. The consumer must run first or the producer will have to wait.

Computer Science & Information Technology

When you define a C++ class so that the result is an ADT, which of the following remarks about whether to make a member variable or function public or private are correct?

a. Make them all public. It simplifies life and makes things more efficient to be able access members anywhere. b. Don’t make member variables public. c. Make all member functions public. d. There are some member functions that shouldn’t be public, but most should be public.

Computer Science & Information Technology

Case-Based Critical Thinking QuestionsCase 8-1James created a table of his school soccer team schedule that will be placed on the team's Web page. The table contains four columns: Opponent, Home/Away, Date, and Start Time. The table will contain 10 rows. James has some problems with formatting the table and asks Kyra to help him resolve them.There are three consecutive home games (rows 2-4) where the game starting time is the same. Kyra tells James that there is a way to combine cells with the same value. Which of the following is the correct one?

A. For the column "Start Time" of the second row, include colspan="3" within the tag. B. For the column "Start Time" of the second row, include rowspan="3" within the tag. C. For the column "Start Time" of the second, third, and fourth rows, include the same starting time within the tags. D. none of the above

Computer Science & Information Technology

________ is the Microsoft central information sharing and business collaboration platform for organizations

Fill in the blank(s) with correct word

Computer Science & Information Technology