Test 2
Yellow Form
CS 104
Spring 2001
Multiple Choice: Choose the best answer
1. In Design view, how can you tell that a field is the primary key?
2. Which of the following is not a valid data type?
3. A Wildcard
4. Which of the following is not a valid relationship?
5. In which view can you modify the structure of a table?
6. "AND", "OR", and "NOT" are examples of _______________.
7. Flat files are created by __________-programs
8. When data is kept in a series of unrelated files, the inevitable result is ____________;
9. To include all fields in a query, you could:
10.When you sort data in a query
Questions: 11 and 12 will use the following Access tables Employee (Figure 1) and Salary (Figure 2):
Figure1: Employee Table
Figure 2: Salary Table
11. Which of the filled in design grid queries will answer the following question:
Display in alphabetical order the last names of employees who live in Indiana who make over $10,000. (IN)
a
Field: |
LastName |
StateOrProvince |
Salary |
|
Table: |
Employee |
Employee |
Salary |
|
Sort: |
Decending |
|
|
|
Show: |
|
|
|
|
Criteria: |
|
Like "IN" |
>10000 |
|
Or: |
|
|
|
|
b.
Field: |
LastName |
StateOrProvince |
Salary |
|
Table: |
Employee |
Employee |
Salary |
|
Sort: |
ascending |
|
|
|
Show: |
|
|
|
|
Criteria: |
|
Like "IN" |
|
|
Or: |
|
|
>10000 |
|
c
Field: |
LastName |
StateOrProvince |
Salary |
EmployeeID |
Table: |
Employee |
Employee |
Salary |
Employee |
Sort: |
ascending |
|
|
|
Show: |
|
|
|
|
Criteria: |
|
Like "IN" |
|
=[EmployeeID]!Salary |
Or: |
|
|
>10000 |
|
d
Field: |
LastName |
StateOrProvince |
Salary |
|
Table: |
Employee |
Employee |
Salary |
|
Sort: |
ascending |
|
|
|
Show: |
|
|
|
|
Criteria: |
|
Like "IN" |
>10000 |
|
Or: |
|
|
|
|
e.None of the above
12. Which of the filled in design grid queries will answer the following question:
Display the last names of employees who work in Dept 10 or
Dept 11 and do not have benefits.
a
Field: |
LastName |
DepartmentID |
benefits |
|
Table: |
Employee |
Salary |
Salary |
|
Sort: |
|
|
|
|
Show: |
|
|
|
|
Criteria: |
|
Like "10" |
No |
|
Or: |
|
Like "11" |
|
|
b.
Field: |
LastName |
DepartmentID |
Benefits |
|
Table: |
Employee |
Salary |
Salary |
|
Sort: |
|
|
|
|
Show: |
|
|
|
|
Criteria: |
|
=10 |
No |
|
Or: |
|
=11 |
|
|
c
Field: |
LastName |
DepartmentID |
benefits |
EmployeeID |
Table: |
Employee |
Salary |
Salary |
Employee |
Sort: |
|
|
|
|
Show: |
|
|
|
|
Criteria: |
|
=10 |
No |
=[EmployeeID] |
Or: |
|
=11 |
|
|
d
Field: |
LastName |
DepartmentID |
benefits |
|
Table: |
Employee |
Salary |
Salary |
|
Sort: |
ascending |
|
|
|
Show: |
|
|
|
|
Criteria: |
|
=10 |
No |
|
Or: |
|
=11 |
No |
|
e. none of the answers.
13.How should you enter criteria for text fields if the criterion contains punctuation?
14. In what order are fields included in a query?
15. GIF
16. An anti-virus program ___________________;
17. When using a word processor to create a Web page, you should save the file with a _____extension.
18. To add a graphic to a web page, the format must be
19.Subject directories are built by __________; Web databases are built by __________________--.
20.What invention enabled developers to create microcomputers?
21. Which of the following is not true of computers as we progress from one generation to the next?
22. Which type of chart is best for showing parts of the whole?
23. What type of chart usually helps you spot trends easily?
24.If the pound signs (#####) fill a cell, it means what?
25. The contents of the following spreadsheet cells are as follows:
D4 100
A4 99
C4 1
If the formula =IF(D4-A4<=10,-C4*2, 0) is in cell A3, what value is displayed in A3?
26. When you copy the formula =$C$2 + C3 from cell C4 to D4, what is the resulting formula?
27. An argument in a function can be which of the following?
28. If you do not use parenthesis in a formula, which type of calculation takes precedence?
29. What appears in the active cell where you enter a formula?
30. What function is used to add the values in a range of cell?
31. Which of the following is a valid formula?
32.To identify the range of cells A1 to Z100, type which of the following?
33. K$5 is a