CHP2 Flashcards

1
Q

What are the disadvantages of file based system?

A
  • Time-consuming, high-level activity
  • Making changes in existing file structure can be difficult
  • Concurrent data = can be shared to read with people but changes cannot be made simultaneously
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is data redundancy

A
  • Results in data inconsistency
  • Different and conflicting versions of the same data appear in different places at the same time.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is anomaly and explain different types of data anomaly

A
  • Data anomalies are develop when data becomes redundant.
    1. Update anomalies
    2. Insertion anomalies
    3. Deletion anomalies
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Describe 3 functions of DBMS

A
  1. Data dictionary management = defines data elements and their relationships
  2. Data storage management = stores data and related data entry forms, etc
  3. Data transformation and presentation = use commands to physically located and retrieve data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Definition of Field, Record, and File

A

Field - A character or group of characters (alphabetical or numeric) is used to define and store data. Also called a column in a database
Record - Known as row in a database. A logically connect set of one or more fields for instance, describing a person’s age, location, name, id
File - A collection of related records, consisting of fields and attributes.

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