Computer Application II
Computer Application II
APPLICATION-
II
BY: Dr. PRADEEP CHAURASIYA
Assistant Professor
(Commerce)
CPU-CENTRAL PROCESSING
UNIT
CPU is considered as the brain of the computer.CPU
performs all types of data processing operations. It stores
data, intermediate results and instructions (program).It
controls the operation of all parts of the computer.
COMPONENTS OF CPU
Memory or Storage Unit
Control Unit
Output Devices
Internal Components
COMPUTER SOFTWARE
System Software.
Application Software.
SYSTEM SOFTWARE
Operating system
Language translator
Device driver
OPERATING SYSTEM
compilers.
interpreters.
assemblers.
COMPILERS
A compiler is a special program that translates a
programming language's whole source code into
machine code in one go and vice versa. The source code
is typically written in a high-level i.e. human-readable
language such as Java or C++.
INTERPRETERS
An interpreters is a special program that translates a
programming language's whole source code into
machine code line by line and vice versa. The source
code is typically written in a high-level i.e. human-
readable language such as Java or C++.
ASSEMBLERS
An assembler is a program that takes basic computer
instructions (Low level language) and converts them
into a pattern of bits that the computer's processor can
use to perform its basic operations.
DEVICE DRIVER
A driver, or device driver, is a set of files(Programs)
that tells a piece of hardware how to function by
communicating with a computer's operating system.
APPLICATION SOFTWARE
Creation of data
Reading of data
Updating data
Delete data
THANK YOU