Download Diagnostic Quiz

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Serializability wikipedia , lookup

Open Database Connectivity wikipedia , lookup

Oracle Database wikipedia , lookup

IMDb wikipedia , lookup

Ingres (database) wikipedia , lookup

Extensible Storage Engine wikipedia , lookup

Entity–attribute–value model wikipedia , lookup

Microsoft Jet Database Engine wikipedia , lookup

Concurrency control wikipedia , lookup

Database wikipedia , lookup

Clusterpoint wikipedia , lookup

ContactPoint wikipedia , lookup

Relational model wikipedia , lookup

Database model wikipedia , lookup

Transcript
LIS 558 - Summer 2000
Diagnostic Quiz
Please complete the following 30 multiple choice questions. You have fifteen minutes. This
Quiz is for diagnostic purposes only.
1.
The conceptual model is ____________
a. independent of software, but not hardware.
b. independent of hardware, but not software.
c. independent both of software and hardware.
d. dependent upon both hardware and software.
2. The __________ provides the macro view of an organization’s data requirements and
operations.
a. E-R diagram
b. normalization procedure
c. dependency diagram
d. schema definition
3. Potential damage from data redundancies can be minimized by ___________.
a. proper implementation
b. careful control
c. use of foreign keys
d. all of the above
4. Each United States President may be associated with many Congresses, and any given
Congress may serve with more than one President (for example, the Congress that served
both J.F. Kennedy and L.B. Johnson). This is an example of which kind of relationship?
a. 1:1
b. 1:M
c. M:N
d. M:1
Faculty of Information and Media Studies
The University of Western Ontario
LIS 558 - Summer 2000
5. The essence of the design process is
a. learning how to listen.
b. drawing elegant E-R diagrams.
c. asking the right questions.
d. knowing the hardware requirements.
6. Some of the important functions of the database guarantee the __________ and the
__________ of the data in the database.
a. integrity, anomaly
b. integrity, consistency
c. integrity, variability
d. integrity, security
7. A good database design begins with a good
a. programming staff.
b. data model.
c. set of data structures.
d. applications team.
8. The following statements are all advantages of E-R Diagrams, EXCEPT:
a. E-R Diagrams provide an effective communication tool.
b. E-R Diagrams offer an exceptional conceptual simplicity.
c. E-R Diagrams provide integration with the relational database model.
d. None of the above.
9. What is the process that helps reduce data redundancy, and therefore anomalies, by
assigning attributes to entities?
a. Database design
b. Conceptual modeling
c. Normalization
d. Internal modeling
10. The primary objective of database design is
a. to produce complete and normalized database models.
b. to create nonredundant database models.
c. to create fully integrated database models.
d. all of the above.
Faculty of Information and Media Studies
The University of Western Ontario
LIS 558 - Summer 2000
11. Which of the following is NOT a component of the E-R data model?
a. Process
b. Entity
c. Attribute
d. Relationship
12. The external model is best described as the __________ view of the data environment.
a. end user’s
b. designer’s
c. database programmer’s
d. database administrator’s
13. What does logical design mean?
a. It is a detailed study of the database environment.
b. It represents the development of a new database.
c. It is the structural blueprint of the database.
d. It focuses on how computer applications use the database.
14. Good database design begins by __________________.
a. determining the cost of the project.
b. hiring a database programmer.
c. identifying appropriate entities and attributes.
d. producing a system catalog.
15. A condition in which given data always yields the same result in a database is called data
____________.
a. independence
b. consistency
c. integrity
d. redundancy
16. The process of database design is a(n) ___________ rather than a linear process.
a. iterative
b. sequential
c. progressive
d. successive
Faculty of Information and Media Studies
The University of Western Ontario
LIS 558 - Summer 2000
17. Which of the following is necessary for a table to exhibit "entity integrity"?
a. Not have a null in the primary key.
b. Have a primary key that uniquely identifies each row.
c. Not have any part of a composite primary key be null.
d. All of the above.
18. Building an E-R diagram usually begins with
a. the end users discovering how their organization really works.
b. deciding which DBMS to use.
c. a general narrative of the organization’s operations and procedures.
d. drawing the E-R diagram and flow charts.
19. A database model is a collection of ____________ constructs.
a. physical
b. technical
c. logical
d. related
20. A DBMS provides storage not only for the data, but also for
a. related data entry forms.
b. report definitions.
c. data validation rules.
d. all of the above.
21. Proper database design requires the database designer to precisely identify the database’s
expected ____________.
a. integrity
b. speed
c. use
d. lifetime
22. Sometimes the highest level of normalization conflicts with the need for
a. fast performance.
b. eliminating data anomalies.
c. minimized data redundancy.
d. data security.
Faculty of Information and Media Studies
The University of Western Ontario
LIS 558 - Summer 2000
23. All attributes must be dependent on the primary key, but they must be __________ each
other.
a. related to
b. also dependent upon
c. independent of
d. subordinate to
24. The ___________ relationship is the relational ideal and constitutes the relational
database’s main building block.
a. 1:1
b. 1:M
c. M:N
d. M:1
25. When considering denormalization, the advantage of higher processing speed must be
carefully weighed against the disadvantage of __________.
a. spending extra time to denormalize
b. making database querying more difficult
c. using less disk space
d. allowing data anomalies
26. How does data redundancy foster abnormal conditions on the database?
a. By duplicating efforts for designing the database.
b. By relying on the integrity of data.
c. By creating two entries for all new data.
d. By forcing database administrators to change values in multiple locations.
27. Why is a table whose primary key consists of only a single attribute automatically in 2NF if
it is in 1NF?
a. Because all relational tables are, by default, in 1NF.
b. Because all relational tables are, by default, in 2NF.
c. Because transitive dependencies cannot exist when the tables are in 2NF.
d. Because a partial dependency can only exist if there are several attributes in the
primary key.
Faculty of Information and Media Studies
The University of Western Ontario
LIS 558 - Summer 2000
28. A partial dependency can exist only if a table’s primary key is composed of
a. three or more attributes.
b. several attributes.
c. one attribute.
d. non-prime attributes.
29. Conflicts over design efficiency are often resolved through compromises which include
__________.
a. diagramming
b. decomposition
c. denormalization
d. documentation
30. The word _________ in the ER model corresponds to a table and not a row in the relational
environment.
a. entity instance
b. entity
c. entity occurrence
d. attribute
Faculty of Information and Media Studies
The University of Western Ontario
LIS 558 - Summer 2000
First Quiz Answers
1. c
11. a
21. c
2. a
12. a
22. a
3. d
13. c
23. c
4. c
14. c
24. b
5. c
15. c
25. d
6. b
16. a
26. d
7. b
17. d
27. d
8. d
18. c
28. b
9. c
19. c
29. c
10. d
20. d
30. b
Faculty of Information and Media Studies
The University of Western Ontario