Comprehensive notes for Chapter 1 Data Basics. Covers Data vs Information, Data Processing Cycle, File Types, and Database Systems.
Data: Collection of raw facts, figures, and statistics related to an object (person, event, etc.). Data is unprocessed and serves as input for processing.
Information: The processed and organized form of data. It is meaningful, useful for decision-making, and serves as output.
| Data | Information |
|---|---|
| Unprocessed raw facts | Processed form of data |
| Used as Input | Output of processing |
| Huge in volume | Short in volume |
| Asset (not for sale) | Available for sale |
| Difficult to reproduce | Easy to reproduce |
The process of manipulating data to achieve required objectives/results. Activities include:
Field: Smallest unit of data (e.g., Student Name).
Record: Collection of related fields (e.g., Student's complete biodata).
File: Collection of related records (e.g., Student File).
File Types (Usage):
File Organization:
Definition: Each department has its own set of files and application programs. Records in one file are not related to records in other files.
Problems:
Definition: Collection of logically related data (Database) + Programs to manage it (DBMS). Computerized record-keeping system.
Components:
Database Models:
Definition: Collection of programs to create, maintain, and access databases efficiently.
Objectives:
Features:
Advantages: Data Independence, Redundancy Control, Consistency, Complex Data Relationships, Security, Backup/Recovery.