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