LINK -- http://nptel.ac.in/video.php?subjectId=106106092
Organization Architechture
 Users’ point of view
 need to know set of
Instructions in the functions
 Programmers’ perspective
 Softwares’
 Designers’ point of view
 Need to know how the
Instructions are Implemented
 Designers’ perspective
 Hardwares’
Eg : MULTIPLIER (function)
CPU
MEMORY
Data Path
Control
Memory(near to CPU)
RAM/ROM
Storage (far from CPU)
Magnetic Tapes
 Control (Electrical
Engineering)
 Special puposes
 ROM
 Data Processing
(Computer Engineering)
 General Purpose
 RAM
(Does not know who the
author is)
Processing Storage
Voice
Digitalization
Numeric Processing + Symbolic Processing
Arithmetic Process Logic Process
ALU
(The core of CPU)
TEXT
AUDIO
GRAPHICS
VIDEO
Multimedia
Machine Code
0 1 1 0 0 1 1 0 0
Operation Operand
Operation Code Data
ADD A,B
MNEMONIC Code X=Y+Z
(Aids memory of User
Eg : SUB,DIV)
TRANSLATOR-Program to translate
from one code to another
Different types : depending on from
which code to which code the
Translation is done
FORTRAN
PASCAL
BASIC
M/C Code
Assembler Code
HLL Code(Statement in language)

Cod introduction