C175 Ucertify Quiz 2

25 July 2022
4.7 (114 reviews)
64 test answers

Unlock all answers in this set

Unlock answers (60)
question
A(n) ______ represents a particular type of object in the real world. a. entity b. attribute c. node d. relationship
answer
entity
question
M:N relationships are not appropriate in a relational model.
answer
True
question
From a database point of view, the collection of data becomes meaningful only when it reflects properly defined ______. a. business plans b. business rules c. business norms d. business goals
answer
business rules
question
Which of the following types of HDFS nodes acts as the interface between the user application and the HFS? a. Map node b. Data node c. Client node d. Name node
answer
Client node
question
Each column in a relation represents a(n) _______.
answer
attribute
question
MySQL is an example of the ______. a. XML data model b. hierarchical model c. file system data model d. relational data model
answer
relational data model
question
In Chen notation, entities and relationships have to be oriented horizontally; not vertically True or False
answer
False can be horizontal and vertical
question
An implementation-ready data model should contain a description of the data structure that will store the end-user data. True or False
answer
True
question
In the context of data models, an entity is a person, place, thing, or event about which data will be collected and stored. True or False
answer
True
question
A(n) ______ defines the environment in which data can be managed and is used to work with the data in the database.
answer
data manipulation language (DML)
question
A(n) ______ is a brief, precise, and unambiguous description of a policy, procedure, or principle within a specific organization
answer
business rule
question
_____ are important because they help to ensure data integrity. a. relationships b. constraints c. attributes d. entities
answer
constraints
question
Which of the following is true of business rules? a. they can serve as a communication tool between the users and designers. b. they provide a framework for the company's self actualization c. they allow the designer to set a company policies with regard to data d. they allow the designer to develop business processes.
answer
they can serve as communication tool between the users and designers
question
NoSQL databases: a. are geared toward transaction consistency; not performance b. provide fault tolerance c. are based on the relational model d. support only small amounts of sparse data
answer
provide fault tolerance
question
Even when a good database blueprint is available, an applications programmer's view of the data should match that of the manager and the end user. True or False
answer
False When a good database blueprint is available, it does not matter that an applications programmer's view of the data is different from that of the manager or the end user
question
A(n) ______ is bidirectional a. entity b. relationship c. constraint d. attribute
answer
relationship
question
The network model has structural level dependence True or False
answer
True
question
Students and classes have a ____ relationship a. many-to-many b. many-to-one c. one-to-many d. one-to-one
answer
many-to-many
question
A(n) ______, is a collection of similar objects with a shared structure and behavior.
answer
class
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
answer
network
question
The object-oriented data model was developed in the _____. a. 1960s b. 1970s c. 1980s d. 1990s
answer
1980s
question
A(n) _____ is the conceptual organization of an entire database as viewed by a database administrator
answer
schema
question
The relational data model was developed in the _____. a. 1990s b. 1980s c. 1970s d. 1960s
answer
1970s
question
The hierarchical data model was developed in the ____. a. 1970s b. 1960s c. 1980s d. 1990s
answer
1960s
question
Each row in a relation is called a(n) _____.
answer
tuple
question
A(n) _____ is a restriction placed on the data. a. entity b. attribute c. constraint d. relationship
answer
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
answer
hierarchical
question
In an SQL-based relational database, rows in different tables are related based on common values in common attributes. True or False
answer
True
question
One of the limitations of the ______ model is that there is a lack of standards. a. network b. relational c. entity relationship d. hierarchical
answer
hierarchical
question
Which of the following types of HDFS nodes stores all the metadata about a file system? a. Name node b. Map node c. Data node d. Client node
answer
Name node
question
In _____, a three pronged symbol represents the "many" side of the relationship.
answer
Crow's Foot notation
question
A(n) ____ in a hierarchical model is the equivalent of a record in a file system.
answer
segment
question
A data model is usually graphical True or False
answer
True
question
Which of the following is true of NoSQL databases? a. They do not support distributed database architectures. b. They are not based on the relational model. c. They are geared toward transaction consistency rather than performance d. They do not support very large amounts of sparse data
answer
They are not based on the relational model
question
Within the database environment, a data model represents data structures with the purpose of supporting a specific problem domain. True or False
answer
True
question
Each row in the relational table is known as a(n) _____.
answer
entity instance
question
Business rules must be rendered in writing. True or False
answer
True
question
Each row in the relational table is known as an entity instance or entity occurrence in the ER model. True or False
answer
True
question
Oracle 11g is an example of the ______. a. hierarchical model b. XML/Hybrid data model c. relational data model d. file system data model
answer
XML/Hybrid data model
question
______ are normally expressed in the form of rules. a. entities b. relationships c. constraints d. attributes
answer
constraints
question
The _____ data model is said to be a semantic data model a. entity relationship b. relational c. network d. object-oriented
answer
object-oriented
question
A(n)_____ is a relatively simple representation of more complex real-world data structures.
answer
data model
question
The ______ model uses the term connectivity to label the relationship types. a. entity relationship b. object-oriented c. network d. relational
answer
entity relationship
question
A(n)______ is the equivalent of a field in a file system. a. entity b. attribute c. constraint d. relationship
answer
attribute
question
In object oriented terms, a(n) _____ defines an object's behavior.
answer
method
question
Which of the following is a disadvantage of the hierarchical data model? a. it does not promote data integrity. b. it is not efficient with 1:M relationships c. it does not promote data sharing d. it does not have standards
answer
it does not have standards
question
Today, most relational database products can be classified as object/relational. True or False
answer
True
question
In an SQL-based relational database, each table is dependent on every other table. True or False
answer
False In an SQL-based relational database each table is independent
question
An implementation-ready data model needn't necessarily contain enforceable rules to guarantee the integrity of the data. True or False
answer
False An implementation-ready data model should contain at least the following components: - a description of the data structure that will store the end-user data -a set of enforceable rules to guarantee the integrity of the data -a data manipulation methodology to support the real-world data transformations
question
The ______ data model uses the concept of inheritance a. object-oriented b. entity relationship c. relational d. network
answer
object-oriented
question
A(n) _____'s main function is to help one understand the complexities of the real world environment. a. database b. model c. entity d. node
answer
model
question
The Hierarchical model is software-independent. True or False
answer
False
question
A noun in a business rule translates to a(n)_____ in the data model. a. attribute b. relationship c. constraint d. entity
answer
entity
question
In the ____ model, each parent can have many children, but each child has only one parent a. network b. relational c. entity relationship d. hierarchical
answer
hierarchical
question
the relational model's foundation is a mathematical concept known as a _______.
answer
relation
question
A(n) _____ is anything about which data are to be collected and stored. a. entity b. relationship c. constraint d. attribute
answer
entity
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
answer
entity relationship
question
Business rules apply to businesses and government groups, but not to other types of organizations such as religious groups or research laboratories. True or False
answer
False they apply to any organization, large or small -- a business, a government unit, a religious group, or a research laboratory -- that stores and uses data to generate information
question
A disadvantage of the relational database management system (RDBMS) is its inability to hide the complexities of the relational model from the user. True or False
answer
False most important advantage of the RDBMS is its ability to hide the complexities of the relational model from the user.
question
Database designers determine the data and information that yield the required understanding of the entire business. True or False
answer
False such data and information do not, by themselves, yield the required understanding of the total business.
question
A(n) _____ enables a database administrator to describe schema components. a. query language b. unified modeling language (UML) c. data definition language (DDL) d. extensible markup language (XML)
answer
data definition language (DDL)
question
The relational model is hardware-dependent and software-independent. True or False
answer
False hardware and software dependent
question
A verb associating two nouns in a business rule translates to a(n) ______ in the data model a. attribute b. relationship c. constraint d. entity
answer
relationship
question
VMS/VSAM is an example of the _____. a. XML data model b. relational data model c. file system data model d. hierarchical model
answer
file system data model