Coa Module 1
Coa Module 1
Computer program:
The list of instructions that performs the task is called
a computer program.
• Microcomputers
• Mainframes
• Minicomputers
• Servers
• Super computers
screen.
Most workstations also have mass storage devices such as disk drive,
Purpose is to “serve.”
A computer that has the
purpose of supplying its users
with data; usually through the
use of a LAN (local area
network).
parallel processing.
• Output unit
• Memory unit
• Control unit
10 Friday, January 25, 2019
11 Friday, January 25, 2019
Input Devices
The input unit accepts coded information from users
Magnetic disks
Magnetic tapes
CD-ROMs
22 Friday, January 25, 2019
Arithmetic And Logic Unit
It performs the arithmetic operations such as addition,
subtraction, multiplication, division and logic operations
such as AND, OR, Not.
Suppose two numbers located in the memory are to be
added, they are brought into the processor, and
addition is carried out by the ALU .
The SUM may then be stored in the memory.
When the operands are brought into the processor,
they are stored in high-speed storage elements called
registers.
Each register can store one word of data.
some way.
their states.
24 Friday, January 25, 2019
The operation of a computer can be summarized as
follows:
The computer accepts information in the form of
programs and data through an input unit and stores
it in the memory.
Information stored in the memory is fetched, under
program control, into an arithmetic and logic unit,
where it is processed.
Processed information leaves the computer through
an output unit.
All activities inside the machine are directed by
control unit.
IR.
clock.
Addition:
To add two signed numbers , add their n- bit
representations , ignoring the carry-out signal
from the most significant bit (MSB) position.
The sum will be algebraically correct value in the
2’s complement representation as long as the
answer is in the range -2n-1 through +2n-1 -1.