Midtem
Midtem
True (*)
False
Correct
2. Which of the following transformations in computing led to the increase in Mark for Review
graphical user interface (GUI) applications?
(1) Points
Correct
3. Information is the result of combining, comparing and performing calculations on Mark for Review
data.
(1) Points
True (*)
False
Correct
Correct
5. The Oracle Academy courses are intended for self study. True or False? Mark for Review
(1) Points
True
False (*)
Computer Repairs
Database performance tuning
Data Modeling, SQL, and PL/SQL (*)
Systems programming and computer architecture
Correct
7. A ___________ model describes a database in terms of tables, columns, and joins Mark for Review
between tables.
(1) Points
Network
Hierarchical
Relational (*)
Object Oriented
Correct
8. A network database comprises of a collection of records connected to one another Mark for Review
through links.
(1) Points
True (*)
False
Correct
9. In a hierarchical database model the data is stored as records that are connected Mark for Review
to one another through ________.
(1) Points
links (*)
primary keys
databases
fields
Correct
10. The advantages of an object-oriented data model are: Mark for Review
(1) Points
Reduced Maintenance
Real-World Modeling
Both A and B. (*)
Neither A or B.
Correct
Correct
Correct
13. All Business Rules can be modeled. Mark for Review
(1) Points
True
False (*)
14. The reason or drive for using databases rather than files has been … Mark for Review
(Choose 3)
(1) Points
Correct
15. Once you have learned how to write programs and build systems, you no Mark for Review
longer need any input or involvement from any users as you are perfectly
capable of delivering the systems that businesses need and want. (1) Points
Correct
Correct
17. The logical model becomes the blueprint for designing the ________ model Mark for Review
(1) Points
Network
Data Flow
Physical (*)
Data Integrity
Correct
18. The logical model's entities, attributes, unique identifiers and relationships map to Mark for Review
the physical model's _________________.
(1) Points
Correct
19. Entity Boxes are drawn on an ERD using what type of shape? Mark for Review
(1) Points
Diamonds
Soft Boxes (*)
Rectangles
Hard Boxes
Correct
Nouns (*)
Verbs
Adverbs
Adjectives
Correct
True (*)
False
Correct
22. Which of the following statements about attributes are true? (Choose Two) Mark for Review
(1) Points
Correct
23. People are not born with “numbers”, but a lot of systems assign student Mark for Review
numbers, customer IDs, etc. A shoe has a color, a size, a style, but may not
have a descriptive “number". So, to be able to uniquely and efficiently identify (1) Points
one instance of the entity SHOE, a/an ______________ UID can be created.
Structured
Identification
Unrealistic
Artificial (*)
Correct
24. The candidate UID that is chosen to identify an entity is called the Primary UID; Mark for Review
other candidate UIDs are called Secondary UIDs.
(1) Points
No, it is not possible to have more than one UID for an Entity.
No, each Entity can only have one UID, the secondary one.
No, after UIDs are first sorted, the first one is called the Primary UID, the
second is the Secondary UID, etc.
Yes, this is the way UID's are named. (*)
Correct
25. A Unique Identifier has a NULL value for each instance of the entity for the Mark for Review
lifetime of the instance. True or False
(1) Points
True
False (*)
Correct
Correct
27. The conceptual model does all of the following except: Mark for Review
(1) Points
Takes into account regulations and laws goverining the industry being
addressed.
Documents type of operating system to be used. (*)
Describes the needs of the business.
Prevents mistakes and misunderstandings.
Correct
28. In an ERD diagram how is cardinality represented ? (Choose two) Mark for Review
(1) Points
Correct
29. ERDish is a language used to create database structures in SQL Mark for Review
(1) Points
True
False (*)
Correct
30. When mapping a relationship for an ERD diagram both sides of the relationship Mark for Review
have to be mapped.
(1) Points
True (*)
False
Correct
Hierarchical
Network
Relational
Flat file (*)
Correct
32. What does single table refer to? (Choose Two) Mark for Review
(1) Points
Correct
33. A foreign key is a column or combination of columns in one table that uniquely Mark for Review
identifies a row of another table.
(1) Points
True (*)
False
Correct
two entities
an entity and itself
multiple entities
All of the above. (*)
35. In a business that sells pet food, choose the best relationship name between Mark for Review
FOOD TYPE and ANIMAL (e.g. dog, horse, or cat). (Choose Two)
(1) Points
Correct
Correct
Section 3
(Answer all questions in this section)
37. How many subtypes can a supertype have? Mark for Review
(1) Points
two
one
zero
any number (*)
Correct
38. Which of the following statements about subtypes is not true? Mark for Review
(1) Points
Correct
39. Arcs are used to visually represent _________ between two or more Mark for Review
relationships in an ERD.
(1) Points
Differences
Exclusivity (*)
Sameness
Inheritance
Correct
40. Transferable relationships can only be mandatory, not optional. True or Mark for Review
False?
(1) Points
True
False (*)
Correct
True
False (*)
Correct
42. When converting attribute names to columns __________ are frequently used. Mark for Review
(1) Points
abbreviations (*)
special characters
spaces
numbers
Correct
43. When mapping a barred relationship a primary key and foreign key can be the Mark for Review
same field.
(1) Points
True (*)
False
Correct
44. In a physical data model, a relationship is represented as a combination of: Mark for Review
(Choose Two)
(1) Points
Column
Check Constraint or Unique Key
Primary Key or Unique Key (*)
Foreign Key (*)
45. Modeling historical data is optional. True or False? Mark for Review
(1) Points
True (*)
False
Correct
46. A table is in 3NF if it has met all database requirements for both 1NF and 2NF and all Mark for Review
transitive dependencies are eliminated.
(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
No, in which case you should let the database administrator handle them
No, but you just explain them to the users so they can enforce them
Yes, all constraints must be modeled and shown on the ER diagram
No, and those that cannot be modeled should be listed on a separate document to
be handled programmatically (*)
Correct
49. Sources of business rules include all of the following except: Mark for Review
(1) Points
Standards
Operational manuals
Word of mouth (*)
Procedures
Correct
50. Why is it important to follow the rules of normalization? Mark for Review
(1) Points
Incorrect.
Refer to
Section 3
Lesson 3.