Deck 3: Data Models

Full screen (f)
exit full mode
Question
The network model has structural level dependence.
Use Space or
up arrow
down arrow
to flip the card.
Question
The terms data model and database model are often used interchangeably.
Question
In an SQL-based relational database, each table is dependent on another.
Question
Business rules apply to businesses and government groups, but not to other types of organizations such as religious groups or research laboratories.
Question
Today, most relational database products can be classified as object/relational.
Question
In an SQL-based relational database, rows in different tables are related based on common values in common attributes.
Question
In Chen notation, entities and relationships must be oriented horizontally.
Question
Business rules must be rendered in writing.
Question
The relational model is hardware-dependent and software-independent.
Question
Data modeling starts with a very complex representation, and as knowledge of the problem is gained, the model is simplified.
Question
The hierarchical model is software-independent.
Question
Within the database environment, a data model represents data structures with the purpose of supporting a specific problem domain.
Question
A manager and a programmer usually have the same view of the same data.
Question
M:N relationships are not appropriate in a relational model.
Question
Database designers determine the data and information that yield the required understanding of the entire business.
Question
End-user interfaces require the end user to manually generate SQL code.
Question
A data model is usually graphical.
Question
Each row in the relational table is known as an entity instance or entity occurrence in the ER model.
Question
An implementation-ready data model should contain a description of the data structure that will store the end-user data.
Question
The entity relationship model is limited to conceptual modeling, with no implementation component.
Question
A(n) ____'s main function is to help you understand the complexities of the real-world environment.

A) constraint
B) entity
C) model
D) database
Question
A(n) ____ is anything about which data are to be collected and stored.

A) attribute
B) entity
C) relationship
D) constraint
Question
Students and classes have a ____ relationship.

A) one-to-one
B) one-to-many
C) many-to-one
D) many-to-many
Question
A(n) ____ represents a particular type of object in the real world.

A) attribute
B) entity
C) relationship
D) constraint
Question
In the ____ model, the basic logical structure is represented as an upside-down tree.

A) hierarchical
B) network
C) relational
D) entity relationship
Question
MySQL is an example of a(n) ____.

A) hierarchical model
B) file system data model
C) relational data model
D) XML data model
Question
A verb associating two nouns in a business rule translates to a(n) ____ in the data model.

A) entity
B) attribute
C) relationship
D) constraint
Question
A(n) ____ is bidirectional.

A) attribute
B) entity
C) relationship
D) constraint
Question
Oracle 11g is an example of a(n) ____.

A) hierarchical model
B) file system data model
C) relational data model
D) XML/Hybrid data model
Question
The object-oriented data model was developed in the ____.

A) 1960s
B) 1970s
C) 1980s
D) 1990s
Question
VMS/VSAM is an example of a(n) ____.

A) hierarchical model
B) file system data model
C) relational data model
D) XML data model
Question
A noun in a business rule translates to a(n) ____ in the data model.

A) entity
B) attribute
C) relationship
D) constraint
Question
The hierarchical data model was developed in the ____.

A) 1960s
B) 1970s
C) 1980s
D) 1990s
Question
A(n) ____ is the equivalent of a field in a file system.

A) attribute
B) entity
C) relationship
D) constraint
Question
A(n) ____ is a restriction placed on the data.

A) attribute
B) entity
C) relationship
D) constraint
Question
Which of the following is true of business rules?

A) They allow the designer to set company policies with regard to data.
B) They allow the designer to develop business processes.
C) They can serve as a communication tool between the users and designers.
D) They provide a framework for the company's self actualization.
Question
In the ____ model, each parent can have many children, but each child has only one parent.

A) hierarchical
B) network
C) relational
D) entity relationship
Question
Business rules are derived from ____.

A) a detailed description of an organization's operations
B) standards and practices developed over the years
C) managers' recommendations
D) governmental oversight organization standards
Question
____ are normally expressed in the form of rules.

A) Attributes
B) Entities
C) Relationships
D) Constraints
Question
____ are important because they help to ensure data integrity.

A) Attributes
B) Entities
C) Relationships
D) Constraints
Question
The ____________________ is the conceptual organization of the entire database as viewed by the database administrator.
Question
A(n) ____________________ is a relatively simple representation of more complex real-world data structures.
Question
The ____________________ defines the portion of the database "seen" by the application programs that produce information from the data.
Question
The ____ data model uses the concept of inheritance.

A) relational
B) network
C) object-oriented
D) entity relationship
Question
Each column in a relation represents a(n) ____________________.
Question
The ____ model uses the term connectivity to label the relationship types.

A) relational
B) network
C) object-oriented
D) entity relationship
Question
A(n) ____ enables a database administrator to define schema components.

