MID Test Semester 1 Oracle Database Design Ujian Ke-2
MID Test Semester 1 Oracle Database Design Ujian Ke-2
MID Test Semester 1 Oracle Database Design Ujian Ke-2
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 6
(Answer all questions in this section)
1. Until all attributes are single-valued, the database model is said to
Mark for Review
be:
(1) Points
Normalized
Not Normalized (*)
1st Normal Form
2nd Normal Form
Correct
3. All entities must be given a new artificial UID. True or False?
Mark for Review
(1) Points
True
False (*)
Correct
6. 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 no attritibutes are mutually independant and fully
independent on the primary key.
When no attritibutes are mutually independent and all are fully
dependent on the primary key.
None of the Above.
Correct
Section 5
(Answer all questions in this section)
8. If two entities have two relationships between them, these
Mark for Review
relationships can be either _____________ or _____________ ?
(1) Points
Redundant or Required (*)
Replicated or Required
Resourced and Really Good
Redundant and Replicated
Correct
9. Many to many relationships must be left in the Model. It is important
Mark for Review
to have them documented as M-M. True or False?
(1) Points
True
False (*)
Correct
10.What uncommon relationship is described by the statements: "Each
Mark for Review
DNA SAMPLE may be taken from one and only one PERSON and
(1) Points
each PERSON may provide one and only one DNA SAMPLE"
One to Many Optional
One to Many Mandatory
One to One Optional (*)
Many to Many Mandatory
Correct
Section 5
(Answer all questions in this section)
11.Which of the following pairs of entities is most likely to be modeled
Mark for Review
as a M:M relationship?
(1) Points
CAR and WHEEL
TREE and BRANCH
PERSON and FINGERPRINT
TEACHER and SUBJECT AREA (*)
Correct
14.Intersection Entities often have the relationships participating in the
Mark for Review
UID, so the relationships are often barred. True or False?
(1) Points
True (*)
False
Correct
15.Intersection Entities are at the Master end in the relationships
Mark for Review
between it and the original entities. So the original entities are details
(1) Points
or children of the newly created intersection entity. True or False?
True
False (*)
Section 9
(Answer all questions in this section)
16.All systems must include functionality to provide logging or
Mark for Review
journaling in conceptual data models. True or False?
(1) Points
True
False (*)
Correct
18.All systems must have an entity called WEEK with a holiday
Mark for Review
attribute, so you know when to give your employees a holiday. True
(1) Points
or False?
True
False (*)
Correct
19.If a system includes the concept of time and it stores Start Dates,
Mark for Review
then End Dates becomes Mandatory. For each Start Date attribute
(1) Points
you create, you MUST create an End Date attribute and it must be
mandatory. True or False?
True
False (*)
Section 3
(Answer all questions in this section)
21.In a business that sells pet food choose the best relationship name
Mark for Review
between FOOD TYPE and ANIMAL (e.g. dog, horse or cat).
(1) Points
(Choose Two)
(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
23.The many end of a Relationship is called:
Mark for Review
(1) Points
Gulls Foot
Pigs Ear
Crows Ear
Crows Foot (*)
Correct
24.Matrix Diagrams show Optionality and Degrees of the ERDs they
Mark for Review
document. True or False?
(1) Points
True
False (*)
Correct
Section 4
(Answer all questions in this section)
26.Business rules are important to data modelers. True or False?
Mark for Review
(1) Points
True (*)
False
Correct
27.All instances of the supertype must be an instance of one of the
Mark for Review
subtypes. True or False?
(1) Points
True (*)
False
Correct
28.A Supertype can have only one subtype. True or False?
Mark for Review
(1) Points
True
False (*)
Incorrect. Refer to Section 4 Lesson 1.
29.A supertype can only have two subtypes and no more. True or False?
Mark for Review
(1) Points
True
False (*)
Correct
30.You can only create relationships to a Supertype, not to a Subtype.
Mark for Review
True or False?
(1) Points
True
False (*)
Correct
32.There are formal rules for how to draw ERD's, even though they are
Mark for Review
only guidelines, you should always try to follow them. True or
(1) Points
False?
True (*)
False
Correct
33.Generic models are generally far more complex than a specific
Mark for Review
model. True or False?
(1) Points
True
False (*)
Correct
Section 2
(Answer all questions in this section)
35.Relationship names are usually verbs. True or False?
Mark for Review
(1) Points
True (*)
False
Correct
36.Volatile entities have special requirements and need special attention
Mark for Review
when you are doing data modelling. True or False?
(1) Points
True (*)
False
Correct
37.In a physical data model, a relationship is represented as a?
Mark for Review
(1) Points
Column
Row
Instance
Foreign Key (*)
Correct
38.A/an _________ is a picture of all the information that will form the
Mark for Review
basis for the finished system.
(1) Points
ERD (*)
Process
Table
Attribute
Correct
39.Primary Unique Identifiers: (Choose Two)
Mark for Review
(1) Points
(Choose all correct answers)
Are Required. The data model is not complete until all entities
have a Primary UID. (*)
Distinguish each instance of an entity from all others (*)
Are not required
You may create more than one Primary Unique Identifier for an
entity
Correct
40.Entity and Attribute names are always interchangable, so you need
Mark for Review
not worry about choosing the right type. True or False?
(1) Points
True
False (*)
Section 2
(Answer all questions in this section)
41.Documenting Business Requirements helps developers control the
Mark for Review
scope of the systems, so users do not suddenly want the new system
(1) Points
to contain twice as much functionality. True or False?
True (*)
False
Correct
Section 7
(Answer all questions in this section)
42.Which of the following would be good as a Unique Identifier for its
Mark for Review
Entity? (Choose Three)
(1) Points
(Choose all correct answers)
Personal Identification number for Person (*)
Vehicle Registration Number for Car (*)
ISBN Number for Book (*)
Date of birth for Baby
Correct
43.A recursive relationship must Mandatory at both ends. True or
Mark for Review
False?
(1) Points
True
False (*)
Correct
46.Arcs are Mandatory in Data modeling. All ERD's must have at least
Mark for Review
one Arc. True or False?
(1) Points
True
False (*)
Correct
47.All relationships participating in an arc must be mandatory. True or
Mark for Review
False?
(1) Points
True
False (*)
Correct
50.Arcs are used to visually represent _________ between two or more
Mark for Review
relationships in an ERD.
(1) Points
Sameness
Differences
Exclusivity (*)
Inheritance
Correct