Computer Lecture 7 8
Computer Lecture 7 8
Applications in Pharmacy
(Theory)
PHARM 519
Cr.Hr.03
Data Processing System Types
A data processing system is a system that collects,
processes, and produces useful information from raw data.
It can be categorized into different types based on how it
handles data. Below are the definitions of various types:
1. Transaction Processing
2. Distributed Processing
3. Real-time Processing
4. Batch Processing
5. Multiprocessing
Data Processing Methods
Working Process:
1.Program and data are entered through
the Input Unit.
2.The Control Unit fetches instructions
from the Storage Unit.
3.The Control Unit interprets the
instructions and directs them to the ALU
if calculations or logic operations are
needed.
4.The ALU processes the data and sends it
back to the Storage Unit.
5.The final processed information is sent to
the Output Unit to be displayed as
results.
Types
.
of Computer Operations
1.Input Unit
1. Receives data and instructions from external sources (e.g., keyboard,
mouse, scanner).
2. Converts input into a machine-readable format and sends it to the storage
unit.
2.Storage Unit
1. Temporarily holds data and instructions before processing.
2. Stores intermediate results and final outputs.
3. Works with primary (RAM) and secondary storage (hard drives, SSDs).
3.Control Unit (CU) - Part of the CPU
1. Directs the flow of data between different components.
2. Retrieves and interprets instructions from the storage unit.
3. Sends signals to the arithmetic logic unit (ALU) and other components to
execute operations.