A) extensible markup language (XML)
B) data definition language (DDL)
C) unified modeling language (UML)
D) query language
Question
The ____ model is the end users' view of the data environment.

A) abstract
B) external
C) conceptual
D) internal
Question
The ____ model was developed to allow designers to use a graphical tool to examine structures rather than describing them with text.

A) hierarchical
B) network
C) object-oriented
D) entity relationship
Question
A(n) ____ model represents a global view of the database as viewed by the entire organization.

A) external
B) conceptual
C) internal
D) physical
Question
One of the limitations of the ____ model is that there is a lack of standards.

A) hierarchical
B) network
C) relational
D) entity relationship
Question
A(n) ____________________ is a brief, precise, and unambiguous description of a policy, procedure, or principle within a specific organization.
Question
In ____________________, relationships are represented by a diamond connected to the related entities through a relationship line.
Question
The ____ data model is said to be a semantic data model.

A) relational
B) network
C) object-oriented
D) entity relationship
Question
In the ____ model, the user perceives the database as a collection of records in 1:M relationships, where each record can have more than one parent.

A) hierarchical
B) network
C) object-oriented
D) entity relationship
Question
In _________________________, a three-pronged symbol represents the "many" side of the relationship.
Question
A(n) ____________________ is a representation of the relational database's entities, the attributes within those entities and the relationships between those entities.
Question
Each row in a relation is called a(n) ____________________.
Question
A(n) ____________________ in a hierarchical model is the equivalent of a record in a file system.
Question
The relational data model was developed in the ____.

A) 1960s
B) 1970s
C) 1980s
D) 1990s
Question
What are the sources of business rules, and what is the database designer's role with regard to business rules?
Question
Describe a conceptual model and its advantages. What is the most widely used conceptual model?
Question
When you can change the internal model without affecting the conceptual model, you have ____________________ independence.
Question
___________________________________ is a language based on OO concepts that describes a set of diagrams and symbols used to graphically model a system.
Question
What do business rules require to be effective?
Question
In object-oriented terms, a(n) ____________________ defines an object's behavior.
Question
What components should an implementation-ready data model contain?
Question
A(n) ____________________ is a collection of similar objects with a shared structure and behavior.
Question
The term ____________________ is used to refer to the task of creating a conceptual data model that could be implemented in any DBMS.
Question
Describe the three parts involved in any SQL-based relational database application.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/70
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 3: Data Models
1
The network model has structural level dependence.
True
2
The terms data model and database model are often used interchangeably.
True
3
In an SQL-based relational database, each table is dependent on another.
False
4
Business rules apply to businesses and government groups, but not to other types of organizations such as religious groups or research laboratories.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
5
Today, most relational database products can be classified as object/relational.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
6
In an SQL-based relational database, rows in different tables are related based on common values in common attributes.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
7
In Chen notation, entities and relationships must be oriented horizontally.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
8
Business rules must be rendered in writing.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
9
The relational model is hardware-dependent and software-independent.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
10
Data modeling starts with a very complex representation, and as knowledge of the problem is gained, the model is simplified.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
11
The hierarchical model is software-independent.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
12
Within the database environment, a data model represents data structures with the purpose of supporting a specific problem domain.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
13
A manager and a programmer usually have the same view of the same data.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
14
M:N relationships are not appropriate in a relational model.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
15
Database designers determine the data and information that yield the required understanding of the entire business.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
16
End-user interfaces require the end user to manually generate SQL code.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
17
A data model is usually graphical.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
18
Each row in the relational table is known as an entity instance or entity occurrence in the ER model.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
19
An implementation-ready data model should contain a description of the data structure that will store the end-user data.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
20
The entity relationship model is limited to conceptual modeling, with no implementation component.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
21
A(n) ____'s main function is to help you understand the complexities of the real-world environment.

A) constraint
B) entity
C) model
D) database
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
22
A(n) ____ is anything about which data are to be collected and stored.

A) attribute
B) entity
C) relationship
D) constraint
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
23
Students and classes have a ____ relationship.

A) one-to-one
B) one-to-many
C) many-to-one
D) many-to-many
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
24
A(n) ____ represents a particular type of object in the real world.

A) attribute
B) entity
C) relationship
D) constraint
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
25
In the ____ model, the basic logical structure is represented as an upside-down tree.

A) hierarchical
B) network
C) relational
D) entity relationship
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
26
MySQL is an example of a(n) ____.

A) hierarchical model
B) file system data model
C) relational data model
D) XML data model
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
27
A verb associating two nouns in a business rule translates to a(n) ____ in the data model.

A) entity
B) attribute
C) relationship
D) constraint
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
28
A(n) ____ is bidirectional.

A) attribute
B) entity
C) relationship
D) constraint
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
29
Oracle 11g is an example of a(n) ____.

