Test 2
White Form
CS 104
Spring 2001
Multiple Choice: Choose the best answer
1. A Wildcard
2. An anti-virus program ___________________;
3. When using a word processor to create a Web page, you should save the file with a _____extension.
4. To add a graphic to a web page, the format must be
5."AND", "OR", and "NOT" are examples of _______________.
6. Flat files are created by __________-programs
7. When data is kept in a series of unrelated files, the inevitable result is ____________;
8. Subject directories are built by __________; Web databases are built by __________________--.
9. What invention enabled developers to create microcomputers?
10.Which of the following is not true of computers as we progress from one generation to the next?
11. Which type of chart is best for showing parts of the whole?
12. What type of chart usually helps you spot trends easily?
13.If the pound signs (#####) fill a cell, it means what?
14.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?
15. An argument in a function can be which of the following?
16. When you copy the formula =$C$2 + C3 from cell C4 to D4, what is the resulting formula?
17. If you do not use parenthesis in a formula, which type of calculation takes precedence?
18. What function is used to add the values in a range of cell?
19. What appears in the active cell where you enter a formula?
20.Which of the following is a valid formula?
21.To identify the range of cells A1 to Z100, type which of the following?
22. K$5 is a
23. To include all fields in a query, you could:
24.When you sort data in a query
Questions: 25 and 26 will use the following Access tables Employee (Figure 1) and Salary (Figure 2):
Figure1: Employee Table
Figure 2: Salary Table
25. 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
26. 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.
27.Which of the following is not a valid relationship?
28. In which view can you modify the structure of a table?
29. How should you enter criteria for text fields if the criterion contains punctuation?
30. In what order are fields included in a query?
31. GIF
32. In Design view, how can you tell that a field is the primary key?
33. Which of the following is not a valid data type?