LESSON 2 PROPERTIES AND OBJECTIVES OF A DATABASE AND TRADITIONAL FILE PROCESSING Flashcards
It is an activity of gathering and capturing raw data
Input
Converting data into useful outputs
Process/ Processing
It is a production of useful information, usually in the form of documents or reports.
DATA–> PROCESS –> INFORMATION
Output
It is an information from the system that is used to make changes to input or processing activities.
Feedback
A-Atomicity
C- Consistency
I- Isolation
D- Durability
PROPERTIES OF A DATABASE
In the database ensures that the transactions are indivisible and irreducible where transactions either commit or abort.
If part of the transaction fails, then the entire transaction fails.
Atomicity
It is a method of storing and arranging computer files and the information in the file (data).
Traditional File Processing
It is a method of storing and arranging computer files and the information in the file (data).
Traditional File Processing
Include Manual Systems and also Computer Based File Systems that were linked to particular application programs
Traditional File Processing Systems
- A collection of application programs that perform services for the endusers such as the production of reports.
- Each program defines and manages its own data
Traditional File-based Systems
It is used to maintain the records and files. All the data was stored in files and it makes it easy to find any information.
Manual File System
Three Types of Data Processing Methods
1.Manual Data Processing
2.Mechanical Data Processing
3.Electronic Data Processing
It is a data processed manually without using any machine or tool to get the required results. * All the calculations and logical operations are performed manually on the data
Manual Data Processing
It is a data processed by using different devices like typewriters, mechanical printers, or other mechanical devices
Mechanical Data Processing
It is the modern technique to process data.
Electronic Data Processing (EDP)
Data and set of instructions are given to the computer as input and the computer automatically processes the data according to the given set of instructions.
Electronic Data Processing (EDP)
It refers to the process of adjusting data to make it organized and easier to read.
Data Manipulation
It is a programming language that adjusts data by inserting, deleting, and modifying data in a database such as to cleanse or map the data.
Data Manipulation Language
It is a statement allows users to pull a selection from the database to work with.
Select
To change data that already exists
Update
You can add and move data from one location to another.
Insert
To get rid of existing records within a table.
Delete
Purpose of Data Manipulation
- Consistent data
- Project data
- Create more value from the data
- Remove or ignore unneeded data
It allows the data to be organized, read, and better understood.
Consistent Data