Terminology Flashcards

data, information, knowledge, DB, DBMS, Structural Independence, Data Independence, Business Rules

1
Q

Database

A

Provides unified logical view of the data and hides the
details of physical storage and access paths

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

data independence

A

ability to change the structure of data without affecting the applications that use it

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

three layers of a database

A
  1. Physical
  2. Conceptual
  3. External
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Physical data independence

A

helps separate conceptual levels from the
internal/physical levels

you can easily
change the physical storage structures or
devices with no effect on the conceptual
schema

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

Logical data independence

A

ability
to change the conceptual scheme without
changing external views and programs

ex: Add/modify/delete a new data
attribute, merging two records into one

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

database system

A

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

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

Parts in a DB System (5)

A

hardware, software, people, procedures, data

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

DBMS

A

Database Management System

software that helps users create, manage, and access databases

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

Structural Independence

A

changes in the database structure do not affect DBMS ability to access data

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

Business rules

A

brief, precise, and unambiguous description of a policy, procedure, or
principle within a specific organization/lab/research area

  • what types of data are in an organization/lab/research area, and
  • how the data are used

simply, the main and distinguishing
characteristics of the data as viewed by the company/users

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