A) hierarchical model
B) file system data model
C) relational data model
D) XML/Hybrid data model
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
30
The object-oriented data model was developed in the ____.

A) 1960s
B) 1970s
C) 1980s
D) 1990s
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
31
VMS/VSAM is an example of a(n) ____.

A) hierarchical model
B) file system data model
C) relational data model
D) XML data model
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
32
A noun in a business rule translates to a(n) ____ in the data model.

A) entity
B) attribute
C) relationship
D) constraint
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
33
The hierarchical data model was developed in the ____.

A) 1960s
B) 1970s
C) 1980s
D) 1990s
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
34
A(n) ____ is the equivalent of a field in a file system.

A) attribute
B) entity
C) relationship
D) constraint
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
35
A(n) ____ is a restriction placed on the data.

A) attribute
B) entity
C) relationship
D) constraint
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
36
Which of the following is true of business rules?

A) They allow the designer to set company policies with regard to data.
B) They allow the designer to develop business processes.
C) They can serve as a communication tool between the users and designers.
D) They provide a framework for the company's self actualization.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
37
In the ____ model, each parent can have many children, but each child has only one parent.

A) hierarchical
B) network
C) relational
D) entity relationship
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
38
Business rules are derived from ____.

A) a detailed description of an organization's operations
B) standards and practices developed over the years
C) managers' recommendations
D) governmental oversight organization standards
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
39
____ are normally expressed in the form of rules.

A) Attributes
B) Entities
C) Relationships
D) Constraints
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
40
____ are important because they help to ensure data integrity.

A) Attributes
B) Entities
C) Relationships
D) Constraints
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
41
The ____________________ is the conceptual organization of the entire database as viewed by the database administrator.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
42
A(n) ____________________ is a relatively simple representation of more complex real-world data structures.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
43
The ____________________ defines the portion of the database "seen" by the application programs that produce information from the data.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
44
The ____ data model uses the concept of inheritance.

A) relational
B) network
C) object-oriented
D) entity relationship
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
45
Each column in a relation represents a(n) ____________________.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
46
The ____ model uses the term connectivity to label the relationship types.

A) relational
B) network
C) object-oriented
D) entity relationship
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
47
A(n) ____ enables a database administrator to define schema components.

A) extensible markup language (XML)
B) data definition language (DDL)
C) unified modeling language (UML)
D) query language
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
48
The ____ model is the end users' view of the data environment.

A) abstract
B) external
C) conceptual
D) internal
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
49
The ____ model was developed to allow designers to use a graphical tool to examine structures rather than describing them with text.

A) hierarchical
B) network
C) object-oriented
D) entity relationship
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
50
A(n) ____ model represents a global view of the database as viewed by the entire organization.

A) external
B) conceptual
C) internal
D) physical
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
51
One of the limitations of the ____ model is that there is a lack of standards.

A) hierarchical
B) network
C) relational
D) entity relationship
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
52
A(n) ____________________ is a brief, precise, and unambiguous description of a policy, procedure, or principle within a specific organization.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
53
In ____________________, relationships are represented by a diamond connected to the related entities through a relationship line.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
54
The ____ data model is said to be a semantic data model.

A) relational
B) network
C) object-oriented
D) entity relationship
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
55
In the ____ model, the user perceives the database as a collection of records in 1:M relationships, where each record can have more than one parent.

A) hierarchical
B) network
C) object-oriented
D) entity relationship
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
56
In _________________________, a three-pronged symbol represents the "many" side of the relationship.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
57
A(n) ____________________ is a representation of the relational database's entities, the attributes within those entities and the relationships between those entities.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
58
Each row in a relation is called a(n) ____________________.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
59
A(n) ____________________ in a hierarchical model is the equivalent of a record in a file system.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
60
The relational data model was developed in the ____.

A) 1960s
B) 1970s
C) 1980s
D) 1990s
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
61
What are the sources of business rules, and what is the database designer's role with regard to business rules?
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
62
Describe a conceptual model and its advantages. What is the most widely used conceptual model?
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
63
When you can change the internal model without affecting the conceptual model, you have ____________________ independence.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
64
___________________________________ is a language based on OO concepts that describes a set of diagrams and symbols used to graphically model a system.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
65
What do business rules require to be effective?
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
66
In object-oriented terms, a(n) ____________________ defines an object's behavior.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
67
What components should an implementation-ready data model contain?
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
68
A(n) ____________________ is a collection of similar objects with a shared structure and behavior.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
69
The term ____________________ is used to refer to the task of creating a conceptual data model that could be implemented in any DBMS.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
70
Describe the three parts involved in any SQL-based relational database application.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 70 flashcards in this deck.