Soal SBD
Soal SBD
Review your answers, feedback, and question scores below. An asterisk (*)
indicates a correct answer.
Section 1
(Answer all questions in this section)
1. The main subject areas taught by the Oracle Academy are:
Mark for Review
(1) Points
Computer Repairs
Database performance tuning
Data Modeling, SQL, and PL/SQL (*)
Systems programming and computer architecture
Correct
2. The technical software requirements for this course include all of the
following except:
Mark for Review
(1) Points
Oracle SQL Developer Data Modeler
Microsoft Access (*)
Oracle APEX application
All are requirements.
Correct
(1) Points
True (*)
False
Correct
4. 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
5. 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
Section 1
(Answer all questions in this section)
6. In a hierarchical database model the data is stored as records that are
connected to one another through .
Mark for Review
(1) Points
fields
primary keys
databases
links (*)
Correct
7. The reason or drive for using databases rather than files has been …
(Choose 3)
Mark for Review
(1) Points
Reduced redundancy of data(*)
Integration of data for easier access and modification for complex transactions (*)
Use of blocks
Correct
(1) Points
Delays due to reworking model caused by incorrect assumptions
A well designed conceptual model (*)
Some business rules may not be taken into account
A conceptual model that does not fully reflect the business will be created.
Correct
(1) Points
They can all be incorporated into the database design structure.
They are complex and difficult to understand.
They allow the developer to understand the relationship and constraints of
the participating entities (*)
They can become outdated quickly.
Correct
10. When completing the conceptual modeling process we must take into
account the following:
Mark for Review
(1) Points
Business Rules
Assumptions
Problems
All of the above (*)
Correct
Section 1
(Answer all questions in this section)
11. Using a database solution instead of a flat file eliminates all of the
following issues except:
Mark for Review
(1) Points
Inconsistency
Redundancy
Data entry anomalies
Incorrect data (*)
Correct
(1) Points
Data is held and understood only by users.
Information and data have no differences - they are two words for the same
thing.
Data turns into useful information. It is stored in a database and accessed
by systems and users. (*)
Information is held and understood only by users.
Correct
(1) Points
Mainframe Computing, Desktop Computing, Grid Computing, Client/Server
Computing.
Grid Computing, Desktop Computing, Mainfram Computing, Client/Server
Computing
Desktop computing, Grid computing, Client/Server computing, Mainframe
computing.
Mainframe computing, Desktop computing, Client/Server Computing, Grid
computing. (*)
Correct
(1) Points
Query language(*)
Data Dictionary(*)
Client
(1) Points
Grid Computing Desktop
computing (*)
Client/Server Computing
Mainframe computing
Correct
1. A database interacts with the data and provides the following facilities: Mark for Review
(1) Points
Retrieving
Inserting
Both (*)
Neither
Correct
2. The transformations that have occurred in the computing world progressing in this order
Mark for Review
(1) Points
True (*)
False
Correct
3. Physical data modeling is the examination of a business and business data in order to
determine the structure of business information and the rules that govern it. Mark for Review
(1) Points
True
False (*)
Correct
Reduced Maintenance
Real-World Modeling
Both (*)
None
Correct
5. A relational model describes a database in terms of tables, columns, and joins between
tables. Mark for Review
(1) Points
True (*)
False
Correct
6. Business rules are used to understand business processes, and the nature, role, and scope of
the data. Mark for Review
(1) Points
True (*)
False
Correct
True (*)
False
8. Every instance of an Oracle Database has an associated redo log to protect the database in
case of an instance failure. Mark for Review
(1) Points
True (*)
False
Correct
9. The Oracle Database stores data logically in tablespaces, and physically in datafiles
associated with the corresponding tablespace. Mark for Review
(1) Points
True (*)
False
Correct
10. Each database has one unique control file, although it may maintain identical copies of it.
Mark for Review
(1) Points
True (*)
False
Correct
11. By defining primary and foreign keys, you can ensure that the integrity of the data in a table
is maintained. Mark for Review
(1) Points
True (*)
False
Correct
True (*)
False
Correct
13. The main subject areas taught by the Oracle Academy are: Mark for Review
(1) Points
Computer Repairs
Correct
Section 2
(Answer all questions in this section)
True
False (*)
Correct
15. An ERD is an example of a Physical Model. True or False? Mark for Review
(1) Points
True
False (*)
Correct
16. A conceptual data model is converted using a Relational Data Base Management System to
which model? Mark for Review
(1) Points
Correct
17. A barred relationship is mapped to a primary-key column on the many side, just like any
other M:1 relationship. Mark for Review
(1) Points
True
False (*)
Correct
18. Relationships on an ERD can only be transformed into UIDs in the physical model? True or
False? Mark for Review
(1) Points
True
False (*)
Correct
Distinguish one instance of an entity from all other instances of that entity (*)
Distinguish nothing
Correct
20. Primary Key can contain null values. Mark for Review
(1) Points
True
False (*)
Correct
Correct
22. Attributes become tables in a database. True or False? Mark for Review
(1) Points
True
False (*)
Correct
23. Entities are usually verbs. True or False? Mark for Review
(1) Points
True
False (*)
Correct
Flat file database systems pay more attention to retrieving data and making it accessible to the
user, whereas relational databases spend more energy updating indexes and data pointers.
Relational database systems are the main thrust behind SQL since it provides the language
elements needed to tie together the information in the database.
Relational systems pay more attention to retrieving data and making it accessible to the user.
Correct
25. A flat file database is a type of database that stores data in a multiple tables. Mark for
Review
(1) Points
True
False (*)
Correct
26. Each column in a relation is called an entity. True or False? Mark for Review
(1) Points
True
False (*)
Correct
27. Which of the following statements does not apply to relational databases?
(Choose 1) Mark for Review
(1) Points
Correct
Section 3
(Answer all questions in this section)
28. Business rules are important to data modelers. True or False? Mark for Review
(1) Points
True (*)
False
Correct
29. How would you model a business rule that states that girls and boys may not attend classes
together? Mark for Review
(1) Points
Use a supertype
Supertype STUDENT has two subtypes BOY and GIRL which are each related to GENDER
which is related to CLASS (*)
Correct
No, and those that cannot be modeled should be listed on a separate document to be handled
programmatically (*)
No, but you just explain them to the users so they can enforce them
No, in which case you should let the database administrator handle them
26. Each column in a relation is called an entity. True or False? Mark for Review
(1) Points
True
False (*)
Correct
27. Which of the following statements does not apply to relational databases?
(Choose 1) Mark for Review
(1) Points
Correct
Section 3
(Answer all questions in this section)
28. Business rules are important to data modelers. True or False? Mark for Review
(1) Points
True (*)
False
Correct
29. How would you model a business rule that states that girls and boys may not attend classes
together? Mark for Review
(1) Points
Use a supertype
Supertype STUDENT has two subtypes BOY and GIRL which are each related to GENDER
which is related to CLASS (*)
Correct
30. 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, but you just explain them to the users so they can enforce them
No, in which case you should let the database administrator handle them
Correct
31. You can only create relationships to a Supertype, not to a Subtype. True or False? Mark for
Review
(1) Points
True
False (*)
Correct
32. The “Other” subtype is mandatory. True or False? Mark for Review
(1) Points
True
False (*)
Correct
33. 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
35. To identify an attribute as part of a unique identifier on an ER diagram, the # symbol goes
in front of it. True or False? Mark for Review
(1) Points
True (*)
False
Correct
36. An arc can also be modeled as Supertype and Subtypes. True or False? Mark for Review
(1) Points
True (*)
False
Correct
37. Which of the following would best be represented by an arc? Mark for Review
(1) Points
Correct
Something that each Entity should have, but is not mandatory (*)
Correct
True (*)
False
Correct
40. Transferable relationships can only be mandatory, not optional. True or False? Mark for
Review
(1) Points
True
False (*)
Correct
41. Which of the following are true about Cardinality? (Choose two) Mark for Review
(1) Points
Cardinality specifies only singularity or plurality, but not a specific plural number. (*)
Correct
42. Matrix Diagrams show Optionality and Cardinality of the ERDs they document. True or
False? Mark for Review
(1) Points
True
False (*)
Correct
43. 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
Correct
44. Data models are drawn to show users the actual Data that their new system will contain;
only Data listed on the Diagram can be entered into the Database. True or False? Mark for
Review
(1) Points
True (*)
False
Correct
45. If Audit trail attributes are added to an entity, they must be in the entities they are auditing.
True or False? Mark for Review
(1) Points
True (*)
False
Correct
46. Modeling historical data can produce a unique identifier that always excludes dates. True or
False? Mark for Review
(1) Points
True
False (*)
Correct
47. Normalizing an Entity to 1st Normal Form is done by removing any attributes that contain
muliple values. True or False? Mark for Review
(1) Points
True (*)
False
Correct
48. Until all attributes are single-valued, the database model is said to be: Mark for Review
(1) Points
Normalized
Correct
49. All entities must be given a new artificial UID. True or False? Mark for Review
(1) Points
True
False (*)
Correct
50. 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
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.
Correct
2. Personal computers (PCs) have been in existence since 1950. True or False? Mark
for Review
(1) Points
True
False (*)
3. The overall mission of the Oracle Corporation is to use the internet and fast
processing servers to build its own network. Mark for Review
(1) Points
True
False (*)
4. Users could directly interact with which of the following software to access essential
business applications? (Choose three) Mark for Review
(1) Points
(Choose all correct answers)
GUI software (*)
Internet Browser software (*)
Operating System software (*)
Server software
5. Software cannot operate without Hardware. True or False? Mark for Review
(1) Points
True (*)
False
6. 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 one given
month considered Data or Information? Mark for Review
(1) Points
Data
Information (*)
Both
Neither
7. Information which was gained from data is the same as: (Choose Two) Mark for
Review
(1) Points
(Choose all correct answers)
Intelligence (*)
There is no difference between data and information.
Raw Materials
Knowledge (*)
8. 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
9. 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
10. The work of E.F. Codd in the early 1970s led to the development of Relational
databases. True or False? Mark for Review
(1) Points
True (*)
False
11. SQL became the most commonly used query language in the 1980s. True or False?
Mark for Review
(1) Points
True (*)
False
12. Which of the following represents the correct sequence of steps in the Database
Development Process? Mark for Review
(1) Points
Design, Build, Analyze
Analyze, Build, Design
Analyze, Design, Build (*)
Build, Analyze, Design
13. The market for IT professionals is still increasing and will continue to do so in the
future as the world gets ever more dependent on computer systems. True or False? Mark for
Review
(1) Points
True (*)
False
14. The main subject areas taught by the Oracle Academy are: Mark for Review
(1) Points
Systems programming and computer architecture
Database performance tuning
Computer Repairs
Data Modeling, SQL, and PL/SQL (*)
15. The demand for Information Technology professionals in today's market is increasing.
True or False? Mark for Review
(1) Points
True (*)
False
2. The market for IT professionals is still increasing and will continue to do so in the
future as the world gets ever more dependent on computer systems. True or False? Mark for
Review
(1) Points
True (*)
False
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 delivering the systems
that businesses need and want. Mark for Review
(1) Points
False. Business requirements can and will change. For instance new legal
requirements may arise. (*)
True. Users delay the delivery of a system by changing their minds and adding new
requirements.
True. The only requirement for creating a perfect system is a perfect programmer.
True. Users never know what they want anyway, so building systems is best left to
the professionals.
4. In the grid computing model, resources are pooled together for efficiency. True or
False? Mark for Review
(1) Points
True (*)
False
5. Users could directly interact with which of the following software to access essential
business applications? (Choose three) Mark for Review
(1) Points
(Choose all correct answers)
Operating System software (*)
Server software
GUI software (*)
Internet Browser software (*)
7. Software cannot operate without Hardware. True or False? Mark for Review
(1) Points
True (*)
False
8. The overall mission of the Oracle Corporation is to use the internet and fast
processing servers to build its own network. Mark for Review
(1) Points
True
False (*)
9. Information which was gained from data is the same as: (Choose Two) Mark for
Review
(1) Points
(Choose all correct answers)
Knowledge (*)
There is no difference between data and information.
Intelligence (*)
Raw Materials
10. 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
11. 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 one given
month considered Data or Information? Mark for Review
(1) Points
Data
Information (*)
Both
Neither
12. Every time you shop online, it is likely you will be accessing a database. True or
False? Mark for Review
(1) Points
True (*)
False
13. The work of E.F. Codd in the early 1970s led to the development of Relational
databases. True or False? Mark for Review
True (*)
False
14. 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
15. SQL became the most commonly used query language in the 1980s. True or False?
Mark for Review
(1) Points
True (*)
False
1. Data Modeling is the last step in the database development process. True or False?
Mark for Review
(1) Points
True
False (*)
2. Every time you shop online, it is likely you will be accessing a database. True or
False? Mark for Review
(1) Points
True (*)
False
3. The work of E.F. Codd in the early 1970s led to the development of Relational
databases. True or False? Mark for Review
(1) Points
True (*)
False
4. Oracle was one of the first relational database systems available commercially. True
or False? Mark for Review
(1) Points
True (*)
False
5. 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
True. The only requirement for creating a perfect system is a perfect programmer.
True. Users never know what they want anyway, so building systems is best left to
the professionals.
False. Business requirements can and will change. For instance new legal
requirements may arise. (*)
True. Users delay the delivery of a system by changing their minds and adding new
requirements.
6. The main subject areas taught by the Oracle Academy are: Mark for Review
(1) Points
Data Modeling, SQL, and PL/SQL (*)
Systems programming and computer architecture
Computer Repairs
Database performance tuning
8. Which term describes the physical components of a computer system? Mark for
Review
(1) Points
Hardware (*)
Operating System
Software
Client
9. Changes in computing have affected many of our day-to-day activities. Are all of the
following activities examples of this change? Yes or No?
In the past you used to use the phone system to call directory assistance to get a phone number.
Today you can use your PC to look up a phone number online.
In the past you used to have to go to the shoe store to buy shoes. Today you can use your PC to
order shoes online.
In the past you had to use your PC to send a person an email. Today you can use your phone to
send a text message.
10. Which of the following are examples of e-businesses that use database software?
Mark for Review
(1) Points
(Choose all correct answers)
Online research paper
Online clothing store (*)
Online personal web page
Online book store (*)
Online personal shopping service (*)
11. Personal computers (PCs) have been in existence since 1950. True or False? Mark
for Review
(1) Points
True
False (*)
12. 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
13. What is the difference between "information" and "data"? Mark for Review
(1) Points
Information is held and understood only by users.
Data is held and understood only by users.
Information and data have no differences - they are two words for the same thing.
Data turns into useful information. It is stored in a database and accessed by systems
and users. (*)
14. 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 one given
month considered Data or Information? Mark for Review
(1) Points
Data
Information (*)
Both
Neither
15. Information which was gained from data is the same as: (Choose Two) Mark for
Review
(1) Points
(Choose all correct answers)
Knowledge (*)
There is no difference between data and information.
Intelligence (*)
Raw Materials
1. The main subject areas taught by the Oracle Academy are: Mark for Review
(1) Points
Computer Repairs
Systems programming and computer architecture
Database performance tuning
Data Modeling, SQL, and PL/SQL (*)
2. 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
True. Users never know what they want anyway, so building systems is best left to
the professionals.
False. Business requirements can and will change. For instance new legal
requirements may arise. (*)
True. Users delay the delivery of a system by changing their minds and adding new
requirements.
True. The only requirement for creating a perfect system is a perfect programmer.
4. 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
5. Which of the following are examples of data becoming information: Mark for
Review
(1) Points
A. Student age -> average age of all students in class
B. Bank deposit amount -> total account balance
C. Winning time for a race -> length of race
D. Price of a computer -> total sales of all computers for a company
E. A, B, and D (*)
6. What is the difference between "information" and "data"? Mark for Review
(1) Points
Information and data have no differences - they are two words for the same thing.
Data is held and understood only by users.
Data turns into useful information. It is stored in a database and accessed by systems
and users. (*)
7. Which of the following represents the correct sequence of steps in the Database
Development Process? Mark for Review
(1) Points
Analyze, Build, Design
Design, Build, Analyze
Build, Analyze, Design
Analyze, Design, Build (*)
8. Entities are transformed into Tables during the Database Design process. True or
False? Mark for Review
(1) Points
True (*)
False
9. Every time you shop online, it is likely you will be accessing a database. True or
False? Mark for Review
(1) Points
True (*)
False
10. 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
11. Personal computers (PCs) have been in existence since 1950. True or False? Mark
for Review
(1) Points
True
False (*)
12. Software cannot operate without Hardware. True or False? Mark for Review
(1) Points
True (*)
False
13. In the grid computing model, resources are pooled together for efficiency. True or
False? Mark for Review
(1) Points
True (*)
False
14. Which of the following are examples of e-businesses that use database software?
Mark for Review
(1) Points
(Choose all correct answers)
Online personal shopping service (*)
Online personal web page
Online clothing store (*)
Online research paper
Online book store (*)
15. Users could directly interact with which of the following software to access essential
business applications? (Choose three) Mark for Review
(1) Points
(Choose all correct answers)
Internet Browser software (*)
Server software
GUI software (*)
Operating System software (*)
1. 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. (*)
3. Which of the following are examples of data becoming information: Mark for
Review
(1) Points
A. Student age -> average age of all students in class
B. Bank deposit amount -> total account balance
C. Winning time for a race -> length of race
D. Price of a computer -> total sales of all computers for a company
E. A, B, and D (*)
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
5. Every time you shop online, it is likely you will be accessing a database. True or
False? Mark for Review
(1) Points
True (*)
False
6. Oracle was one of the first relational database systems available commercially. True
or False? Mark for Review
(1) Points
True (*)
False
7. Most of the well known Internet search engines use databases to store data. True or
False? Mark for Review
(1) Points
True (*)
False
8. 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
True. Users delay the delivery of a system by changing their minds and adding new
requirements.
False. Business requirements can and will change. For instance new legal
requirements may arise. (*)
True. The only requirement for creating a perfect system is a perfect programmer.
True. Users never know what they want anyway, so building systems is best left to
the professionals.
9. The main subject areas taught by the Oracle Academy are: Mark for Review
(1) Points
Data Modeling, SQL, and PL/SQL (*)
Database performance tuning
Computer Repairs
Systems programming and computer architecture
10. The market for IT professionals is still increasing and will continue to do so in the
future as the world gets ever more dependent on computer systems. True or False? Mark for
Review
(1) Points
True (*)
False
11. Changes in computing have affected many of our day-to-day activities. Are all of the
following activities examples of this change? Yes or No?
In the past you used to use the phone system to call directory assistance to get a phone number.
Today you can use your PC to look up a phone number online.
In the past you used to have to go to the shoe store to buy shoes. Today you can use your PC to
order shoes online.
In the past you had to use your PC to send a person an email. Today you can use your phone to
send a text message.
12. In the grid computing model, resources are pooled together for efficiency. True or
False? Mark for Review
(1) Points
True (*)
False
13. Which of the following are examples of e-businesses that use database software?
Mark for Review
(1) Points
(Choose all correct answers)
Online personal web page
Online clothing store (*)
Online personal shopping service (*)
Online research paper
Online book store (*)
14. Software cannot operate without Hardware. True or False? Mark for Review
(1) Points
True (*)
False
15. The overall mission of the Oracle Corporation is to use the internet and fast
processing servers to build its own network. Mark for Review
(1) Points
True
False (*)
1. A database interacts with the data and provides the following facilities:
a. Retrieving data b. Inserting data
c. Deleting data
d. All of the above. (*)
2. Which transformation in computing allows for storage and delivery of applications and data
over the internet?
a. Desktop computing b. Grid Computing
c. Cloud Computing (*)
d. Mainframe computing
3. Which of the following transformations in computing led to the increase in graphical user
interface (GUI) applications?
a. Desktop computing (*)
b. Grid Computing
c. Client/Server Computing d. Mainframe computing
4. Information is the result of combining, comparing and performing calculations on data. a.
True (*)
b. False
5. The Oracle Academy courses are intended for self study. True or False?
a. True
b. False (*)
6. SQL *Plus is being used in the Oracle Academy courses to run SQL code. True or False?
a. True
b. False (*)
7. Using a database solution instead of a flat file eliminates all of the following issues except:
a. Incorrect data (*)
b. Data entry anomalies c. Inconsistency
d. Redundancy
8. 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?
a. True (*)
b. False
9. Business rules help you understand the standardization procedure an organization follows
when handling huge data.
a. True (*)
b. False
10. Business rules are important because _.
a. They allow the developer to understand the relationship and constraints of the participating
entities (*)
b. They can all be incorporated into the database design structure.
c. They can become outdated quickly.
d. They are complex and difficult to understand.
11. When completing the conceptual modeling process we must take into account the following
a. Business Rules
b. Assumptions c. Problems
d. All of the above (*)
12. Which is the first step in the Database Development Process ?
a. Testing
b. Strategy and Analysis (*)
c. Build
d. Design
13. The advantages of an object-oriented data model are:
a. Reduced Maintenance b. Real-World Modeling c. Both A and B. (*)
d. Neither A or B.
14. A model describes a database in terms of tables, columns, and joins between
tables.
a. Network
b. Hierarchical
c. Object Oriented d. Relational (*)
15. A network database comprises of a collection of records connected to one another through
links.
a. True (*)
b. False
1. Which transformation in computing allows for storage and delivery of
applications and data over the internet? Mark for Review
(1) Points
Desktop computing
Mainframe computing
Grid Computing
Correct Correct
True (*)
False
Correct Correct
Retrieving data
Inserting data
Deleting data
Correct Correct
Mainframe computing
Client/Server Computing
Grid Computing
Network
Relational (*)
Object Oriented
Hierarchical
Correct Correct
Build
Design
Reduced Maintenance
Real-World Modeling
Neither A or B.
Correct Correct
Network
Hierarchical (*)
Object Oriented
Relational
9. The Oracle Academy courses are intended for self study. True or
False? Mark for Review
(1) Points
True
False (*)
Incorrect Incorrect. Refer to Section 1 Lesson 1.
10. The main subject areas taught by the Oracle Academy are: Mark
for Review
(1) Points
Computer Repairs
Correct Correct
11. Business rules help you understand the standardization procedure an
organization follows when handling huge data. Mark for Review
(1) Points
True (*)
False
Correct Correct
True (*)
False
Correct Correct
Redundancy
Correct Correct
14. When completing the conceptual modeling process we must take into
account the following: Mark for Review
(1) Points
Business Rules
Assumptions
Problems
Correct Correct
In a hierarchical database model the data is stored as records that are connected to one another
through ________.
links
A ___________ model describes a database in terms of tables, columns, and joins between
tables.
relational
The reason or drive for using databases rather than files has been (3)
-Integration of data for easier access and modification for complex transactions
-Use of blocks
-Availability of data to a diverse set of users
-Reduced redundancy of data
-Integration of data for easier access and modification for complex transactions
-Availability of data to a diverse set of users
-Reduced redundancy of data
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.
-True. Users never know what they want anyway, so building systems is best left to the
professionals.
-False. Business requirements can and will change. For instance, new legal requirements may
arise.
-True. The only requirement for creating a perfect system is a perfect programmer.
-True. Users delay the delivery of a system by changing their minds and adding new
requirements.
-False. Business requirements can and will change. For instance, new legal requirements may
arise.
Business ______ are used to understand business processes, and the nature, role, and scope of
the data.
rules
2. A unique identifier must be made up of more than one attribute. True or False?
True
False (*)
3. In the relational model, relationships between relations or tables are created by using?
Candidate Keys
Composite Keys
Primary Keys
3. Identify all of the incorrect statements that complete this sentence: A primary key is...
(Choose three)
A set of columns in one table that uniquely identifies each row in another table. (*)
One or more columns in a table that uniquely identifies each row in that table.
True
False (*)
5. A candidate UID that does not get chosen to become the primary UID is called a _________
Primary UID
Composite UID
Unique UID
True
False (*)
7. A foreign key is a column or combination of columns in one table that uniquely identifies a
row of another table.
True (*)
False
Single or Multiple
9. 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)
Each FOOD TYPE must be suitable for one or more ANIMALs. (*)
* (*)
&
11. Attributes have Instances. True or False?
True
False (*)
12. In this course, we use the __________ notation for ERD modeling.
Bachman
Barker (*)
Information Engineering
13. An ERD created using ERDish is a __________ representation of entities and their
relationships to each other.
hierarchical
textual
technical
graphical (*)
14. Which of the following statements about entity relationship diagrams (ERD) is true?
Is a hard and fast document that cannot be changed once development of the database has
begun.
15. When mapping a relationship for an ERD relationship names must be included.
True (*)
False
Flat file database systems pay more attention to retrieving data and making it accessible to the
user, whereas relational databases spend more energy updating indexes and data pointers.
Relational database systems are the main thrust behind SQL since it provides the language
elements needed to tie together the information in the database. (*)
Relational systems pay more attention to retrieving data and making it accessible to the user.
(*)
8. Which of the following statements about attributes are true? (Choose Two)
Nouns (*)
Adjectives
Adverbs
Verbs
Hierarchical
One to one
Recursive (*)
Mandatory
1. Data models are drawn to show users the actual Data that their new system will contain;
only Data listed on the Diagram can be entered into the Database. True or False?
True
False (*)
True
False (*)
We draw an ERD solely to please the users; once completed, the ERD is never referred to
again as it serves no purpose in the real world.
The ERD becomes a blueprint for designing the actual system. (*)
True
False (*)
6. The Physical Model is derived from the Logical Model. True or False?
True (*)
False
7. In a relational database system, the next step after creating a conceptual data model is to
convert it to a _________ .
Experiences
Instances (*)
Tables
True
False (*)
10. Which of the following statements about attributes are true? (Choose Two)
They must be single valued unless they belong to more than one entity.
11. A relational database stores information in tables with rows and columns.
True (*)
False
12. By defining ________ and _____ keys, you can ensure that the integrity of the data in a
table is maintained.
primary, unique
primary, secondary
foreign, unique
13. Matrix Diagrams should be developed BEFORE the ERD. True or False?
True (*)
False
Recursive (*)
One to one
Hierarchical
Mandatory
15. One-to-Many relationships have cardinality of one or more in both directions. True or
False?
True
False (*)
11. A foreign key is a column or combination of columns in one table that uniquely identifies a
row of another table.
True (*)
False
Relationship Names
Cardinality
Optionality
15. The __________ model includes entities, attributes, UIDs, relationships as well as
optionality and cardinality of these items.
Physical
Hierarchical
Conceptual
Logical (*)
Hierarchical
Relational
Network
2. In the relational model, relationships between relations or tables are created by using?
Composite Keys
Primary Keys
Candidate Keys
True
False (*)
5. When creating entities in a logical model you must follow these rules: (Choose Two)
Exclude Attributes
True (*)
False
Bachman
Barker (*)
Information Engineering
two entities
multiple entities
11. If a relationship is mandatory there must be at least one instance of the corresponding
entity related to it.
True (*)
False
Mandatory
Hierarchical
One to one
13. Which of the following statements about entity relationship diagrams (ERD) is true?
Is a hard and fast document that cannot be changed once development of the database has
begun.
15. Data modeling is performed for the following reasons: (Choose Two)
We draw an ERD solely to please the users; once completed, the ERD is never referred to
again as it serves no purpose in the real world.
It helps discussions and reviews. (*)
The ERD becomes a blueprint for designing the actual system. (*)
Data Integrity ensures ______ in the information.
-no duplication
-duplication
-anomalies
-errors
-no duplication
Capturing all required data is the only goal of entity relationship modeling. (t/f)
false
When mapping a relationship for an ERD diagram both sides of the relationship have to be
mapped. (t/f)
true
The logical model becomes the blueprint for designing the ________ model
-Data Integrity
-Data Flow
-Network
-Physical
-Physical
Section 2 Quiz
(Answer all questions in this section)
True
False (*)
graphical (*)
textual
technical
hierarchical
Relationship Names
Cardinality
True (*)
False
Correct
Composite Keys
Secondary Keys
Candidate Keys
True (*)
False
Correct
7. The physical model shows all table structures. True or False. Mark
for Review
(1) Points
True (*)
False
Correct
True (*)
False
Correct
9. The primary key uniquely identifies each row in a table and is based on
the __________ from the logical design. Mark for Review
(1) Points
Secondary UID
Candidate UID
Composite UID
True
False (*)
11. Each column in a relation is called an entity. True or False? Mark for Review
(1) Points
True
False (*)
Correct
12. What does single table refer to? (Choose Two) Mark for Review
(1) Points
A type of database storage method where all of the data elements are stored on top of each
other.
Non-relational systems that typically store each table and index in separate files and often do
not support the SQL language. (*)
A fully-relational database system like Microsoft's SQL Server or Oracle's database systems.
A database where all of the data is stored in one large table. (*)
Correct
13. In this course, we use the __________ notation for ERD modeling. Mark
for Review
(1) Points
Bachman
Barker (*)
Information Engineering
True (*)
False
Eye color
Age (*)
Race
Date of birth
One or more columns in a table that uniquely identifies each row in that table.
A set of columns in one table that uniquely identifies each row in another table. (*)
Primary Keys
Candidate Keys
Composite Keys
Correct
Naming
Cardinality (*)
Optionality
Foreign Keys
True (*)
False
Correct
Hierarchical
Mandatory
One to one
Recursive (*)
6. The primary key uniquely identifies each row in a table and is based on the __________
from the logical design. Mark for Review
(1) Points
Composite UID
Secondary UID
Candidate UID
Correct
Distinguish nothing
Distinguish one instance of an entity from all other instances of that entity (*)
Correct
any (*)
only one
none
Incorrect. Refer to Section 2 Lesson 6.
10. Data models are drawn to show users the actual Data that their new
system will contain; only Data listed on the Diagram can be entered into the Database. True or
False? Mark for Review
(1) Points
True
False (*)
11. The logical model determines relationship optionality and cardinality Mark for
Review
(1) Points
True (*)
False
Correct
False (*)
Correct
14. Entity names are always singular. True or False? Mark for Review
(1) Points
True (*)
False
Verbs
Adverbs
Adjectives
Nouns (*)
True (*)
False
Correct
o (*)
&
Correct
True
False (*)
Correct
5. A Unique Identifier has a NULL value for each instance of the entity for
the lifetime of the instance. True or False Mark for Review
(1) Points
True
False (*)
Correct
The model changes depending on the relational database software being used
The model stays the same regardless of the DBMS or operating system used. (*)
True (*)
False
Correct
Optionality
Cardinality
Relationship Names
Correct
9. The physical model shows all table structures. True or False. Mark
for Review
(1) Points
True (*)
False
Correct
10. The logical model's entities, attributes, unique identifiers and relationships
map to the physical model's _________________. Mark for Review
(1) Points
Correct
11. Flat file databases are generally in plain-text form, where each line holds only one
record. True or False? Mark for Review
(1) Points
True (*)
False
12. By defining ________ and _____ keys, you can ensure that the integrity
of the data in a table is maintained. Mark for Review
(1) Points
foreign, unique
primary, secondary
primary, unique
Correct
two entities
multiple entities
Correct
one to one
many to many
1. A relational database stores information in tables with rows and columns. Mark for
Review
(1) Points
True (*)
False
Correct
2. In the relational model, relationships between relations or tables are
created by using? Mark for Review
(1) Points
Candidate Keys
Composite Keys
Primary Keys
Correct
3. In this course, we use the __________ notation for ERD modeling. Mark
for Review
(1) Points
Bachman
Barker (*)
Information Engineering
Correct
4. When creating entities in a logical model you must follow these rules:
(Choose Two) Mark for Review
(1) Points
Exclude Attributes
Name them in Singular (*)
Experiences
Instances (*)
Tables
Correct
1. A relational database stores information in tables with rows and columns. Mark for
Review
(1) Points
True (*)
False
Correct
Candidate Keys
Composite Keys
Primary Keys
Correct
3. In this course, we use the __________ notation for ERD modeling. Mark
for Review
(1) Points
Bachman
Barker (*)
Information Engineering
Correct
4. When creating entities in a logical model you must follow these rules:
(Choose Two) Mark for Review
(1) Points
Exclude Attributes
Experiences
Instances (*)
Tables
Correct
Physical
Network
Data Integrity
Conceptual (*)
Correct
True (*)
False
Correct
Hierarchical
Physical
Conceptual
Logical (*)
True
False (*)
Correct
10. 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.
Correct
11. A Unique Identifier has a NULL value for each instance of the entity for the lifetime of
the instance. True or False Mark for Review
(1) Points
True
False (*)
Correct
12. 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
No, each Entity can only have one UID, the secondary one.
No, it is not possible to have more than one UID for an Entity.
No, after UIDs are first sorted, the first one is called the Primary UID, the second is the
Secondary UID, etc.
Correct
True
False (*)
Correct
Candidate Keys
Composite Keys
Secondary Keys
Correct
15. Matrix Diagrams are used to verify that all ____________ have been
identified for an ERD. Mark for Review
(1) Points
relationships (*)
keys
attributes
entities
1. People are not born with “numbers”, but a lot of systems assign student 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 one instance of the entity SHOE, a/an
______________ UID can be created. Mark for Review
(1) Points
Artificial (*)
Structured
Identification
Unrealistic
2. A Unique Identifier has a NULL value for each instance of the entity for
the lifetime of the instance. True or False Mark for Review
(1) Points
True
False (*)
Correct
Correct
4. When creating entities in a logical model you must follow these rules:
(Choose Two) Mark for Review
(1) Points
Exclude Attributes
Correct
Experiences
Instances (*)
Tables
Correct
Recursive (*)
One to one
Hierarchical
Mandatory
Correct
7. Which of the following are true about Cardinality? (Choose two) Mark
for Review
(1) Points
Cardinality specifies only singularity or plurality, but not a specific plural number. (*)
Correct
One to Many
Many to Many
Correct
9. The physical model shows all table structures. True or False. Mark
for Review
(1) Points
True (*)
False
Correct
Correct
11. Which of the following is not an advantage of a relational database? Mark for
Review
(1) Points
Efficiency
Less Redundancy
Data Integrity
12. Each column in a relation is called an entity. True or False? Mark for
Review
(1) Points
True
False (*)
Correct
True
False (*)
Correct
hierarchical
technical
textual
graphical (*)
Correct
Section 2 Quiz
(Answer all questions in this section)
True
False (*)
graphical (*)
textual
technical
hierarchical
Optionality
Relationship Names
Cardinality
True (*)
False
Correct
Composite Keys
Secondary Keys
Candidate Keys
True (*)
False
Correct
7. The physical model shows all table structures. True or False. Mark
for Review
(1) Points
True (*)
False
Correct
True (*)
False
Correct
9. The primary key uniquely identifies each row in a table and is based on
the __________ from the logical design. Mark for Review
(1) Points
Secondary UID
Candidate UID
Composite UID
10. All entities must be given a new artificial UID. True or False? Mark
for Review
(1) Points
True
False (*)
11. Each column in a relation is called an entity. True or False? Mark for Review
(1) Points
True
False (*)
Correct
12. What does single table refer to? (Choose Two) Mark for Review
(1) Points
A type of database storage method where all of the data elements are stored on top of each
other.
Non-relational systems that typically store each table and index in separate files and often do
not support the SQL language. (*)
A fully-relational database system like Microsoft's SQL Server or Oracle's database systems.
A database where all of the data is stored in one large table. (*)
Correct
13. In this course, we use the __________ notation for ERD modeling. Mark
for Review
(1) Points
Bachman
Barker (*)
Information Engineering
True (*)
False
Eye color
Age (*)
Race
Date of birth
One or more columns in a table that uniquely identifies each row in that table.
A set of columns in one table that uniquely identifies each row in another table. (*)
Primary Keys
Candidate Keys
Composite Keys
Correct
Naming
Cardinality (*)
Optionality
Foreign Keys
True (*)
False
Correct
Hierarchical
Mandatory
One to one
Recursive (*)
6. The primary key uniquely identifies each row in a table and is based on the __________
from the logical design. Mark for Review
(1) Points
Composite UID
Secondary UID
Candidate UID
Correct
Distinguish nothing
Distinguish one instance of an entity from all other instances of that entity (*)
Correct
only one
none
10. Data models are drawn to show users the actual Data that their new
system will contain; only Data listed on the Diagram can be entered into the Database. True or
False? Mark for Review
(1) Points
True
False (*)
11. The logical model determines relationship optionality and cardinality Mark for
Review
(1) Points
True (*)
False
Correct
True
False (*)
Correct
14. Entity names are always singular. True or False? Mark for Review
(1) Points
True (*)
False
Verbs
Adverbs
Adjectives
Nouns (*)
True (*)
False
Correct
o (*)
&
Correct
True
False (*)
Correct
5. A Unique Identifier has a NULL value for each instance of the entity for
the lifetime of the instance. True or False Mark for Review
(1) Points
True
False (*)
Correct
The model changes depending on the relational database software being used
The model stays the same regardless of the DBMS or operating system used. (*)
True (*)
False
Correct
Optionality
Cardinality
Relationship Names
Correct
9. The physical model shows all table structures. True or False. Mark
for Review
(1) Points
True (*)
False
Correct
10. The logical model's entities, attributes, unique identifiers and relationships
map to the physical model's _________________. Mark for Review
(1) Points
Correct
11. Flat file databases are generally in plain-text form, where each line holds only one
record. True or False? Mark for Review
(1) Points
True (*)
False
12. By defining ________ and _____ keys, you can ensure that the integrity
of the data in a table is maintained. Mark for Review
(1) Points
foreign, unique
primary, secondary
primary, unique
Correct
two entities
multiple entities
Correct
one to one
many to many
1. A relational database stores information in tables with rows and columns. Mark for
Review
(1) Points
True (*)
False
Correct
Candidate Keys
Composite Keys
Primary Keys
Correct
3. In this course, we use the __________ notation for ERD modeling. Mark
for Review
(1) Points
Bachman
Barker (*)
Information Engineering
Correct
4. When creating entities in a logical model you must follow these rules:
(Choose Two) Mark for Review
(1) Points
Exclude Attributes
Experiences
Instances (*)
Tables
Correct
1. A relational database stores information in tables with rows and columns. Mark for
Review
(1) Points
True (*)
False
Correct
Candidate Keys
Composite Keys
Primary Keys
Correct
3. In this course, we use the __________ notation for ERD modeling. Mark
for Review
(1) Points
Bachman
Barker (*)
Information Engineering
Correct
4. When creating entities in a logical model you must follow these rules:
(Choose Two) Mark for Review
(1) Points
Exclude Attributes
Experiences
Instances (*)
Tables
Correct
Physical
Network
Data Integrity
Conceptual (*)
Correct
True (*)
False
Correct
Hierarchical
Physical
Conceptual
Logical (*)
True
False (*)
Correct
10. 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.
Correct
11. A Unique Identifier has a NULL value for each instance of the entity for the lifetime of
the instance. True or False Mark for Review
(1) Points
True
False (*)
Correct
12. 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
No, each Entity can only have one UID, the secondary one.
No, it is not possible to have more than one UID for an Entity.
No, after UIDs are first sorted, the first one is called the Primary UID, the second is the
Secondary UID, etc.
Correct
True
False (*)
Correct
Candidate Keys
Composite Keys
Foreign Keys (*)
Secondary Keys
Correct
15. Matrix Diagrams are used to verify that all ____________ have been
identified for an ERD. Mark for Review
(1) Points
relationships (*)
keys
attributes
entities
1. People are not born with “numbers”, but a lot of systems assign student 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 one instance of the entity SHOE, a/an
______________ UID can be created. Mark for Review
(1) Points
Artificial (*)
Structured
Identification
Unrealistic
True
False (*)
Correct
Correct
4. When creating entities in a logical model you must follow these rules:
(Choose Two) Mark for Review
(1) Points
Exclude Attributes
Correct
5. An entity may have which of the following? Mark for Review
(1) Points
Experiences
Instances (*)
Tables
Correct
Recursive (*)
One to one
Hierarchical
Mandatory
Correct
7. Which of the following are true about Cardinality? (Choose two) Mark
for Review
(1) Points
Cardinality specifies only singularity or plurality, but not a specific plural number. (*)
Cardinality specifies whether something is required or not.
Correct
One to One
One to Many
Many to Many
Correct
9. The physical model shows all table structures. True or False. Mark
for Review
(1) Points
True (*)
False
Correct
11. Which of the following is not an advantage of a relational database? Mark for
Review
(1) Points
Efficiency
Less Redundancy
Data Integrity
12. Each column in a relation is called an entity. True or False? Mark for
Review
(1) Points
True
False (*)
Correct
True
False (*)
Correct
hierarchical
technical
textual
graphical (*)
Correct
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
False. Business requirements can and will change. For instance new legal requirements may
arise. (*)
True. The only requirement for creating a perfect system is a perfect programmer.
True. Users never know what they want anyway, so building systems is best left to the
professionals.
True. Users delay the delivery of a system by changing their minds and adding new
requirements.
Correct Correct
A conceptual model that does not fully reflect the business will be created.
Correct Correct
True
False (*)
4. 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
Correct Correct
5. When completing the conceptual modeling process we must take into account the
following: Mark for Review
(1) Points
Business Rules
Assumptions
Problems
All of the above (*) The technical software requirements for this course include all of the
following except: Mark for Review
(1) Points
Correct Correct
7. The strategies for learning used in this course include: Mark for Review
(1) Points
Correct Correct
8. What is the difference between "information" and "data"? Mark for Review
(1) Points
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.
Correct Correct
Correct Correct
10. Select the business or industry that would not have a need for a database. Mark for
Review
(1) Points
Banking
Retail
Scientific Research
The transformations that have occurred in the computing world progressing in this order:
Mark for Review
(1) Points
12. The advantages of an object-oriented data model are: Mark for Review
(1) Points
Reduced Maintenance
Real-World Modeling
Neither A or B.
13. Which is the first step in the Database Development Process ? Mark for Review
(1) Points
Testing
Design
Build
Correct Correct
14. A ___________ model describes a database in terms of tables, columns, and joins
between tables. Mark for Review
(1) Points
Relational (*)
Network
Object Oriented
Hierarchical
Correct Correct
15. In a _______ database model the data is organized into a tree-like structure and to retrieve
data the whole tree needs to be traversed starting from the root node. Mark for Review
(1) Points
Hierarchical (*)
Relational
Object Oriented
Network Which of the following statements are true? (Choose two) Mark for Review
(1) Points
Relational database systems are the main thrust behind SQL since it provides the language
elements needed to tie together the information in the database. (*)
Relational systems pay more attention to retrieving data and making it accessible to the user.
(*)
Flat file database systems pay more attention to retrieving data and making it accessible to the
user, whereas relational databases spend more energy updating indexes and data pointers.
17. A table must have a primary key. True or False? Mark for Review
(1) Points
True (*)
False
Correct Correct
18. Using ERDish, which wording represents optionality? (Choose Two) Mark for Review
(1) Points
may (*)
mandatory
must (*)
maybe
Correct Correct
19. An ERD created using ERDish is a __________ representation of entities and their
relationships to each other. Mark for Review
(1) Points
graphical (*)
hierarchical
technical
textual
Correct Correct
20. The __________ model includes entities, attributes, UIDs, relationships as well as
optionality and cardinality of these items. Mark for Review
(1) Points
Hierarchical
Physical
Logical (*)
Conceptual. 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.
Correct Correct
22. Which of the following are true about Cardinality? (Choose two) Mark for Review
(1) Points
Cardinality specifies only singularity or plurality, but not a specific plural number. (*)
Correct Correct
23. The cardinality of a relationship can be _____________. (Choose two) Mark for Review
(1) Points
many to many
one to one
24. One-to-One relationships have _____________ of one to one in both directions. Mark for
Review
(1) Points
Foreign Keys
Cardinality (*)
Optionality
Naming
25. The components of a relationship include all of the following except : Mark for Review
(1) Points
Optionality
Names
Correct Correct
27. The physical model shows all table structures. True or False. Mark for Review
(1) Points
True (*)
False
Correct Correct
28. The logical model determines relationship optionality and cardinality Mark for Review
(1) Points
True (*)
False
Correct Correct
29. Primary keys can contain null values. Mark for Review
(1) Points
True
False (*)
Correct Correct
30. All entities must be given a new artificial UID. True or False? Mark for Review
(1) Points
True
Correct Correct
32. A candidate UID that does not get chosen to become the primary UID is called a
_________ . Mark for Review
(1) Points
Primary UID
Composite UID
Unique UID
Correct Correct
33. To identify an attribute as part of a unique identifier on an ER diagram, the # symbol goes
in front of it. True or False? Mark for Review
(1) Points
True (*)
False
Correct Correct
Date of birth
Eye color
Race
Age (*)
Correct Correct
Adverbs
Adjectives
Nouns (*)
Verbs When creating entities in a logical model you must follow these rules: (Choose Two)
Mark for Review
(1) Points
Exclude Attributes
Correct Correct
Section 3
(Answer all questions in this section)
37. Attribute names are converted to column names by _________________. Mark for
Review
(1) Points
Correct Correct
38. An entity name is converted to a table name by making it plural. Mark for Review
(1) Points
True (*)
False
Correct Correct
39. In a physical data model, a relationship is represented as a combination of: (Choose Two)
Mark for Review
(1) Points
Column
Incorrect Incorrect. Refer to Section 3 Lesson 4.
40. Which of the following would be a logical constraint when modeling time for a City
entity? Mark for Review
(1) Points
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.
If you are doing a system for any French City, you would need security clearance.
Cites may change their names and/or country association if the borders of a country change.
(*)An arc can also be modeled as Supertype and Subtypes. True or False? Mark for Review
(1) Points
True (*)
False
Correct Correct
42. What do you call the entity created when you resolve a M:M relationship? Mark for
Review
(1) Points
Inclusion entity
Recursive entity
M:M entity
Correct Correct
43. Which of the following is true about subtypes? Mark for Review
(1) Points
44. Which of the following statements about subtypes is not true? Mark for Review
(1) Points
45. Another name for a "barred relationship" is ________________. Mark for Review
(1) Points
Hierarchical Relationship
Recursive Relationship
Supertype Relationship 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 independent and all are fully dependent on the primary key.
47. A table is in 3NF if it has met all database requirements for both 1NF and 2NF and all
transitive dependencies are eliminated. Mark for Review
(1) Points
True (*)
False
Correct Correct
48. "Only teachers may supervise exams" is an example of which of the following? Mark for
Review
(1) Points
An attribute that is not be inherited from the PERSON supertype and is unique to the
TEACHER subtype
49. A new system would have a mixture of both Procedural and Structural Business Rules as
part of the documentation of that new system. True or False? Mark for Review
(1) Points
True (*)
False
Correct Correct
50. A business rule such as "We only ship goods after customers have completely paid any
outstanding balances on their account" is best enforced by: Mark for Review
(1) Points
We need to trust our customers, and we know they will pay some day.
Hiring a programmer to create additional programming code to verify no goods are shipped
until the account has been settled in full. (*)
2. A well structured ERD will show only some parts of the finished data model. You
should never try to model the entire system in one diagram, no matter how small the diagram
might be. True or False? Mark for Review
(1) Points
True
False (*)
3. The purpose of an ERD is to document the proposed system and facilitate discussion
and understanding of the requirements captured by the developer. True or False? Mark for
Review
(1) Points
True (*)
False
4. 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
5. A Conceptual Model is not concerned with how the Physical Model will be
implemented. True or False? Mark for Review
(1) Points
True (*)
False
6. Data modeling is performed for the following reasons: (Choose Two) Mark for
Review
(1) Points
(Choose all correct answers)
It helps discussions and reviews. (*)
The ERD becomes a blueprint for designing the actual system. (*)
We draw an ERD solely to please the users; once completed, the ERD is never referred
to again as it serves no purpose in the real world.
We do not need datamodels; we can just start coding right away.
7. Data modeling is performed for the following reasons: (Choose Two) Mark for
Review
(1) Points
(Choose all correct answers)
We draw an ERD solely to please the users; once completed, the ERD is never referred
to again as it serves no purpose in the real world.
8. Which of the following entities most likely contains valid attributes? (Choose two)
Mark for Review
(1) Points
(Choose all correct answers)
Entity: Home. Attributes: Number of Bedrooms, Owner, Address, Date Built (*)
Entity: Pet. Attributes: Name, Birthdate, Owner (*)
Entity: Car. Attributes: Owner Occupation, Owner Salary, Speed
Entity: Mother. Attributes: Name, Birthdate, Occupation, Start Date
9. Which of the following are examples of ENTITY: Instance ? (Choose Two) Mark
for Review
(1) Points
(Choose all correct answers)
ANIMAL: Dog (*)
MEAT PRODUCT: Lettuce
BODY PART: Larry Ellison
TRANSPORTATION METHOD: Car (*)
11. Which of the following statements about Entities are true? Mark for Review
(1) Points
(Choose all correct answers)
"Something" of significance to the business about which data must be known. (*)
They never have Instances
They are usually a noun. (*)
A name for a set of similar "things" (*)
12. In the following statements, find two good examples of ENTITY: Instance. (Choose
Two) Mark for Review
(1) Points
(Choose all correct answers)
VEGETABLE: grows
BOOK: Biography of Mahatma Gandhi (*)
TRAIN: runs
DAIRY PRODUCT: milk (*)
13. A/an _________ is a piece of information that in some way describes an entity. It is a
property of the entity and it quantifies, qualifies, classifies, or specifies the entity. Mark for
Review
(1) Points
Table
ERD
Process
Attribute (*)
15. Entities are usually verbs. True or False? Mark for Review
(1) Points
True
False (*)
3. Which of the following entities most likely contains valid attributes? (Choose two)
Mark for Review
(1) Points
(Choose all correct answers)
Entity: Car. Attributes: Owner Occupation, Owner Salary, Speed
Entity: Pet. Attributes: Name, Birthdate, Owner (*)
Entity: Mother. Attributes: Name, Birthdate, Occupation, Start Date
Entity: Home. Attributes: Number of Bedrooms, Owner, Address, Date Built (*)
4. All of the following could be attributes of an ENTITY called PERSON, except which one?
Mark for Review
(1) Points
Weight
Gender
Haircolor
Natacha Hansen (*)
5. Attributes can only have one value at any point for each instance in the entity. True or
False? Mark for Review
(1) Points
True (*)
False
6. A/an _________'s value can be a number, a character string, a date, an image, a sound
Mark for Review
(1) Points
ERD
Table
Attribute (*)
Entity
To identify a specific row within a table, using one or more columns and/or foreign
keys.
To identify one unique instance of an entity by using one or more attributes and/or
relationships. (*)
Create an entity that is unlike any other entity aside from itself.
To uniquely determine a table and columns within that table.
8. Which of the following attributes is suitable to be a Unique Identifier? Mark for Review
(1) Points
Address
First name
Last name
Social Security Number (*)
10. A well structured ERD will show only some parts of the finished data model. You
should never try to model the entire system in one diagram, no matter how small the diagram
might be. True or False? Mark for Review
(1) Points
True
False (*)
11. Which of the following can be found in an ERD? (Choose Two) Mark for Review
(1) Points
(Choose all correct answers)
Entities. (*)
Attributes. (*)
Tables.
Instances.
12. A Conceptual Model is not concerned with how the Physical Model will be
implemented. True or False? Mark for Review
(1) Points
True (*)
False
13. Data modeling is performed for the following reasons: (Choose Two) Mark for
Review
(1) Points
(Choose all correct answers)
It helps discussions and reviews. (*)
We draw an ERD solely to please the users; once completed, the ERD is never referred
to again as it serves no purpose in the real world.
We do not need datamodels; we can just start coding right away.
The ERD becomes a blueprint for designing the actual system. (*)
14. An ERD is an example of a Physical Model. True or False? Mark for Review
(1) Points
True
False (*)
15. The Physical Model is derived from the Conceptual Model. True or False? Mark for
Review
(1) Points
True (*)
False
1. Which of the following statements about Entities are true? Mark for Review
(1) Points
(Choose all correct answers)
They are usually a noun. (*)
"Something" of significance to the business about which data must be known. (*)
They never have Instances
A name for a set of similar "things" (*)
3. All of the following would be instances of the entity PERSON except which? Mark
for Review
(1) Points
Male (*)
Grace Abinajam
David Jones
Angelina Rosalie
4. Attributes can only have one value at any point for each instance in the entity. True or
False? Mark for Review
(1) Points
True (*)
False
5. All of the following would be instances of the entity ANIMAL SPECIES, except which
one? Mark for Review
(1) Points
Elephant
Bird
Dog
Leaf (*)
6. A/an _________'s value can be a number, a character string, a date, an image, a sound
Mark for Review
(1) Points
ERD
Entity
Attribute (*)
Table
8. Attributes can be either mandatory or optional. True or False? Mark for Review
(1) Points
True (*)
False
9. Data models show users the data that their Physical Model will contain. True or False?
Mark for Review
(1) Points
True (*)
False
10. A Conceptual Model is not concerned with how the Physical Model will be
implemented. True or False? Mark for Review
(1) Points
True (*)
False
11. Many reasons exist for creating a conceptual model. Choose three appropriate reasons
from the options below. Mark for Review
(1) Points
(Choose all correct answers)
They capture current and future needs. (*)
They model the information flow of data.
They accurately describe what a physical model will contain. (*)
They model functional and informational needs. (*)
They capture the implementation details of the physical model.
12. Data models are drawn to show users the actual Data that their new system will contain;
only Data listed on the Diagram can be entered into the Database. True or False? Mark for
Review
(1) Points
True (*)
False
13. Which of the following statements about ERD's is false? Mark for Review
(1) Points
Ensure that information appears only once.
Capture all required information.
Model all information that is derivable from other information already modeled. (*)
Locate information in a predictable, logical place.
14. A well structured ERD will show only some parts of the finished data model. You
should never try to model the entire system in one diagram, no matter how small the diagram
might be. True or False? Mark for Review
(1) Points
True
False (*)
15. Which of the following statements are true about ERD's? (Choose Two) Mark for
Review
(1) Points
(Choose all correct answers)
You should not model derivable data. (*)
A piece of information should only be found in one place on an ERD. (*)
A piece of information can be shown multiple times on an ERD.
All data must be represented on the ERD, including derived summaries and the result of
calculations.
1. Many reasons exist for creating a conceptual model. Choose three appropriate reasons
from the options below. Mark for Review
(1) Points
(Choose all correct answers)
They capture the implementation details of the physical model.
They accurately describe what a physical model will contain. (*)
They model the information flow of data.
They model functional and informational needs. (*)
They capture current and future needs. (*)
2. Data modeling is performed for the following reasons: (Choose Two) Mark for
Review
(1) Points
(Choose all correct answers)
It helps discussions and reviews. (*)
The ERD becomes a blueprint for designing the actual system. (*)
We draw an ERD solely to please the users; once completed, the ERD is never referred
to again as it serves no purpose in the real world.
We do not need datamodels; we can just start coding right away.
3. A Conceptual Model is not concerned with how the Physical Model will be
implemented. True or False? Mark for Review
(1) Points
True (*)
False
4. Data models are drawn to show users the actual Data that their new system will contain;
only Data listed on the Diagram can be entered into the Database. True or False? Mark for
Review
(1) Points
True (*)
False
6. Which of the following statements about Entities are true? Mark for Review
(1) Points
(Choose all correct answers)
They are usually a noun. (*)
They never have Instances
"Something" of significance to the business about which data must be known. (*)
A name for a set of similar "things" (*)
8. Which of the following are examples of ENTITY: Instance ? (Choose Two) Mark for
Review
(1) Points
(Choose all correct answers)
ANIMAL: Dog (*)
TRANSPORTATION METHOD: Car (*)
MEAT PRODUCT: Lettuce
BODY PART: Larry Ellison
9. A/an _________'s value can be a number, a character string, a date, an image, a sound
Mark for Review
(1) Points
Attribute (*)
Table
Entity
ERD
10. Entities are usually verbs. True or False? Mark for Review
(1) Points
True
False (*)
11. All of the following would be instances of the entity PERSON except which? Mark
for Review
(1) Points
David Jones
Angelina Rosalie
Male (*)
Grace Abinajam
13. An Entity Relationship model is independent of the hardware or software used for
implementation. True or False? Mark for Review
(1) Points
True (*)
False
14. The purpose of an ERD is to document the proposed system and facilitate discussion
and understanding of the requirements captured by the developer. True or False? Mark for
Review
(1) Points
True (*)
False
15. Entity Relationship modeling is dependent on the hardware or software used for
implementation, so you will need to change your ERD if you decide to change Hardware
Vendor. True or False? Mark for Review
(1) Points
True
Test: DFo Section 1 Quiz
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 1
1. Using a database solution instead of a flat file eliminates all of the following issues except:
Mark for Review
(1) Points Incorrect data (*) Data entry anomalies Inconsistency Redundancy
Correct
(1) Points
A conceptual model that does not fully reflect the business will be created. Some business rules
may not be taken into account
Correct
3. 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?
True (*)
False
Correct
4. When completing the conceptual modeling process we must take into account the following:
Mark for Review
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 1
6. Information is the result of combining, comparing and performing calculations on data. Mark
for Review
7. A database interacts with the data and provides the following facilities: Mark for Review
(1) Points
Information and data have no differences - they are two words for the same thing.
Data turns into useful information. It is stored in a database and accessed by systems and users.
(*)
(1) Points
Grid Computing Mainframe computing Desktop computing Cloud Computing (*) Correct
10. SQL *Plus is being used in the Oracle Academy courses to run SQL code. True or False?
Mark for Review
(1) Points
True
False (*)
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 1
11. The technical software requirements for this course include all of the following except:
Mark for Review
(1) Points
Microsoft Access (*) Oracle APEX application All are requirements. Correct
12. A flat file may contain many fields, often, with duplicate data that are prone to data
corruption.
(1) Points
Network
(1) Points
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 1
1. Which one of the following is not a goal of this course: Mark for Review
(1) Points
5. Which is the first step in the Database Development Process ? Mark for Review
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 1
6. In a hierarchical database model the data is stored as records that are connected to one
another through .
(1) Points
They allow the developer to understand the relationship and constraints of the participating
entities (*)
(1) Points
Use of blocks
Integration of data for easier access and modification for complex transactions
(*)
(*)
(*)
Correct
11. 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.
(1) Points
True. The only requirement for creating a perfect system is a perfect programmer. True. Users
never know what they want anyway, so building systems is best left to the
professionals.
True. Users delay the delivery of a system by changing their minds and adding new
requirements. False. Business requirements can and will change. For instance new legal
requirements may arise.
(*) Correct
12. Today, all industries have a need for database systems. True or False? Mark for Review
2. The transformations that have occurred in the computing world progressing in this order:
Mark for Review
(1) Points
Correct
3. DBMS stands for : Mark for Review
(1) Points
4. Select the business or industry that would not have a need for a database.SQLPlus
All these businesses could benefit from using a database. (*) Correct
5. The strategies for learning used in this course include: Mark for Review
(1) Points
Correct
9. 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.
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 1
12. Using a database solution instead of a flat file eliminates all of the following issues except:
Mark for Review
(1) Points
Redundancy
Incorrect data (*) Inconsistency Correct
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?
(1) Points
True
False (*)
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 1
1. In a database model the data is organized into a tree-like structure and to retrieve
data the whole tree needs to be traversed starting from the root node.
(1) Points
6. Which of the following transformations in computing led to the increase in graphical user
interface (GUI) applications?
Mark for Review
(1) Points
(1) Points
(*)
Data Dictionary
(*) Client
Query language
(*) Correct
9. Which one of the following is not a goal of this course: Mark for Review
(1) Points
(1) Points
Correct
Page 2 of 3
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 1
12. 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?
Mission Statements
Rules (*) Goals Processes Correct
14. Using a database solution instead of a flat file eliminates all of the following issues except:
Mark for Review
3. Using a database solution instead of a flat file eliminates all of the following issues except:
Mark for Review
(1) Points Incorrect data (*) Data entry anomalies Redundancy Inconsistency
Incorrect. Refer to Section 1 Lesson 4.
6. The technical software requirements for this course include all of the following except: Mark
for Review
(1) Points
(1) Points
12. A flat file may contain many fields, often, with duplicate data that are prone to data
corruption. Mark for Review
(1) Points
Reduced Maintenance Real-World Modeling Both A and B. (*) Neither A or B.
Correct
15. A network database comprises of a collection of records connected to one another through
links. Mark for Review
(1) Points True (*) False Correct Page 3 of 3
Test: DFo Section 2 Quiz
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 2
1. When mapping a relationship for an ERD relationship names must be included. Mark for
Review
(1) Points
The model changes depending on operating system that is being used. The model does not need
to implemented on a DBMS.
The model changes depending on the relational database software being used The model stays
the same regardless of the DBMS or operating system used. (*) Incorrect. Refer to Section 2
Lesson 6.
3. Using ERDish, which wording represents cardinality? (Choose Two) Mark for Review
(1) Points
one only
one or more
(*)
(*)
one or multiple
Correct
(1) Points
5. Which of the following are reasons we create conceptual models? Mark for Review
(1) Points
Section 2
6. In the relational model, relationships between relations or tables are created by using? Mark
for Review
(1) Points Foreign Keys (*) Primary Keys Composite Keys Candidate Keys Correct
7. A row is called a record. Mark for Review
* (*)
& Correct
9. Attributes that can be divided into smaller subparts are called .
Mark for Review
(1) Points
Volatile Attribute Single Attribute Mandatory Attribute Composite Attribute (*) Correct
10. Entity Boxes are drawn on an ERD using what type of shape? Mark for Review
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 2
11. A unique identifier made up of more than one attribute is called a . Mark for
Review
12. Candidate UIDs must be made up of only one attribute. Mark for Review
(1) Points
True
False (*)
Incorrect. Refer to Section 2 Lesson 4.
13. A relationship is a relationship between an entity and itself. Mark for Review
(1) Points
Cardinality specifies only singularity or plurality, but not a specific plural number.
(*)
(*)
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 2
1. Which of the following are suitable Entity names? (Choose Two) Mark for Review
(1) Points
DOGS
ANIMAL (*)
DOG (*) ANIMALS
(1) Points
(1) Points
primary, secondary primary, unique foreign, unique primary, foreign (*) Correct
Page 1 of 3
Test: DFo Section 2 Quiz
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 2
(1) Points
They capture current and future needs. (*)
They accurately describe what a physical model will contain. (*)
They capture the data values.
They capture the implementation details of the physical model. They model functional and
informational needs.
(*)
To identify a specific row within a table, using one or more columns and/or foreign keys.
To identify one unique instance of an entity by using one or more attributes and/or
relationships. (*) To uniquely determine a table and columns within that table.
Create an entity that is unlike any other entity aside from itself. Incorrect. Refer to Section 2
Lesson 4.
9. Which of the following would be good as a Unique Identifier for its Entity? (Choose Three)
Mark for Review
(1) Points
(*)
(*)
(*) Correct
10. One-to-Many relationships have cardinality of one or more in both directions. True or
False? Mark for Review
(1) Points
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 2
(1) Points Candidate Keys Secondary Keys Foreign Keys (*) Composite Keys
Incorrect. Refer to Section 2 Lesson 5.
13. Data models are drawn to show users the actual Data that their new system will contain;
only
Data listed on the Diagram can be entered into the Database. True or False? Mark for Review
(1) Points
True
False (*)
(1) Points
Relationship Names
Data Values. (*) Cardinality Optionality Correct
15. An ERD created using ERDish is a representation of entities and their
relationships to each other.
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 2
1. Entity Boxes are drawn on an ERD using what type of shape? Mark for Review
(1) Points Diamonds Hard Boxes Rectangles Soft Boxes (*) Correct
2. A/an is a piece of information that in some way describes an entity. It is a
property of the entity and it quantifies, qualifies, classifies, or specifies the entity.
(1) Points
Entity: Home. Attributes: Number of Bedrooms, Owner, Address, Date Built Entity: Mother.
Attributes: Name, Birthdate, Occupation, Number of Children Entity: Pet. Attributes: Name,
Birthdate, Owner
Entity: Car. Attributes: Owner Occupation, Owner Salary, Speed (*) Correct
4. When mapping a relationship for an ERD relationship names must be included. Mark for
Review
(1) Points
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 2
(Answer all questions in this section)
6. Data models are drawn to show users the actual Data that their new system will contain; only
Data listed on the Diagram can be entered into the Database. True or False? Mark for Review
(1) Points
9. Which of the following would be good as a Unique Identifier for its Entity? (Choose Three)
Mark for Review
(1) Points
(*)
(*)
(*)
Correct
(1) Points
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 2
11. The physical model shows all table structures. True or False.
Mark for Review
(1) Points
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 2
1. Which of the following statements are true? (Choose two) Mark for Review
(1) Points
Relational systems pay more attention to retrieving data and making it accessible to the user.
(*)
Relational database systems are the main thrust behind SQL since it provides the language
elements needed to tie together the information in the database.
(*)
Flat file database systems pay more attention to retrieving data and making it accessible to the
user, whereas relational databases spend more energy updating indexes and data pointers.
Flat file database structures help eliminate redundant information. Incorrect. Refer to Section 2
Lesson 1.
2. Which of the following statements does not apply to relational databases? Mark for Review
(1) Points
Relational databases relate tables to each other using common fields called keys. Relational
databases have a strong procedural orientation. (*)
Relational databases are simple to understand.
(1) Points
(1) Points
External data model
(1) Points
One to one
Recursive (*) Hierarchical Mandatory Correct
Page 1 of 3
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 2
6. A foreign key is a column or combination of columns in one table that uniquely identifies a
row of another table.
(1) Points Composite Keys Foreign Keys (*) Secondary Keys Candidate Keys Correct
8. When mapping a relationship for an ERD diagram both sides of the relationship have to be
mapped.
(1) Points
(*)
(*) Correct
10. The model includes entities, attributes, UIDs, relationships as well as
optionality and cardinality of these items.
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 2
11. The primary key uniquely identifies each row in a table and is based on the
from the logical design.
(1) Points Secondary UID Primary UID (*) Candidate UID Composite UID Correct
12. A unique identifier made up of more than one attribute is called a . Mark for
Review
(1) Points Candidate UID Composite UID (*) Unique UID Foreign UID
Incorrect. Refer to Section 2 Lesson 4.
13. An entity may have which of the following? Mark for Review
(1) Points
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 2
(*)
many to many
Correct
2. A foreign key is a column or combination of columns in one table that uniquely identifies a
row of another table.
(1) Points
Bidirectional or a single direction
(1) Points
True
False (*)
5. The primary key uniquely identifies each row in a table and is based on the
from the logical design.
Mark for Review
(1) Points Primary UID (*) Composite UID Candidate UID Secondary UID Correct
Page 1 of 3
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 2
6. When creating entities in a logical model you must follow these rules: (Choose Two) Mark
for Review
(1) Points
(*)
Include Attributes
(*)
Exclude Attributes
Correct
Age (*)
8. Entity Boxes are drawn on an ERD using what type of shape? Mark for Review
(1) Points
(1) Points
We draw an ERD solely to please the users; once completed, the ERD is never referred to again
as it serves no purpose in the real world.
The ERD becomes a blueprint for designing the actual system. (*)
It helps discussions and reviews. (*)
Correct
10. In an ERD diagram how is cardinality represented ? (Choose two) Mark for Review
(1) Points
(*)
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 2
(1) Points
column table (*) row
field
13. In the relational model, data is organized in a basic storage structure called a
. Mark for Review
Correct
14. In a relational database system, the next step after creating a conceptual data model is to
convert it to a .
(1) Points
Logical data model (*) External data model Internal data model
An entity-relation data model
Correct
15. Which of the following are reasons we create conceptual models? Mark for Review
(1) Points
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 3
(1) Points
An intermediary entity
Correct
Replacing underscores with dashes. Replacing periods with commas. Replacing spaces with
underscores. (*) Replacing numbers with letters. Correct
4. A table is in 2NF if the table is in 1NF and what other condition is met? Mark for Review
(1) Points
There are no repeating groups.
There are no attributes that are not functionally dependent on the relation's entire primary key.
(*) Correct
5. An entity without repeated values is said to be in . Mark for Review
(1) Points
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 3
(1) Points
7. Normalization is the process of organizing the attributes and entities of a relational database
to minimize
(1) Points
(*)
Correct
Page 2 of 3
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 3
12. All instances of the supertype be an instance of one of the subtypes. Mark for
Review
13. Which of the following statements about subtypes is not true? Mark for Review
(1) Points
Inherits all relationships of the supertype. Inherits all attributes of the supertype. Must have
subtypes of its own. (*)
Never exists alone.
14. Modeling historical data can produce a unique identifier that includes dates. True or False?
Mark for Review
(1) Points
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 3
(1) Points
One instance of a supertype may belong to two subtypes. Subtypes must be mutually exclusive.
(*)
Subtypes should not be exhaustive. Incorrect. Refer to Section 3 Lesson 1.
2. Which of the following statements about subtypes is not true? Mark for Review
(1) Points
3. Transferable relationships can only be mandatory, not optional. True or False? Mark for
Review
(1) Points
True
False (*)
4. All instances of the supertype be an instance of one of the subtypes. Mark for Review
cannot
will sometimes
Correct
(1) Points
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 3
6. "Only teachers may supervise exams" is an example of which of the following? Mark for
Review
(1) Points
An attribute that is not be inherited from the PERSON supertype and is unique to the
TEACHER
subtype
7. Normalization is the process of organizing the attributes and entities of a relational database
to minimize
(1) Points
(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.
Incorrect. Refer to Section 3 Lesson 3. Page 2 of 3
Test: DFo Section 3 Quiz
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 3
12. are converted to rows in the physical design. Mark for Review
Correct
recursive relationship
15. Modeling historical data can produce a unique identifier that includes dates. True or False?
Mark for Review
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 3
(1) Points
recursive relationship
Correct
2. Which of the following would be a logical constraint when modeling time for a City entity?
Mark for Review
(1) Points
Cites may change their names and/or country association if the borders of a country change. (*)
People are born in the city and people die in the city.
If you are doing a system for any French City, you would need security clearance.
Daily traffic patterns must be monitored to determine how many law enforcement officers are
needed.
Correct
3. A table is in 3NF if it has met all database requirements for both 1NF and 2NF and all
transitive dependencies are eliminated.
(1) Points
An attribute that is not be inherited from the PERSON supertype and is unique to the
TEACHER
subtype
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 3
(1) Points
Each row contains different columns
(*)
Correct
7. Normalization is the process of organizing the attributes and entities of a relational database
to minimize
(1) Points
An intermediary entity
Business Rules
(1) Points
Foreign keys, Primary keys Primary keys, Foreign keys (*) Unique Keys, Primary keys
Foreign keys, mandatory business rules
Correct
Page 2 of 3
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 3
(1) Points
True
False (*)
13. Which of the following pairs of entities is most likely to be modeled as a M:M relationship?
Mark for Review
(1) Points
Correct
Page 3 of 3
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 3
1. Modeling historical data can produce a unique identifier that includes dates. True or False?
Mark for Review
(1) Points
non-transferable relationship
many to many relationship recursive relationship intersection entity (*) Correct
3. Another name for a "barred relationship" is . Mark for Review
(1) Points
(1) Points
PERSON and FINGERPRINT TEACHER and SUBJECT AREA (*) CAR and WHEEL
Correct
Page 1 of 3
Test: DFo Section 3 Quiz
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 3
6. Which of the following statements about subtypes is not true? Mark for Review
(1) Points
Must have subtypes of its own. (*) Inherits all attributes of the supertype. Never exists alone.
Inherits all relationships of the supertype. Correct
7. A recursive relationship has cardinality of . 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
9. According to , an attribute must be dependent on its entity’s entire unique
identifier. Mark for Review
(1) Points
10. If there is a column missing in an entity - normalization should identify this problem. Mark
for Review
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 3
(1) Points
Correct
(1) Points
Numbers
Correct
14. An entity name is converted to a table name by making it plural. Mark for Review
(1) Points
True (*)
False
Correct
(1) Points
Replacing periods with commas. Replacing spaces with underscores. (*) Replacing numbers
with letters. Replacing underscores with dashes. Correct
Page 3 of 3
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 3
1. Modeling historical data can produce a unique identifier that includes dates. True or False?
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.
Cites may change their names and/or country association if the borders of a country change. (*)
Daily traffic patterns must be monitored to determine how many law enforcement officers are
needed.
Correct
3. "Only teachers may supervise exams" is an example of which of the following? Mark for
Review
(1) Points
An attribute that is not be inherited from the PERSON supertype and is unique to the
TEACHER
subtype
Correct
4. When data is only stored in one place in a database, the database conforms to the rules of
. Mark for Review
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Section 3
(1) Points
Correct
(1) Points
True
False (*)
10. Which of the following is true about subtypes? Mark for Review
(1) Points
One instance of a supertype may belong to two subtypes. Subtypes must not be mutually
exclusive.
Subtypes must be mutually exclusive. (*) Subtypes should not be exhaustive. Correct
Page 2 of 3
Section 3
(1) Points
12. The "Other" subtype is mandatory. True or False? Mark for Review
(1) Points
True
False (*)
13. Table names can contain all of the following except: Mark for Review
Correct
14. When converting attribute names to columns are frequently used. Mark for
Review
(1) Points
True (*) False Correct Page 3 of 3
Using a database solution instead of a flat file eliminates all of the following issues except:
-Incorrect data
-Data entry anomalies
-Rednunancy
-Inconsistency
Incorrect data
T/F: Business rules help you understand the standardization procedure an organization follows
when handling huge data.
True
00:02
01:17
Business _____ are used to understand business procedures, and the nature, role, and scope of
the data.
Rules
-Reduced Maintenance
-Real-World Modeling
-Both of the above
-Neither of the above
Both of the above
In a hierarchical database model the data is stored as records that are connected to one through
________.
links
In a __________ database model the data is organized into a tree-like structure and to retrieve
data the whole tree needs to be traversed starting from the root node.
Hierarchical
T/F: A network database comprises of a collection of records connected to one another through
links.
True
Which transformation in computing allows for storage and delivery of applications and data
over the internet?
-Cloud Computing
-Mainframe computing
-Grid Computing
-Desktop computing
Cloud Computing
T/F: A database is a centralized and structured set of data stored on a computer system and
provides facilities for retrieving, adding, modifying, and deleting the data when required.
True
00:02
01:17
-Mainframe computing
-Desktop computing
-Grid Computing
-Client/Server Computing
Desktop computing
Select the business or industry that would not have a need for a database.
-Banking
-Retail
-Scientific Research
-All these businesses could benefit from using a database.
All these businesses could benefit from using a database.
Matrix Diagrams are used to verify that all _______________ have been identified for an ERD.
relationships
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) (Choose all correct answers)
-two entities
-an entity and itself
-multiple entities
-All of the above.
All of the above.
In the relational model, relationships between relations or tables are created by using?
Foreign Keys
The candidate UID that is chosen to identify an entity is called Primary UID; other candidates
UIDs are called Secondary UIDs.
-No, after UIDs are first sorted, the first one is called the Primary UID, the second is the
Secondary UID, etc.
-No, it is not possible to have more than one UID for an Entity.
-Yes, this is the way UID's are named.
-No, each Entity an only have one UID, the secondary one.
Yes, this is the way UID's are named.
Relationships are mapped in a physical model using ____________ keys and foreign keys.
primary
T/F: A Unique Identifier has a NULL value for each instance of the entity for the lifetime of the
instance.
False
T/F: When mapping a relationship for an ERD relationship names must be included.
True
Data modelling is performed for the following reasons: (Choose Two) (Choose all correct
answers)
The Physical Model is derived from the Logical Model. True or False?
True
-ANIMAL
-DOG
-DOGS
-ANIMALS
-ANIMAL
-DOG
Which of the following statements about attributes are true? (Choose Two) (Choose all correct
answers)
-redundancy
-data inconsistencies
-anomalies
-All of the above.
All of the above.
Until all attributes are single-valued, the database model is said to be:
Not Normalized
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?
False
If a relationship can NOT be moved between instances of the entities it connects, it is said to
be:
Non-Transferable
All ER diagrams must have one of each of the following: (Choose two) (Choose all correct
answers)
-Arcs
-Relationships between entities
-At least one supertype and subtype
-One or more Entities
-Relationships between entities
-One or more Entities
Data models are drawn to show users the actual Data that their new system will contain; only
Data listed on the Diagram can be entered into the Database. True or False?
True
T/F: A flat file may contain many fields, often, with duplicate data that are prone to data
corruption.
True
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. (true/false)
False. Business requirements can and will change. For instance, new legal requirements may
arise.
-One to Many
-Some to None
-Many to Many
-One to One
Some to None
When completing the conceptual modeling process we must take into account the following:
-Business Rules
-Assumptions
-Problems
-All of the above
All of the above
The transformations that have occurred in the computing world progressing in this order:
.
Mainframe computing, Desktop computing, Client/Server Computing, Grid computing.
A DBMS comprises of the following elements: (Choose 3)(Choose all correct answers)
-Query language
-Client
-Data Dictionary
-Memory and Storage Management
-Query language
-Data Dictionary
-Memory and Storage Management
T/F: Information is the result of combining, comparing and performing calculations on data.
True
What does single table refer to? (Choose Two) (Choose all correct answers)
-A fully-relational database system like Microsoft's SQL Server or Oracle's database systems.
-A database where all of the data is stored in one large table.
-A type of database storage method where all of the data elements are stored on top of each
other.
-Non-relational systems that typically store each table and index in separate files and often do
not support the SQL language.
-A database where all of the data is stored in one large table.
-Non-relational systems that typically store each table and index in separate files and often do
not support the SQL language.
Which of the following statements about entity relationship diagrams (ERD) is true?
You can only create relationships to a Supertype, not to a Subtype. True or False?
False
T/F: 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.
True
SQL *Plus is being used in the Oracle Academy courses to run SQL code. True or False?
True
Many reasons exist for creating a conceptual model. Choose three appropriate reasons from the
options below. (Choose all correct answers)
Which of the following statements are true? (Choose two) (Choose all correct answers)
-Flat file database systems pay more attention to retrieving data and making it accessible to the
user, whereas relational databases spend more energy updating indexes and data pointers.
-Relational database systems are the main thrust behind SQL since it provides the language
elements needed to tie together the information in the database.
-Relational systems pay more attention to retrieving data and making it accessible to the user.
-Flat file database structures help eliminate redundant information.
-Relational database systems are the main thrust behind SQL since it provides the language
elements
needed to tie together the information in the database.
-Relational systems pay more attention to retrieving data and making it accessible to the user.
Which of the following statements does not apply to relational databases?
A unique identifier must be made up of more than one attribute. True or False?
False
Unique Identifiers...
-Distinguish nothing
-Distinguish one entity from another.
-Distinguish one instance of an entity from all other instances of that entity
-Distinguish all entities in a database
Distinguish one instance of an entity from all other instances of that entity
People are not born with "numbers", but a lot of systems assign student 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 one instance of the entity SHOE, a/an ______________
UID can be created.
Artificial
When creating entities in a logical model you must follow these rules: (Choose Two) (Choose
all correct
answers)
-Exclude Attributes
-Include Attributes
-Name them in Singular
-Name them in Plural
-Include Attributes
-Name them in Singular
A/an _________ is a piece of information that in some way describes an entity. It is a property
of the entity and it quantifies, qualifies, classifies, or specifies the entity.
Attribute
The components of a relationship include all of the following except:
-Cardinality
-Names
-Optionality
-Relational Integrity
Relational Integrity
T/F: A foreign key is a column or combination of columns in one table that uniquely identifies
a row of another table.
True
Intersection Entities are at the ______ end of the newly created 1:M (Parent:Child) relationship;
Barred
Many to many relationships must be left in the Model. It is important to have them documented
as M-M.
True or False?
False
Which of the following pairs of entities is most likely to be modeled as a M:M relationship?
Which of the following would be a logical constraint when modeling time for a City entity?
-Daily traffic patterns must be monitored to determine how many law enforcement officers are
needed.
-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.
-Cites may change their names and/or country association if the borders of a country change.
Cites may change their names and/or country association if the borders of a country change.
T/F: If there is a column missing in an entity - normalization should identify this problem.
True
-Standards
-Word of mouth
-Procedures
-Operational manuals
Word of mouth
T/F: When mapping a barred relationship a primary key and foreign key can be the same field.
True
T/F: A table is in 3NF if it has met all database requirements for both 1NF and 2NF and all
transitive dependencies
are eliminated.
True
1. Which of the following would best be represented by an arc? Mark for Review
(1) Points
STUDENT (senior, male)
STUDENT (Grade A student, Average Student)
STUDENT (graduating, female)
STUDENT ( University, Technical College) (*)
2. 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 (*)
4. An arc can often be modeled as Supertype and Subtypes. True or False? Mark
for Review
(1) Points
True (*)
False
5. 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)
7. Every business has restrictions on which attribute values and which relationships are
allowed. These are known as: Mark for Review
(1) Points
Constraints. (*)
Relationships
Entities.
Attributes
8. Arcs are used to visually represent _________ between two or more relationships in
an ERD. Mark for Review
(1) Points
Differences
Inheritance
Sameness
Exclusivity (*)
9. Cascading UIDs are a feature often found in what type of Relationship? Mark for
Review
(1) Points
Invalid Relationship
Recursive Relationship
General Relationship
Heirarchical Relationship (*)
10. A relationship between an entity and itself is called a/an: Mark for Review
(1) Points
Recursive Relationship (*)
Invalid Relationship
Heirarchical Relationship
General Relationship
12. A single relationship can be both Recursive and Hierarchical at the same time. True or
False? Mark for Review
(1) Points
True
False (*)
13. Business organizational charts are often modeled as a Hierarchical relationship. True
or False? Mark for Review
(1) Points
True (*)
False
14. A recursive relationship must be Mandatory at both ends. True or False? Mark
for Review
(1) Points
True
False (*)
2. A single relationship can be both Recursive and Hierarchical at the same time. True or
False? Mark for Review
(1) Points
True
False (*)
3. A Recursive Relationship is represented on an ERD by a/an: Mark for Review
(1) Points
Single Toe
Dog's Tail
Pig's Ear (*)
Crow's Foot
5. A relationship between an entity and itself is called a/an: Mark for Review
(1) Points
General Relationship
Recursive Relationship (*)
Heirarchical Relationship
Invalid Relationship
7. Cascading UIDs are a feature often found in what type of Relationship? Mark for
Review
(1) Points
Recursive Relationship
General Relationship
Invalid Relationship
Heirarchical Relationship (*)
8. Which of the following would best be represented by an arc? Mark for Review
(1) Points
STUDENT (senior, male)
STUDENT ( University, Technical College) (*)
STUDENT (Grade A student, Average Student)
STUDENT (graduating, female)
12. Arcs are used to visually represent _________ between two or more relationships in
an ERD. Mark for Review
(1) Points
Sameness
Differences
Exclusivity (*)
Inheritance
13. Which of the following can be added to a relationship? Mark for Review
(1) Points
An optional attribute can be created
A composite attribute
An attribute
An arc can be assigned (*)
14. Which of the following would best be represented by an arc? Mark for Review
(1) Points
TEACHER (Female, Bob)
STUDENT (Grade A student, Average Student)
DELIVERY ADDRESS (Home, Office) (*)
PARENT (Girl, Bob)
15. 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 (*)
1. A relationship between an entity and itself is called a/an: Mark for Review
(1) Points
Invalid Relationship
Recursive Relationship (*)
General Relationship
Heirarchical Relationship
9. Every business has restrictions on which attribute values and which relationships are
allowed. These are known as: Mark for Review
(1) Points
Attributes
Constraints. (*)
Entities.
Relationships
10. Which of the following would best be represented by an arc? Mark for Review
(1) Points
TEACHER (Female, Bob)
DELIVERY ADDRESS (Home, Office) (*)
PARENT (Girl, Bob)
STUDENT (Grade A student, Average Student)
11. An arc can often be modeled as Supertype and Subtypes. True or False? Mark
for Review
(1) Points
True (*)
False
12. 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 (*)
13. To visually represent exclusivity between two or more relationships in an ERD you
would most likely use an ________. Mark for Review
(1) Points
Attribute
Relationship
UID
Arc (*)
14. Arcs model an Exclusive OR constraint. True or False? Mark for Review
(1) Points
True (*)
False
15. Arcs are used to visually represent _________ between two or more relationships in
an ERD. Mark for Review
(1) Points
Differences
Sameness
Exclusivity (*)
Inheritance
3. An arc can often be modeled as Supertype and Subtypes. True or False? Mark
for Review
(1) Points
True (*)
False
4. Which of the following would best be represented by an arc? Mark for Review
(1) Points
STUDENT (Grade A student, Average Student)
TEACHER (Female, Bob)
DELIVERY ADDRESS (Home, Office) (*)
PARENT (Girl, Bob)
6. Which of the following would best be represented by an arc? Mark for Review
(1) Points
STUDENT (graduating, female)
STUDENT ( University, Technical College) (*)
STUDENT (Grade A student, Average Student)
STUDENT (senior, male)
7. Arcs are used to visually represent _________ between two or more relationships in
an ERD. Mark for Review
(1) Points
Exclusivity (*)
Differences
Inheritance
Sameness
8. Every business has restrictions on which attribute values and which relationships are
allowed. These are known as: Mark for Review
(1) Points
Entities.
Relationships
Constraints. (*)
Attributes
9. A single relationship can be both Recursive and Hierarchical at the same time. True or
False? Mark for Review
(1) Points
True
False (*)
10. A recursive relationship must be Mandatory at both ends. True or False? Mark
for Review
(1) Points
True
False (*)
11. Cascading UIDs are a feature often found in what type of Relationship? Mark for
Review
(1) Points
Recursive Relationship
General Relationship
Heirarchical Relationship (*)
Invalid Relationship
15. Business organizational charts are often modeled as a Hierarchical relationship. True
or False? Mark for Review
(1) Points
True (*)
False