Exam Mid
Exam Mid
(1) Points
Desktop computing, Grid computing, Client/Server computing, Mainframe computing.
Mainframe Computing, Desktop Computing, Grid Computing, Client/Server Computing.
Mainframe computing, Desktop computing, Client/Server Computing, Grid computing.
(*)
Grid Computing, Desktop Computing, Mainfram Computing, Client/Server Computing
Correct
2. DBMS stands for :
Mark for Review
(1) Points
Database Management Software
Database Memory System
Database Management System (*)
Database Manipulation System
Correct
3. What is the difference between "information" and "data"?
Mark for Review
(1) Points
Information is held and understood only by users.
Data turns into useful information. It is stored in a database and accessed by
systems and users. (*)
Information and data have no differences - they are two words for the same thing.
Data is held and understood only by users.
Correct
4. Select the business or industry that would not have a need for a database.
Mark for Review
(1) Points
Banking
Retail
Scientific Research
All these businesses could benefit from using a database. (*)
Correct
5. Which of the following is not a stage in the Database Development Process?
Mark for Review
(1) Points
Design
Reporting (*)
Strategy and Analysis
Build
(1) Points
Reduced Maintenance
Real-World Modeling
Both A and B. (*)
Neither A or B.
Correct
7. In the relational database model, each table name must be unique. The column
names in the table must be unique too. You can have two different tables that have
column names that are the same.
Mark for Review
(1) Points
True (*)
False
Correct
8. A flat file may contain many fields, often, with duplicate data that are prone
to data corruption.
Mark for Review
(1) Points
True (*)
False
Correct
9. Business rules help you understand the standardization procedure an organization
follows when handling huge data.
Mark for Review
(1) Points
True (*)
False
Correct
10. All Business Rules can be modeled.
Mark for Review
(1) Points
True
False (*)
11. Business ______ are used to understand business processes, and the nature,
role, and scope of the data.
Mark for Review
(1) Points
Processes
Rules (*)
Mission Statements
Goals
Correct
12. Using a database solution instead of a flat file eliminates all of the
following issues except:
Mark for Review
(1) Points
Redundancy
Inconsistency
Incorrect data (*)
Data entry anomalies
Incorrect. Refer to Section 1 Lesson 4.
13. Documenting Business Requirements helps developers control the scope of the
system and prevents users from claiming that the new system does not meet their
business requirements. True or False?
Mark for Review
(1) Points
True (*)
False
Incorrect. Refer to Section 1 Lesson 4.
14. The main subject areas taught by the Oracle Academy are:
Mark for Review
(1) Points
Computer Repairs
Systems programming and computer architecture
Data Modeling, SQL, and PL/SQL (*)
Database performance tuning
Correct
15. The Oracle Academy courses are intended for self study. True or False?
Mark for Review
(1) Points
True
False (*)
16. Which of the following statements does not apply to relational databases?
Mark for Review
(1) Points
Relational databases have a strong procedural orientation. (*)
Relational databases are simple to understand.
Relational databases relate tables to each other using common fields called keys.
Tables are one of the basic components of relational databases.
Incorrect. Refer to Section 2 Lesson 1.
17. Identify all of the incorrect statements that complete this sentence: A primary
key is...(Choose three)
Mark for Review
(1) Points
A set of columns in one table that uniquely identifies each row in another table.
(*)
Only one column that must be null.
(*)
One or more columns in a table that uniquely identifies each row in that table.
(1) Points
True
False (*)
Incorrect. Refer to Section 2 Lesson 4.
19. All entities must be given a new artificial UID. True or False?
Mark for Review
(1) Points
True
False (*)
Incorrect. Refer to Section 2 Lesson 4.
20. Which of the following would be good as a Unique Identifier for its Entity?
(Choose Three)
Mark for Review
(1) Points
Vehicle Registration Number for Car
(*)
Personal Identification number for Person
(*)
ISBN Number for Book
(*)
Date of birth for Baby
21. A unique identifier must be made up of more than one attribute. True or False?
Mark for Review
(1) Points
True
False (*)
Correct
22. Which of the following are reasons we create conceptual models?
Mark for Review
(1) Points
It facilitates discussion; a picture is worth a thousand words
It forms important ideal system documentation
It takes into account government regulations and laws
It forms a sound basis for physical database design
All of the above (*)
Correct
23. The logical model becomes the blueprint for designing the ________ model
Mark for Review
(1) Points
Data Flow
Data Integrity
Physical (*)
Network
Correct
24. Many reasons exist for creating a conceptual model. Choose three appropriate
reasons from the options below.
Mark for Review
(1) Points
They accurately describe what a physical model will contain.
(*)
They capture current and future needs.
(*)
They model functional and informational needs.
(*)
They capture the data values.
(1) Points
Some to None (*)
One to One
One to Many
Many to Many
26. A __________ relationship is a relationship between an entity and itself.
Mark for Review
(1) Points
Mandatory
One to one
Hierarchical
Recursive (*)
Incorrect. Refer to Section 2 Lesson 5.
27. Which of the following are true about Cardinality? (Choose two)
Mark for Review
(1) Points
Cardinality specifies whether something is required or not.
(1) Points
True (*)
False
Correct
29. When creating entities in a logical model you must follow these rules: (Choose
Two)
Mark for Review
(1) Points
Include Attributes
(*)
Name them in Plural
(1) Points
True (*)
False
(1) Points
Volatile Attribute
Composite Attribute (*)
Mandatory Attribute
Single Attribute
Incorrect. Refer to Section 2 Lesson 3.
32. Entity names are always singular. True or False?
Mark for Review
(1) Points
True (*)
False
Correct
33. Data modeling is performed for the following reasons: (Choose Two)
Mark for Review
(1) Points
The ERD becomes a blueprint for designing the actual system.
(*)
We do not need datamodels; we can just start coding right away.
(1) Points
one only
one or more
(*)
one or multiple
(1) Points
The model changes depending on the relational database software being used
The model changes depending on operating system that is being used.
The model stays the same regardless of the DBMS or operating system used. (*)
The model does not need to implemented on a DBMS.
(1) Points
Data Values. (*)
Optionality
Cardinality
Relationship Names
Correct
Section 3
(Answer all questions in this section)
37. Business rules are important to data modelers. True or False?
Mark for Review
(1) Points
True (*)
False
Correct
38. Can all constraints be modeled on an ER diagram?
Mark for Review
(1) Points
No, and those that cannot be modeled should be listed on a separate document to be
handled programmatically (*)
No, in which case you should let the database administrator handle them
Yes, all constraints must be modeled and shown on the ER diagram
No, but you just explain them to the users so they can enforce them
Incorrect. Refer to Section 3 Lesson 3.
39. If there is a column missing in an entity - normalization should identify this
problem.
Mark for Review
(1) Points
True (*)
False
Correct
40. When data is only stored in one place in a database, the database conforms to
the rules of ___________.
Mark for Review
(1) Points
Reduction
Normality
Normalization (*)
Multiplication
41. The Rule of 3rd Normal Form states that No Non-UID attribute can be dependent
on another non-UID attribute. True or False?
Mark for Review
(1) Points
True (*)
False
Correct
42. Which of the following would best be represented by an arc?
Mark for Review
(1) Points
TEACHER (Female, Bob)
PARENT (Girl, Bob)
DELIVERY ADDRESS (Home, Office) (*)
STUDENT (Grade A student, Average Student)
Correct
43. All ER diagrams must have one of each of the following: (Choose two)
Mark for Review
(1) Points
At least one supertype and subtype
Arcs
Relationships between entities
(*)
One or more Entities
(*)
Incorrect. Refer to Section 3 Lesson 1.
44. Arcs are used to visually represent _________ between two or more relationships
in an ERD.
Mark for Review
(1) Points
Inheritance
Sameness
Differences
Exclusivity (*)
Incorrect. Refer to Section 3 Lesson 1.
45. What do you call the entity created when you resolve a M:M relationship?
Mark for Review
(1) Points
Recursive entity
M:M entity
Inclusion entity
Intersection entity (*)
(1) Points
Diamond (*)
Star
Circle
Triangle
Correct
47. Which of the following would be a logical constraint when modeling time for a
City entity?
Mark for Review
(1) Points
If you are doing a system for any French City, you would need security clearance.
People are born in the city and people die in the city.
Daily traffic patterns must be monitored to determine how many law enforcement
officers are needed.
Cites may change their names and/or country association if the borders of a country
change. (*)
Foreign Key
(*)
Check Constraint or Unique Key
Column
(1) Points
check (*)
not null
unique
primary key