Database Management 3 Flashcards

1
Q

exists when you can change the file structure without affecting the application’s ability to access the data.

A

structural independence

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Database design refers to the activities that focus on the design of the database structure that will be used to store and manage end-user data.

data processing (DP) specialist was hired to create a computer-based system that would track data and produce required reports.

A file system exhibits structural dependence, which means that access to a file is dependent on its structure

A

info …

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Because all data access programs are subject to change when any of the file’s data storage characteristics change (that is, changing the data type), the file system is said to exhibit data dependence. Conversely, data independence exists when you can change the data storage characteristics without affecting the program’s ability to access the data.

A

info …

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

logical data format (how the human being views the data) and the physical data format (how the computer must work with the data).

A

logical and physical data format

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

poor data security, data inconsistency, data-entry errors, data integrity problems.

A

Uncontrolled Data Redundancy effects

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Data redundancy fosters an abnormal condition by forcing field value changes in many different locations.

data anomaly develops when not all of the required changes in the redundant data are made successfully.

A

info …

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

refers to an organization of components that define and regulate the collection, storage, management, and use of data within a database environment.

A

database system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The DBMS stores definitions of the data elements and their relationships (metadata) in a data dictionary. In turn, all programs that access the data in the database work through the DBMS.

A

Data dictionary management

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

relates to the activities that make the database perform more efficiently in terms of storage and access speed.

A

Performance tuning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

is a nonprocedural language—one that lets the user specify what must be done without having to specify how. Structured Query Language (SQL) is the de facto query language and data access standard supported by the majority of DBMS vendors.

A

A query language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly