Midterm Study Guide Flashcards
Which of the following is software used to create, maintain, and provide controlled access to databases?
Database management system (DBMS)
Data that describe the properties of other data are:
metadata.
A(n) ________ is often developed by identifying a form or report that a user needs on a regular basis.
user view
A person, place, object, event, or concept about which the organization wishes to maintain data is called a(n):
entity
The SDLC phase in which database processing programs are created is the ________ phase.
implementation
________ is a tool even non-programmers can use to access information from a database.
Structured query language
The traditional methodology used to develop, maintain, and replace information systems is called the:
Systems Development Life Cycle.
Legacy systems often contain data of ________ quality and are generally hosted on ________.
poor; mainframes
An iterative methodology that rapidly repeats the analysis, design, and implementation phases of the SDLC is called:
RAD - Rapid Application Development
Which organizational function should set database standards?
Database Administration
Metatdata typically describes all of the following EXCEPT:
location on disk
The SDLC phase in which every data attribute is defined, every category of data is listed, and every business relationship between data entities is defined is called the ________ phase.
design
________ are established between entities in a well-structured database so that the desired information can be retrieved.
Relationships
All of the following are primary purposes of a database management system (DBMS) EXCEPT:
providing an integrated development environment
A rule that CANNOT be violated by database users is called a:
constraint
An attribute that can be calculated from related attribute values is called a ________ attribute.
derived
In the figure below, which attribute is multivalued?
Employee_ID
Employee_Name
Address
Date_Employed
(Skill)
[Years_Employed]
Skill
Customers, cars, and parts are examples of:
Entities
Which of the following criteria should be considered when selecting an identifier?
Choose an identifier that doesn’t have large composite attributes
A(n) ________ is the relationship between a weak entity type and its owner.
identifying relationship
In the figure below, which attribute is derived?
Employee_ID
Employee_Name
Address
Date_Employed
(Skill)
[Years_Employed]
Years_Employed
Data modeling may be the most important part of the systems development process because:
data characteristics are important in the design of programs and other systems components
An entity type whose existence depends on another entity type is called a ________ entity.
weak
The following figure shows an example of:
[Employee]====<[[Dependent]]
a strong entity and its associated weak entity
Which of the following is NOT a characteristic of a good business rule?
Inconsistent
An attribute that must be present for every entity (or relationship) instance is a(n):
required attribute
An attribute that can be broken down into smaller parts is called a(n) ________ attribute.
composite
Which of the following is NOT a good characteristic of a data name?
Relates to a technical characteristic of the system
The most common types of entities are:
strong entities
Which of the following is an entity that exists independently of other entity types?
Strong
In the following diagram, which answer is true?
Each employee can supervise one employee, no employees, or many employees
A relationship where the minimum and maximum cardinality are both one is a(n) ________ relationship.
mandatory one
The number of entity types that participate in a Unary relationship is:
One
A simultaneous relationship among the instances of three entity types is called a ________ relationship.
Ternary
For the relationship represented in the figure below, which of the following is true?
[Employee]>o——–l<[Department]
A department can have more than one employee
In the following diagram, what type of relationship is depicted?
Ternary
A relationship between the instances of a single entity type is called a ________ relationship.
unary
In the following diagram, which of the answers below is true?
[Patient]-ll————-l<[Patient history]
Each patient has one or more patient histories.
A mutually exclusive relationship is one in which:
an entity instance can participate in only one of several alternative relationships
A ________ specifies the number of instances of one entity that can be associated with each instance of another entity.
cardinality constraint
The terms “data” and “information” mean essentially the same thing.
False
According to the lecture, the “meme” that is often used to describe the different levels of data needs was
“one person’s information is another person’s data.”
The term database refers to the software used to manage data.
False