Mid Term Exam Semester 1
Mid Term Exam Semester 1
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct answer.
Section 1
(Answer all questions in this section)
1. Once you have learned how to write programs and build systems, you no
longer need any input or involvement from any users as you are perfectly
capable of delivering the systems that businesses need and want.
Mark for
Review
(1) Points
Mark for
Review
(1) Points
True (*)
False
Correct
3. Consider your school library. It will have a database with transaction details
of the books that are borrowed by students. Is a detail of one student
borrowing one book considered Data or Information?
Mark for
Review
(1) Points
Data (*)
Information
Both
Neither
Incorrect. Refer to Section 1 Lesson 2.
4. Databases are used in most countries and by most governments. Life, as we
know it, would change drastically if we no longer had access to databases.
True or False?
Mark for
Review
(1) Points
True (*)
False
Correct
Section 2
(Answer all questions in this section)
5. Which of the following entities most likely contains valid attributes? (Choose
two)
Mark for
Review
(1) Points
Mark for
Review
(1) Points
Mark for
Review
(1) Points
Haircolor
Weight
Gender
Natacha Hansen (*)
Correct
8. In a physical data model, an entity becomes a/an?
Mark for
Review
(1) Points
Experience
Instance
Table (*)
None of the above
Correct
9. Volatile attributes have special requirements and need special attention
when you are doing data modelling. True or False?
Mark for
Review
(1) Points
True (*)
False
Correct
10. An ERD is an example of a Physical Model. True or False?
Mark for
Review
(1) Points
True
False (*)
Correct
Section 2
(Answer all questions in this section)
11. The UID for an Entity is always the first attribute that you created for that
entity. It does not matter which attribute is first; as long as you have a UID,
you are done. True or False?
Mark for
Review
(1) Points
True
False (*)
Correct
Section 3
(Answer all questions in this section)
12. The many end of a Relationship is called:
Mark for
Review
(1) Points
Gulls Foot
Pigs Ear
Crows Ear
Crows Foot (*)
Correct
13. Matrix Diagrams are developed BEFORE the ERD. True or False?
Mark for
Review
(1) Points
True (*)
False
Incorrect. Refer to Section 3 Lesson 4.
14. Relationships represents something of significance to the business. True or
False?
Mark for
Review
(1) Points
True (*)
False
Correct
15. In a business that sells pet food, choose the best relationship name
between FOOD TYPE and ANIMAL (e.g. dog, horse, or cat). (Choose Two)
Mark for
Review
(1) Points
(Choose all correct answers)
Each FOOD TYPE must be suitable for one or more ANIMALs. (*)
Each ANIMAL must be the seller of one or more FOOD TYPES.
Each FOOD TYPE may be made from one or more ANIMALs.
Each FOOD TYPE may be given to one or more ANIMALs. (*)
Correct
16. Two entities can ONLY have one relationship between them. True or False?
Mark for
Review
(1) Points
True
False (*)
Correct
Section 4
(Answer all questions in this section)
17. Why is it important to identify and document structural rules?
Mark for
Review
(1) Points
Ensures we know what data to store and how that data works together.
(*)
Ensures nothing. There are no benefits to be gained from documenting
your Structural Business Rules. We need to concentrate on the
Procedural Business Rules only.
Ensures we know what processes are in place and how to program
them.
All of the Above.
Correct
18. A Supertype can have only one subtype. True or False?
Mark for
Review
(1) Points
True
False (*)
Incorrect. Refer to Section 4 Lesson 1.
19. The "Other" subtype is mandatory. True or False?
Mark for
Review
(1) Points
True
False (*)
Correct
20. All ER diagrams must have one of each of the following: (Choose two)
Mark for
Review
(1) Points
Mark for
Review
(1) Points
True
False (*)
Correct
22. When creating entities you must follow these rules: (Choose Two)
Mark for
Review
(1) Points
Section 5
(Answer all questions in this section)
23. What do you call the entity created when you resolve a M:M relationship?
Mark for
Review
(1) Points
Mark for
Review
(1) Points
True (*)
False
Correct
25. When you resolve a M:M, you simply re-draw the relationships between the
two original entities; no new entities are created. True or False?
Mark for
Review
(1) Points
True
False (*)
Correct
26. If a relationship can NOT be moved between instances of the entities it
connects, it is said to be:
Mark for
Review
(1) Points
Mandatory
Optional
Transferable
Non-Transferable (*)
Correct
27. Relationships can be Redundant. True or False?
Mark for
Review
(1) Points
True (*)
False
Correct
28. What uncommon relationship is described by the statements: "Each DNA
SAMPLE may be taken from one and only one PERSON and each PERSON
may provide one and only one DNA SAMPLE"
Mark for
Review
(1) Points
Mark for
Review
(1) Points
Mark for
Review
(1) Points
Mark for
Review
(1) Points
True
False (*)
Correct
32. When data is only stored in one place in a database, the database conforms
to the rules of ___________.
Mark for
Review
(1) Points
Normality
Reduction
Normalization (*)
Multiplication
Correct
33. The candidate UID that is chosen to identify an entity is called the Primary
UID; other candidate UIDs are called Secondary UIDs.
Mark for
Review
(1) Points
Mark for
Review
(1) Points
True (*)
False
Correct
35. When is an entity in 2nd Normal Form?
Mark for
Review
(1) Points
When all non-UID attributes are dependent upon the entire UID. (*)
When attributes with repeating or multi-values are removed.
When no attritibutes are mutually independent and all are fully
dependent on the primary key.
None of the Above.
Correct
Section 7
(Answer all questions in this section)
36. A single relationship can be both Recursive and Hierarchical at the same
time. True or False?
Mark for
Review
(1) Points
True
False (*)
Correct
Mark for
Review
(1) Points
True
False (*)
Correct
38. Which of the following is NOT a relationship type?
Mark for
Review
(1) Points
Mark for
Review
(1) Points
Something that each Entity should have, but is not mandatory (*)
Useful as an alternative means of identifying instances of an entity,
independent of their datatype
Mandatory in data modeling
Always comprised of numbers
Correct
40. Arcs are Mandatory in Data modeling. All ERD's must have at least one Arc.
True or False?
Mark for
Review
(1) Points
True
False (*)
Correct
Section 7
Mark for
Review
(1) Points
True
False (*)
Correct
42. No parts of an UID are mandatory. True or False?
Mark for
Review
(1) Points
True
False (*)
Correct
Section 9
(Answer all questions in this section)
43. 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
44. What do users lose when using a system that has no concept of time?
Mark for
Review
(1) Points
Correct
45. 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
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. (*)
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.
Allow them to enter whatever delivery charge they want.
Correct
Section 10
(Answer all questions in this section)
47. Generic models are generally far more complex than a specific model. True
or False?
Mark for
Review
(1) Points
True
False (*)
Correct
48. A datamodel containing generic modeling techniques must not be mixed in
with non-generic models. The generic entities MUST be drawn on a diagram
Mark for
Review
(1) Points
True
False (*)
Correct
49. 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 (*)
Correct
50. Formal rules do exist for drawing ERD's. Even though they are only
guidelines, you should always try to follow them. True or False?
Mark for
Review
(1) Points
True (*)
False
Correct