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
Systems Analysis and Design
Quiz 11: Data Storage Design
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 81
True/False
The most efficient tables in a relational database in terms of storage space have no redundant data and very few null values.
Question 82
True/False
When moving from logical data models to physical data models,you should update your CRUD matrix.
Question 83
True/False
One process when considering data storage design is to move from physical data models to logical data models.
Question 84
True/False
Transaction processing systems and decision support systems will generally have very different data storage needs.
Question 85
True/False
When converting a logical ERD into a physical data model,you will want to specify both primary keys and international keys.
Question 86
True/False
A CRUD matrix shows exactly how data are used and created by major processes in the system.
Question 87
True/False
The two primary ways to optimize a relational database are (a)for storage efficiency and (b)for using the smallest amount of space.
Question 88
True/False
Maria is working for the Minneapolis Dance Troop (MDT)and wants a database that can support text,numbers,video,and audio.She will probably select the multidimensional database format.
Question 89
True/False
Systems to support decision making generally need to update data frequently with a large volume of data.
Question 90
True/False
Brian wants an e-commerce system to be able to do a lot of rapid processing - like search for particular keywords in documents;return the price of an item;update quantities in the shopping cart.He is probably building an Expert System.
Question 91
True/False
MIS stands for Management Information Systems.
Question 92
True/False
When working on a major project,project teams will always select and stay with only one database format for consistency of development and use.
Question 93
True/False
When changing from logical data models to physical data models,you will want to change the attributes of the logical ERD to fields in the physical ERD.
Question 94
True/False
Technical feasibility might play a major part in selecting a database system (for example,if a project group and development group are very familiar with relational databases,it might be best to stay with relational databases).
Question 95
True/False
Rachel wants aggregated data like find the number of banking customers who have savings accounts over $100,000 and home mortgages with her bank.She probably wants to use a Decision Support System.
Question 96
True/False
Although TJ did a lot of work normalizing the database so that it is in third normal form (3NF),he may want to 'denormalize' it so that access might be faster.
Question 97
True/False
The best design for accessing data faster is generally the most efficient storage as well.
Question 98
True/False
CRUD stands for 'create','read','update' and 'delete'.
Question 99
True/False
Sanjay is creating a screen form that interfaces with a relational database.He should use the median (middle)value in the database as his default value - as that will make it easier for the users to move up and down in the table.