Section 1: Test: Mid Term Exam Semester 1
Section 1: Test: 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. 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 Mark for Review
False? (1) Points
True (*)
False
Correct
2. Consider your school library. It will have a database with transaction details of the
books that are borrowed by students. Is the total number of books out on loan in Mark for Review
one given month considered Data or Information? (1) Points
Data
Information (*)
Both
Neither
Correct
3. 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 Mark for Review
delivering the systems that businesses need and want. (1) Points
Correct
4. Businesses involved in any of the following typically use databases to handle their
data: Finance, Logistics, Commerce, Procurement, and Distribution? True or False? Mark for Review
(1) Points
True (*)
False
Correct
Section 2
(Answer all questions in this section)
5. The Physical Model is derived from the Conceptual Model. True or False?
Mark for Review
(1) Points
True (*)
False
Correct
6. The entity/relationship model is created before the physical database design
model? True or False? Mark for Review
(1) Points
True (*)
False
Correct
7. All of the following could be attributes of an ENTITY called PERSON, except which
one? Mark for Review
(1) Points
Haircolor
Weight
Gender
Natacha Hansen (*)
Correct
8. A/an _________ is a picture of all the information that will form the basis for the
finished system. Mark for Review
(1) Points
ERD (*)
Process
Table
Attribute
Correct
9. Which of the following entities most likely contains valid attributes? (Choose two)
Mark for Review
(1) Points
Correct
10. All of the following would be instances of the entity ANIMAL SPECIES, except
which one? Mark for Review
(1) Points
Dog
Bird
Elephant
Leaf (*)
Correct
Section 2
True
False (*)
Correct
Section 3
True (*)
False
Correct
13. One Relationship can be mandatory in one direction and optional in the other
direction. True or False? Mark for
Review
(1) Points
True (*)
False
Correct
True (*)
False
Correct
15. Matrix Diagrams are mandatory when doing data modelling. True or False?
Mark for
Review
(1) Points
True
False (*)
Correct
16. Matrix Diagrams show Optionality and Cardinality of the ERDs they document.
True or False? Mark for
Review
(1) Points
True
False (*)
Correct
Section 4
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.
Correct
18. Which of the following are suitable Entity names? (Choose Two)
Mark for
Review
(1) Points
DOGS
ANIMAL (*)
ANIMALS
DOG (*)
Correct
19. All instances of a subtype may be an instance of the supertype but does not
have to. True or False? Mark for
Review
(1) Points
True
False (*)
Correct
20. When creating entities you must follow these rules: (Choose Two)
Mark for
Review
(1) Points
Exclude Attributes
Correct
Section 4
(Answer all questions in this section)
21. All instances of the supertype must be an instance of one of the subtypes. True or
False? Mark for
Review
(1) Points
True (*)
False
Correct
True
False (*)
Correct
Section 5
(Answer all questions in this section)
23. Many to many relationships must be left in the Model. It is important to have them
documented as M:M. True or False? Mark for
Review
(1) Points
True
False (*)
Correct
24. If two entities have two relationships between them, these relationships can be
either _____________ or _____________ . Mark for
Review
(1) Points
Correct
True (*)
False
Correct
26. 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 Mark for
and only one DNA SAMPLE" Review
(1) Points
Correct
27. Intersection Entities are at the Parent end of the newly created 1:M (Parent:Child)
relationship; therefore, the original entities are the children of the newly created Mark for
intersection entity. True or False? Review
(1) Points
True
False (*)
Correct
28. 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
29. Intersection Entities often have the relationships participating in the UID, so the
relationships are often barred. True or False? Mark for
Review
(1) Points
True (*)
False
Correct
True (*)
False
Correct
31. No
commercia Mark for
l database Review
systems in (1) Points
the world
will accept
tables that
are not on
3rd
Normal
Form.
True or
False?
True
False (*)
Correct
32. 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
Correct
33. A unique identifier must be made up of more than one attribute. True or
False? Mark for
Review
(1) Points
True
False (*)
Correct
34. An entity without repeated values is said to be in 1st Normal Form. True or
False? Mark for
Review
(1) Points
True (*)
False
Correct
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)
True
False (*)
Correct
Correct
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
True
False (*)
Correct
Correct
Section 7
(Answer all questions in this section)
41. Which of the following would be good as a Unique Identifier for its Entity? (Choose
Three) Mark for
Review
(1) Points
Correct
42. Modeling historical data can produce a unique identifier that always excludes
dates. True or False? Mark for
Review
(1) Points
True
False (*)
Correct
Section 9
(Answer all questions in this section)
43. What do users lose when using a system that has no concept of time?
Mark for
Review
(1) Points
Correct
44. If a system includes the concept of time and it stores Start Dates, then End Dates
becomes Mandatory. For each Start Date attribute you create, you MUST create an Mark for
End Date attribute and it must be mandatory. True or False? Review
(1) Points
True
False (*)
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
Correct
True
False (*)
Correct
Section 10
(Answer all questions in this section)
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 of their Mark for
own. True or False? Review
(1) Points
True
False (*)
Correct
49. Which of the following statements are true for ERD's to enhance their readability.
(Choose Two) Mark for
Review
(1) Points
Correct
True
False (*)