Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Database Design Application
Quiz 2: Introduction to Database Development
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
True/False
Because many physical design and distributed design decisions must be tested on a populated database,these last two phases of the development process are usually divided between systems design and systems implementation.
Question 2
True/False
The broadest goal of database development is to produce a working database that processes data efficiently and securely.
Question 3
True/False
Achieving good data quality is such an important goal in database design that short and long-term costs are seldom an issue.
Question 4
True/False
Conceptual data modeling is especially process-oriented and requires mostly hard skills of the database designer.
Question 5
True/False
Due to the high cost costs of developing new systems,a system is seldom changed once it has been implemented.
Question 6
True/False
In the traditional life cycle,the systems implementation phase begins when an information system becomes operational.
Question 7
True/False
The external schema of a database represents all the requirements and formats of the system,while the conceptual schema deals with the requirements of a particular usage of the database.
Question 8
True/False
The characteristic of consistency in data quality is achieved when each part of the database has only one meaning.
Question 9
True/False
Although establishing a common vocabulary among different parts of an organization is not easy,a database can unify an organization by accomplishing this.
Question 10
True/False
Refinements to the conceptual data model usually occur in the logical database design phase.
Question 11
True/False
The role of a database is to provide short-term memory for an information system.
Question 12
True/False
The systems analysis phase produces problem statement and feasibility study,which are inputs into the systems design phase.
Question 13
True/False
An system is a set of unrelated components that work independently to accomplish some objectives.
Question 14
True/False
The two main activities in the logical database design phase of database development are conversion to tables and data propagation.
Question 15
True/False
Indexing on a column or group of columns of a table can improve the performance of update operations in a database,but it slows down the retrieval process of queries.
Question 16
True/False
The first two phases of database development are concerned with the information content of the database,while the last two phases are concerned with the efficient implementation of the design.
Question 17
True/False
The conceptual data modeling and logical database design phases are not concerned with the efficient implementation of a database.
Question 18
True/False
Data placement decisions usually occur in the distributed design phase of database development.
Question 19
True/False
Database replication,a technique to improve performance by having multiple copies of the database available to various user groups,is very seldom done in practice because it is too difficult to keep all the copies consistent.