Section 8 Quiz DD
Section 8 Quiz DD
Section 8 Quiz DD
4. Which of the following statements are true for ERD's to enhance their
readability. (Choose Two) Mark for Review
(1) Points
(Choose all correct answers)
You must ensure that you have every single entity--even if hundreds of
them exist--on one single, big diagram.
The crows feet (many ends) can point whichever way is the easiest to
draw.
6. You must make sure all entities of a proposed system can fit onto one
diagram. It is not allowed to break up a data model into more than one diagram.
True or False? Mark for Review
(1) Points
True
False (*)
7. Formal rules exist for drawing ERD's. You must always follow them, even if it
results in an ERD that is difficult to read. True or False? Mark for Review
(1) Points
True
False (*)
12. Which of the following would be a logical constraint when modeling time
for a country entity? Mark for Review
(1) Points
If you are doing a system for France or Germany, you would need
security clearance.
Daily traffic patterns must be monitored to determine which countries
are overcrowded.
Countries may change their names and/or borders over a period of time.
(*)
People have births and deaths in their countries that must be tracked by
the system.
1. You must make sure all entities of a proposed system can fit onto one
diagram. It is not allowed to break up a data model into more than one diagram.
True or False? Mark for Review
(1) Points
True
False (*)
2. Which of the following statements are true for ERD's to enhance their
readability. (Choose Two) Mark for Review
(1) Points
(Choose all correct answers)
You must ensure that you have every single entity--even if hundreds of
them exist--on one single, big diagram.
The crows feet (many ends) can point whichever way is the easiest to
draw.
Cites may change their names and/or country association if the borders
of a country change. (*)
10. When you add the concept of time to your data model, your model
becomes more complex. True or False? Mark for Review
(1) Points
True (*)
False
11. If you have an entity with a DATE attribute, in addition to other attributes
that track date characteristics, you should create a DAY entity. True or False?
Mark for Review
(1) Points
True (*)
False
12. There are no circumstances where you would create a DAY entity. True
or False? Mark for Review
(1) Points
True
False (*)
13. You are doing a data model for a computer sales company where the
price of postage depends upon the day of the week that goods are shipped. So
shipping is more expensive if the customer wants a delivery to take place on a
Saturday or Sunday. What would be the best way to model this? Mark for
Review
(1) Points
Update the prices in the system, print out the current prices when they
change, and pin them on the company noticeboard.
Use a Delivery Day entity, which holds prices against week days, and
ensure the we also have an attribute for the Requested Delivery Day in the Order
Entity. (*)
14. Why would you want to model a time component when designing a
system that lets people buy bars of gold? Mark for Review
(1) Points
The Government of your country might want to be notified of this
transaction.
You would not want to model this; it is not important.
The price of gold fluctuates and, to determine the current price, you
need to know the time of purchase. (*)
5. All systems must have an entity called WEEK with a holiday attribute, so
you know when to give your employees a holiday. True or False? Mark for
Review
(1) Points
True
False (*)
7. When you add the concept of time to your data model, your model
becomes more complex. True or False? Mark for Review
(1) Points
True (*)
False
8. If you have an entity that a DATE attribute, and other attributes that track
characteristics of the date, you should create a DAY entity. True or False?
Mark for Review
(1) Points
True (*)
False
11. No formal rules exist for drawing ERD's. The most important thing is to
make sure that all entities, attributes, and relationships are documented on the
diagram, and the diagram is clear and readable. True or False? Mark for
Review
(1) Points
True (*)
False
12. In an ERD, High Volume Entities usually have very few relationships to
other entities. True or False? Mark for Review
(1) Points
True
False (*)
13. You are doing a data model for a computer sales company where the
price of postage depends upon the day of the week that goods are shipped. So
shipping is more expensive if the customer wants a delivery to take place on a
Saturday or Sunday. What would be the best way to model this? Mark for
Review
(1) Points
Email current prices to all employees whenever a price changes.
Update the prices in the system, print out the current prices when they
change, and pin them on the company noticeboard.
Use a Delivery Day entity, which holds prices against week days, and
ensure the we also have an attribute for the Requested Delivery Day in the Order
Entity. (*)
14. Which of the following is a logical constraint that could result from
considering how time impacts an example of data storage? Mark for
Review
(1) Points
EMPLOYEE periods can overlap causing the database to crash.
Dates must be stored with Time.
End Date must be before the Start Date.
15. Why would you want to model a time component when designing a
system that lets people buy bars of gold? Mark for Review
(1) Points
You would not want to model this; it is not important.
The Government of your country might want to be notified of this
transaction.
The price of gold fluctuates and, to determine the current price, you
need to know the time of purchase. (*)
1. You are doing a data model for a computer sales company where the
price fluctuates on a regular basis. If you want to allow the company to modify
the price and keep track of the changes, what is the best way to model this?
Mark for Review
(1) Points
A. Create a product entity and a related price entity with start and end
dates, and then let the users enter the new price whenever required.
B. Create a new item and a new price every day.
C. Use a price entity with a start and end date
D. Allow them to delete the item and enter a new one.
E. Both A and C (*)
2. Which of the following is a logical constraint that could result from
considering how time impacts an example of data storage? Mark for
Review
(1) Points
3. You are doing a data model for a computer sales company where the
price of postage depends upon the day of the week that goods are shipped. So
shipping is more expensive if the customer wants a delivery to take place on a
Saturday or Sunday. What would be the best way to model this? Mark for
Review
(1) Points
Update the prices in the system, print out the current prices when they
change, and pin them on the company noticeboard.
Use a Delivery Day entity, which holds prices against week days, and
ensure the we also have an attribute for the Requested Delivery Day in the Order
Entity. (*)
4. Historical data must never be kept. True or False? Mark for Review
(1) Points
True
False (*)
8. No formal rules exist for drawing ERD's. The most important thing is to
make sure that all entities, attributes, and relationships are documented on the
diagram, and the diagram is clear and readable. True or False? Mark for
Review
(1) Points
True (*)
False
9. Formal rules exist for drawing ERD's. You must always follow them, even
if it results in an ERD that is difficult to read. True or False? Mark for Review
(1) Points
True
False (*)
10. Which of the following statements are true to enhance the readability of
ERDs? (Choose Two) Mark for Review
(1) Points
(Choose all correct answers)
Crossing relationship lines help the readability of the diagram.
It does not matter which way the crows feet (many ends of a
relationship) point.
13. When you add the concept of time to your data model, your model
becomes more complex. True or False? Mark for Review
(1) Points
True (*)
False
14. All systems must have an entity called WEEK with a holiday attribute so
that you know when to give employees a holiday. True or False? Mark for
Review
(1) Points
True
False (*)
15. How do you know when to use the different types of time in your design?
Mark for Review
(1) Points
You would first determine the existence of the concept of time and map
it against the Greenwich Mean Time.
5. You are doing a data model for a computer sales company where the
price fluctuates on a regular basis. If you want to allow the company to modify
the price and keep track of the changes, what is the best way to model this?
Mark for Review
(1) Points
A. Create a product entity and a related price entity with start and end
dates, and then let the users enter the new price whenever required.
B. Create a new item and a new price every day.
C. Use a price entity with a start and end date
D. Allow them to delete the item and enter a new one.
E. Both A and C (*)
7. Formal rules exist for drawing ERD's. You must always follow them, even
if it results in an ERD that is difficult to read. True or False? Mark for Review
(1) Points
True
False (*)
10. No formal rules exist for drawing ERD's. The most important thing is to
make sure that all entities, attributes, and relationships are documented on the
diagram, and the diagram is clear and readable. True or False? Mark for
Review
(1) Points
True (*)
False
11. How do you know when to use the different types of time in your design?
Mark for Review
(1) Points
You would first determine the existence of the concept of time and map
it against the Greenwich Mean Time.
Always model time; you can take it out later if it is not needed.
The rules are fixed and should be followed.
It depends on the functional needs of the system . (*)
12. All systems must have an entity called WEEK with a holiday attribute so
that you know when to give employees a holiday. True or False? Mark for
Review
(1) Points
True
False (*)
14. Which of the following would be a logical constraint when modeling time
for a country entity? Mark for Review
(1) Points
Daily traffic patterns must be monitored to determine which countries
are overcrowded.
Countries may change their names and/or borders over a period of time.
(*)
People have births and deaths in their countries that must be tracked by
the system.
If you are doing a system for France or Germany, you would need
security clearance.
15. Which of the following would be a logical constraint when modeling time
for a City entity? Mark for Review
(1) Points
Cites may change their names and/or country association if the borders
of a country change. (*)
People are born in the city and people die in the city.
http://deniace.blogspot.com/2017/02/section-8-quiz-database-design-oracle.html
http://sinpachi.blogspot.com/2017/04/database-design-english-8.html
Section 8 Quiz
(Answer all questions in this section)
4. Which of the following statements are true for ERD's to enhance their
readability. (Choose Two) Mark for Review
(1) Points
(Choose all correct answers)
You must ensure that you have every single entity--even if hundreds of
them exist--on one single, big diagram.
The crows feet (many ends) can point whichever way is the easiest to
draw.
5. No formal rules exist for drawing ERD's. The most important thing is to
make sure that all entities, attributes, and relationships are documented on the
diagram, and the diagram is clear and readable. True or False? Mark for
Review
(1) Points
True (*)
False
6. You must make sure all entities of a proposed system can fit onto one
diagram. It is not allowed to break up a data model into more than one diagram.
True or False? Mark for Review
(1) Points
True
False (*)
7. Formal rules exist for drawing ERD's. You must always follow them, even if it
results in an ERD that is difficult to read. True or False? Mark for Review
(1) Points
True
False (*)
11. How do you know when to use the different types of time in your design?
Mark for Review
(1) Points
It depends on the functional needs of the system . (*)
Always model time; you can take it out later if it is not needed.
You would first determine the existence of the concept of time and map
it against the Greenwich Mean Time.
The rules are fixed and should be followed.
12. Which of the following would be a logical constraint when modeling time
for a country entity? Mark for Review
(1) Points
If you are doing a system for France or Germany, you would need
security clearance.
Daily traffic patterns must be monitored to determine which countries
are overcrowded.
Countries may change their names and/or borders over a period of time.
(*)
People have births and deaths in their countries that must be tracked by
the system.
13. In a payroll system, it is desirable to have an entity called DAY with a
holiday attribute when you want to track special holiday dates. True or False?
Mark for Review
(1) Points
True (*)
False
1. You must make sure all entities of a proposed system can fit onto one
diagram. It is not allowed to break up a data model into more than one diagram.
True or False? Mark for Review
(1) Points
True
False (*)
2. Which of the following statements are true for ERD's to enhance their
readability. (Choose Two) Mark for Review
(1) Points
(Choose all correct answers)
You must ensure that you have every single entity--even if hundreds of
them exist--on one single, big diagram.
The crows feet (many ends) can point whichever way is the easiest to
draw.
Cites may change their names and/or country association if the borders
of a country change. (*)
10. When you add the concept of time to your data model, your model
becomes more complex. True or False? Mark for Review
(1) Points
True (*)
False
11. If you have an entity with a DATE attribute, in addition to other attributes
that track date characteristics, you should create a DAY entity. True or False?
Mark for Review
(1) Points
True (*)
False
12. There are no circumstances where you would create a DAY entity. True
or False? Mark for Review
(1) Points
True
False (*)
13. You are doing a data model for a computer sales company where the
price of postage depends upon the day of the week that goods are shipped. So
shipping is more expensive if the customer wants a delivery to take place on a
Saturday or Sunday. What would be the best way to model this? Mark for
Review
(1) Points
Update the prices in the system, print out the current prices when they
change, and pin them on the company noticeboard.
14. Why would you want to model a time component when designing a
system that lets people buy bars of gold? Mark for Review
(1) Points
The Government of your country might want to be notified of this
transaction.
You would not want to model this; it is not important.
The price of gold fluctuates and, to determine the current price, you
need to know the time of purchase. (*)
5. All systems must have an entity called WEEK with a holiday attribute, so
you know when to give your employees a holiday. True or False? Mark for
Review
(1) Points
True
False (*)
7. When you add the concept of time to your data model, your model
becomes more complex. True or False? Mark for Review
(1) Points
True (*)
False
8. If you have an entity that a DATE attribute, and other attributes that track
characteristics of the date, you should create a DAY entity. True or False?
Mark for Review
(1) Points
True (*)
False
11. No formal rules exist for drawing ERD's. The most important thing is to
make sure that all entities, attributes, and relationships are documented on the
diagram, and the diagram is clear and readable. True or False? Mark for
Review
(1) Points
True (*)
False
12. In an ERD, High Volume Entities usually have very few relationships to
other entities. True or False? Mark for Review
(1) Points
True
False (*)
13. You are doing a data model for a computer sales company where the
price of postage depends upon the day of the week that goods are shipped. So
shipping is more expensive if the customer wants a delivery to take place on a
Saturday or Sunday. What would be the best way to model this? Mark for
Review
(1) Points
Email current prices to all employees whenever a price changes.
Update the prices in the system, print out the current prices when they
change, and pin them on the company noticeboard.
Use a Delivery Day entity, which holds prices against week days, and
ensure the we also have an attribute for the Requested Delivery Day in the Order
Entity. (*)
14. Which of the following is a logical constraint that could result from
considering how time impacts an example of data storage? Mark for
Review
(1) Points
EMPLOYEE periods can overlap causing the database to crash.
Dates must be stored with Time.
End Date must be before the Start Date.
The price of gold fluctuates and, to determine the current price, you
need to know the time of purchase. (*)
1. You are doing a data model for a computer sales company where the
price fluctuates on a regular basis. If you want to allow the company to modify
the price and keep track of the changes, what is the best way to model this?
Mark for Review
(1) Points
A. Create a product entity and a related price entity with start and end
dates, and then let the users enter the new price whenever required.
B. Create a new item and a new price every day.
C. Use a price entity with a start and end date
D. Allow them to delete the item and enter a new one.
E. Both A and C (*)
3. You are doing a data model for a computer sales company where the
price of postage depends upon the day of the week that goods are shipped. So
shipping is more expensive if the customer wants a delivery to take place on a
Saturday or Sunday. What would be the best way to model this? Mark for
Review
(1) Points
Update the prices in the system, print out the current prices when they
change, and pin them on the company noticeboard.
Use a Delivery Day entity, which holds prices against week days, and
ensure the we also have an attribute for the Requested Delivery Day in the Order
Entity. (*)
4. Historical data must never be kept. True or False? Mark for Review
(1) Points
True
False (*)
8. No formal rules exist for drawing ERD's. The most important thing is to
make sure that all entities, attributes, and relationships are documented on the
diagram, and the diagram is clear and readable. True or False? Mark for
Review
(1) Points
True (*)
False
9. Formal rules exist for drawing ERD's. You must always follow them, even
if it results in an ERD that is difficult to read. True or False? Mark for Review
(1) Points
True
False (*)
10. Which of the following statements are true to enhance the readability of
ERDs? (Choose Two) Mark for Review
(1) Points
(Choose all correct answers)
Crossing relationship lines help the readability of the diagram.
It does not matter which way the crows feet (many ends of a
relationship) point.
13. When you add the concept of time to your data model, your model
becomes more complex. True or False? Mark for Review
(1) Points
True (*)
False
14. All systems must have an entity called WEEK with a holiday attribute so
that you know when to give employees a holiday. True or False? Mark for
Review
(1) Points
True
False (*)
15. How do you know when to use the different types of time in your design?
Mark for Review
(1) Points
You would first determine the existence of the concept of time and map
it against the Greenwich Mean Time.
5. You are doing a data model for a computer sales company where the
price fluctuates on a regular basis. If you want to allow the company to modify
the price and keep track of the changes, what is the best way to model this?
Mark for Review
(1) Points
A. Create a product entity and a related price entity with start and end
dates, and then let the users enter the new price whenever required.
B. Create a new item and a new price every day.
C. Use a price entity with a start and end date
D. Allow them to delete the item and enter a new one.
E. Both A and C (*)
7. Formal rules exist for drawing ERD's. You must always follow them, even
if it results in an ERD that is difficult to read. True or False? Mark for Review
(1) Points
True
False (*)
10. No formal rules exist for drawing ERD's. The most important thing is to
make sure that all entities, attributes, and relationships are documented on the
diagram, and the diagram is clear and readable. True or False? Mark for
Review
(1) Points
True (*)
False
11. How do you know when to use the different types of time in your design?
Mark for Review
(1) Points
You would first determine the existence of the concept of time and map
it against the Greenwich Mean Time.
Always model time; you can take it out later if it is not needed.
The rules are fixed and should be followed.
It depends on the functional needs of the system . (*)
12. All systems must have an entity called WEEK with a holiday attribute so
that you know when to give employees a holiday. True or False? Mark for
Review
(1) Points
True
False (*)
14. Which of the following would be a logical constraint when modeling time
for a country entity? Mark for Review
(1) Points
Daily traffic patterns must be monitored to determine which countries
are overcrowded.
Countries may change their names and/or borders over a period of time.
(*)
People have births and deaths in their countries that must be tracked by
the system.
If you are doing a system for France or Germany, you would need
security clearance.
15. Which of the following would be a logical constraint when modeling time
for a City entity? Mark for Review
(1) Points
Cites may change their names and/or country association if the borders
of a country change. (*)
People are born in the city and people die in the city.
If you are doing a system for any French City, you would need security
clearance.
1. In a payroll system, it is desirable to have an entity called DAY with a holiday
attribute when you want to track special holiday dates. True or False? Mark for
Review
(1) Points
True (*)
False
Correct Correct
2. If you have an entity that a DATE attribute, and other attributes that track
characteristics of the date, you should create a DAY entity. True or False? Mark
for Review
(1) Points
True (*)
False
Correct Correct
True (*)
False
True
False (*)
5. How do you know when to use the different types of time in your design?
Mark for Review
(1) Points
Always model time; you can take it out later if it is not needed.
You would first determine the existence of the concept of time and map it against
the Greenwich Mean Time.
Correct Correct
Section 8 Quiz
(Answer all questions in this section)
6. Formal rules exist for drawing ERD's. You must always follow them, even if it
results in an ERD that is difficult to read. True or False? Mark for Review
(1) Points
True
False (*)
True (*)
False
Correct Correct
8. In an ERD, High Volume Entities usually have very few relationships to other
entities. True or False? Mark for Review
(1) Points
True
False (*)
True
False (*)
10. Which of the following scenarios should be modeled so that historical data
is kept? (Choose two) Mark for Review
(1) Points
11. When modeling historical data the unique identifier is always made up of a
barred relationship from the original two entities. True or False? Mark for Review
(1) Points
True
False (*)
12. Historical data must never be kept. True or False? Mark for Review
(1) Points
True
False (*)
13. You are doing a data model for a computer sales company where the price
of postage depends upon the day of the week that goods are shipped. So
shipping is more expensive if the customer wants a delivery to take place on a
Saturday or Sunday. What would be the best way to model this? Mark for Review
(1) Points
Use a Delivery Day entity, which holds prices against week days, and ensure the
we also have an attribute for the Requested Delivery Day in the Order Entity. (*)
Allow them to enter whatever delivery charge they want.
Update the prices in the system, print out the current prices when they change,
and pin them on the company noticeboard.
Allows you to track the history of attribute values, relationships, and/or entire
entities (*)
15. When a system requires that old values for attributes are kept on record,
this is know as Journaling or Logging. True or False? Mark for Review
(1) Points
True (*)
False
Correct Correct
Section 8 Quiz
(Answer all questions in this section)
Allows you to track the history of attribute values, relationships, and/or entire
entities (*)
Correct Correct
Correct Correct
3. When a system requires that old values for attributes are kept on record, this
is know as Journaling or Logging. True or False? Mark for Review
(1) Points
True (*)
False
Correct Correct
Arc.
Transferable Relationship
Non-transferable Relationship.
Always model time; you can take it out later if it is not needed.
You would first determine the existence of the concept of time and map it against
the Greenwich Mean Time.
Correct Correct
Section 8 Quiz
(Answer all questions in this section)
True (*)
False
Correct Correct
7. In a payroll system, it is desirable to have an entity called DAY with a holiday
attribute when you want to track special holiday dates. True or False? Mark for
Review
(1) Points
True (*)
False
Correct Correct
8. Which of the following would be a logical constraint when modeling time for a
City entity? Mark for Review
(1) Points
Daily traffic patterns must be monitored to determine how many law enforcement
officers are needed.
If you are doing a system for any French City, you would need security
clearance.
Cites may change their names and/or country association if the borders of a
country change. (*)
People are born in the city and people die in the city.
Correct Correct
9. You must make sure all entities of a proposed system can fit onto one
diagram. It is not allowed to break up a data model into more than one diagram.
True or False? Mark for Review
(1) Points
True
False (*)
Correct Correct
10. There is no point in trying to group your entities together on your diagram
according to volume, and making a diagram look nice is a waste of time. True or
False? Mark for Review
(1) Points
True
False (*)
Section 8 Quiz
(Answer all questions in this section)
11. In an ERD, it is a good idea to group your entities according to the expected
volumes. By grouping high volume entities together, the diagrams could become
easier to read. True or False? Mark for Review
(1) Points
True (*)
False
Correct Correct
12. Which of the following statements are true to enhance the readability of
ERDs? (Choose Two) Mark for Review
(1) Points
It does not matter which way the crows feet (many ends of a relationship) point.
Crows feet (the many-ends of relationships) should consistently point the same
direction where possible, either South & East or North & West (*)
13. Historical data must never be kept. True or False? Mark for Review
(1) Points
True
False (*)
Correct Correct
14. When modeling historical data the unique identifier is always made up of a
barred relationship from the original two entities. True or False? Mark for Review
(1) Points
True
False (*)
Correct Correct
15. Which of the following scenarios should be modeled so that historical data
is kept? (Choose two) Mark for Review
(1) Points
Correct Correct
Section 8 Quiz
(Answer all questions in this section)
1. Modeling historical data can produce a unique identifier that includes a date.
True or False? Mark for Review
(1) Points
True (*)
False
Correct Correct
3. Historical data must never be kept. True or False? Mark for Review
(1) Points
True
False (*)
Correct Correct
Crows feet (the many-ends of relationships) should consistently point the same
direction where possible, either South & East or North & West (*)
It does not matter which way the crows feet (many ends of a relationship) point.
Correct Correct
5. In an ERD, High Volume Entities usually have very few relationships to other
entities. True or False? Mark for Review
(1) Points
True
False (*)
Correct Correct
Page 1 of 3 Next Summary
Section 8 Quiz
(Answer all questions in this section)
True (*)
False
Correct Correct
7. No formal rules exist for drawing ERD's. The most important thing is to make
sure that all entities, attributes, and relationships are documented on the
diagram, and the diagram is clear and readable. True or False? Mark for Review
(1) Points
True (*)
False
Correct Correct
8. When a system requires that old values for attributes are kept on record, this
is know as Journaling or Logging. True or False? Mark for Review
(1) Points
True (*)
False
Correct Correct
9. Why would you want to model a time component when designing a system
that lets people buy bars of gold? Mark for Review
(1) Points
The price of gold fluctuates and, to determine the current price, you need to
know the time of purchase. (*)
Allows you to track the history of attribute values, relationships, and/or entire
entities (*)
Gives a timestamp to all entities.
Correct Correct
Section 8 Quiz
(Answer all questions in this section)
11. All systems must have an entity called WEEK with a holiday attribute, so
you know when to give your employees a holiday. True or False? Mark for
Review
(1) Points
True
False (*)
Correct Correct
12. When you add the concept of time to your data model, your model becomes
more complex. True or False? Mark for Review
(1) Points
True (*)
False
Correct Correct
13. How do you know when to use the different types of time in your design?
Mark for Review
(1) Points
You would first determine the existence of the concept of time and map it against
the Greenwich Mean Time.
Always model time; you can take it out later if it is not needed.
Correct Correct
14. Which of the following would be a logical constraint when modeling time for
a country entity? Mark for Review
(1) Points
People have births and deaths in their countries that must be tracked by the
system.
If you are doing a system for France or Germany, you would need security
clearance.
Countries may change their names and/or borders over a period of time. (*)
Correct Correct
15. When a relationship may or may not be transferable, depending on time, this
is know as a/an: Mark for Review
(1) Points
Arc.
Transferable Relationship
Non-transferable Relationship.