SlideShare a Scribd company logo
COMPUTER SYSTEM ORGANIZATION
Understanding fundamental of computer
VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR &
SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR
for more updates visit: http://www.python4csip.com
w
w
w
.
p
y
t
h
o
n
4
c
s
i
p
.
c
o
m
What is Computer?
 A computer is an electronic device that can perform
a variety of operations in accordance with set of
instructions called program.
 A computer can be defined as an electronic device
which accepts input from the user, process the input
and produce the desired output.
VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR &
SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR
for more updates visit: http://www.python4csip.com
w
w
w
.
p
y
t
h
o
n
4
c
s
i
p
.
c
o
m
Basic Computer Components
VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR &
SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR
for more updates visit: http://www.python4csip.com
w
w
w
.
p
y
t
h
o
n
4
c
s
i
p
.
c
o
m
Introduction
 Our present day life is so automatic that most of the tasks are accomplished
with a click of a button. In every sphere of life, machines dominate human
efforts. Let us take the case of cash withdrawal from a bank ATM. The user
is required to press only a few buttons to authenticate his identity and the
amount he wishes to withdraw. Then within seconds the money pops out of
the ATM. During this process, the inside working of bank ATM is beyond
imagination of the user. Broadly speaking, the ATM receives certain data
from the user, processes it and gives the output (money). This is exactly what
a computer does. Formally, a computer can be defined as follows:
 “ An electronic device which is capable of receiving information (data) in
a particular form and of performing a sequence of operations in
accordance with a predetermined but variable set of
procedural instructions (program) to produce a result in the form of
information or signals.”
VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR &
SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR
for more updates visit: http://www.python4csip.com
w
w
w
.
p
y
t
h
o
n
4
c
s
i
p
.
c
o
m
Introduction
 computer performs basically five major functions
irrespective of its size and make.
 It accepts data or instructions by way of input
 It stores data
 It processes data as required by the user
 It controls operations of a computer
 It gives results in the form of output
INPUT PROCESS OUTPUT
I-P-O Cycle
VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR &
SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR
for more updates visit: http://www.python4csip.com
w
w
w
.
p
y
t
h
o
n
4
c
s
i
p
.
c
o
m
Block Diagram of Computer
VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR &
SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR
for more updates visit: http://www.python4csip.com
w
w
w
.
p
y
t
h
o
n
4
c
s
i
p
.
c
o
m
Block Diagram of Computer
 The above diagram describes the basic layout of a
computer. A computer receives data and instructions
through "Input Devices" which get processed in Central
Processing Unit, "CPU" and the result is shown through
"Output Devices". The "Main / primary Memory" and
"Secondary / Auxiliary Memory" are used to store
data inside the computer. These are the basic
components that each computer possess. Each of these
components exists in various types and variety that
differ in shape, size, usage and performance. The user
makes a choice according to his specific requirement.
VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR &
SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR
for more updates visit: http://www.python4csip.com
w
w
w
.
p
y
t
h
o
n
4
c
s
i
p
.
c
o
m
CPU
 Stands for Central Processing Unit
 Also known as the Brain of Computer.
 It convert the Input into Output
 CPU perform its operation with the help of its 2
subunits :-
 ALU : Arithmetic and Logic Unit
 CU : Control Unit
VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR &
SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR
for more updates visit: http://www.python4csip.com
w
w
w
.
p
y
t
h
o
n
4
c
s
i
p
.
c
o
m
ALU
 ALU Perform all the arithmetical and logical
operations.
 Arithmetic operations like +, -, *, /
 Logical operation like comparison or decision
making like: >, <, =, >=, <=, <>
VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR &
SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR
for more updates visit: http://www.python4csip.com
w
w
w
.
p
y
t
h
o
n
4
c
s
i
p
.
c
o
m
CU
 Control and guides the interpretation of all the
data and information.
 It coordinates the different units attached to
computer system.
 It takes input from Input device and store it in main
memory, then it send the data to ALU if any
arithmetic operation is required after this it transfer
the output to output devices.
VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR &
SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR
for more updates visit: http://www.python4csip.com
w
w
w
.
p
y
t
h
o
n
4
c
s
i
p
.
c
o
m
Memory of Computer
 Memory refers to the place where data is stored
temporarily or permanently.
 Input must goes to Memory Unit then only any action
on it can be performed.
 Computer Memory is basically of 2 types:
 Primary Memory
 Primary or main memory stores information(data and
instruction)
 Secondary Memory
 Stores the data permanently for future retreival
VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR &
SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR
for more updates visit: http://www.python4csip.com
w
w
w
.
p
y
t
h
o
n
4
c
s
i
p
.
c
o
m
Primary Memory
 Random Access Memory (RAM)
 It is the working memory, right from the booting of
computer till the computer is shutdown this memory is in
use to store all the operation done by the computer
 is used for primary storage in computers to hold active
information of data and instructions.
 It holds data temporarily i.e. Volatile Memory
 Data is lost if Power Off
VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR &
SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR
for more updates visit: http://www.python4csip.com
w
w
w
.
p
y
t
h
o
n
4
c
s
i
p
.
c
o
m
Primary Memory
 Read Only Memory (ROM)
 ROM (Read Only Memory) is used to store the
instructions provided by the manufacturer, which holds
the instructions to check basic hardware inter connecter
and to load operating system from appropriate
storage device
 It is also known as FIRMWARE
 Its data is stored permanently on it so it is non-volatile
device.
VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR &
SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR
for more updates visit: http://www.python4csip.com
w
w
w
.
p
y
t
h
o
n
4
c
s
i
p
.
c
o
m
Unit of Memory
GROUP OF KNOWN AS
4 BIT NIBBLE
8 BIT BYTE
1024 BYTES 1 KILO BYTE(KB)
1024 KB 1 MEGA BYTE(MB)
1024 MB 1 GIGA BYTE(GB)
1024 GB 1 TERA BYTE(TB)
1024 TB 1 PETA BYTE(PB)
The elementary unit of memory is a bit (binary digit)
Zero(0) & One(1)
VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR &
SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR
for more updates visit: http://www.python4csip.com
w
w
w
.
p
y
t
h
o
n
4
c
s
i
p
.
c
o
m
Secondary Storage Devices
 If we want to save data for future reference and retrieval
then it needs to be saved in memory other than primary
memory, which is called secondary memory, or auxiliary
memory. Normally hard disk of computer is used as
secondary memory but this is not portable so there are
many other secondary storage media in use.
 Example:
 Hard Disk
 CD/DVD
 Pen Drive
 Floppy, etc.
VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR &
SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR
for more updates visit: http://www.python4csip.com
w
w
w
.
p
y
t
h
o
n
4
c
s
i
p
.
c
o
m
Secondary Storage Devices
 HARD DISK :
 A hard disk drive (HDD; also hard drive, hard disk, or disk
drive) is a device for storing and retrieving digital
information, primarily computer data.
 It consists of one or more rigid (hence "hard") rapidly
rotating discs (often referred to as platters), coated with
magnetic material and with magnetic heads arranged to
write data to the surfaces and read it from them.
 Generally hard disks are sealed units fixed in the cabinet. It
is also known as fixed disk
VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR &
SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR
for more updates visit: http://www.python4csip.com
w
w
w
.
p
y
t
h
o
n
4
c
s
i
p
.
c
o
m
Secondary Storage Devices
 FLOPPY DISK : It is a data storage medium that is made
up of a disk of thin, flexible magnetic material enclosed in
a cover. Its capacity is 1.44 MB.
 COMPACT DISK (CD) : Capacity of standard 120mm CD
is 700MB. It is a thin optical disk which is commonly used
to store audio and video data. Transfer speed is
mentioned as multiple of 150 KB/s. 4x means 600 KB/s.
VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR &
SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR
for more updates visit: http://www.python4csip.com
w
w
w
.
p
y
t
h
o
n
4
c
s
i
p
.
c
o
m
Secondary Storage Devices
 DIGITAL VIDEO DISK (DVD) : This is an optical disc
storage device. It can be recorded on single side or on
double side. Its capacity may range from 4.7 GB to
8.5 GB.
 PEN DRIVE :This is small, portable memory, which can be
plugged into a computer with USB Port.
They have capacity lesser than hard disk but much
larger than a floppy or CD. They are more reliable also.
They are also called pen drive.
VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR &
SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR
for more updates visit: http://www.python4csip.com
w
w
w
.
p
y
t
h
o
n
4
c
s
i
p
.
c
o
m
Input Devices
 These are the devices used to give input to
computer for processing.
 Input may be in form of text, images, audio, etc.
 Input Devices example:
 Keyboard
 Mouse
 Joystick
 Scanner
 Etc.
VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR &
SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR
for more updates visit: http://www.python4csip.com
w
w
w
.
p
y
t
h
o
n
4
c
s
i
p
.
c
o
m
KEYBOARD
Control Key
Alt KeyEnter Key
Numeric Keys
Function Keys
This is the most common input device which uses an arrangement of buttons or
keys. In a keyboard each press of a key typically corresponds to a single
written symbol. However some symbols require pressing and holding several
keys simultaneously or in sequence. While most keyboard keys produce
letters, numbers or characters, other keys or simultaneous key presses can
produce actions or computer commands.
VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR &
SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR
for more updates visit: http://www.python4csip.com
w
w
w
.
p
y
t
h
o
n
4
c
s
i
p
.
c
o
m
MOUSE
Mechanical Mouse Optical Mouse
Wired Wireless
A mouse is a pointing device that functions by detecting two-dimensional
motion relative to its supporting surface. The mouse's motion typically
translates into the motion of a cursor on a display, which allows for fine
control of a Graphical User Interface. A mouse primarily comprises of
three parts: the buttons, the handling area, and the rolling object. Using
left button of mouse different operations like selection, dragging, moving
and pasting can be done. With the right button we can open a context
menu for an item, if it is applicable.
VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR &
SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR
for more updates visit: http://www.python4csip.com
w
w
w
.
p
y
t
h
o
n
4
c
s
i
p
.
c
o
m
SCANNER
Scanner is a device that optically scans images,
printed text, handwriting, or an object, and
converts it to digital image.
JOYSTICK
A joystick is an input device consisting of a stick that pivots
on a base and reports its angle or direction to the device it
is controlling.
Many people use joysticks on computer games involving
flight such as flight simulator.
Joysticks are often used to control video games, and usually
have one or more push-buttons whose state can also be
read by the computer
VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR &
SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR
for more updates visit: http://www.python4csip.com
w
w
w
.
p
y
t
h
o
n
4
c
s
i
p
.
c
o
m
TOUCH SCREEN
A touch screen is a computer display screen that is also an input device.
The screens are sensitive to pressure; a user interacts with the computer
by touching pictures or words on the screen.
You may see it at as KIOSKS installed in various public places like ATM
machines, Railway’s PNR Checking machine etc.
MICROPHONE
It is used to input audio data into the computer. They are mainly used
for sound recording.
VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR &
SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR
for more updates visit: http://www.python4csip.com
w
w
w
.
p
y
t
h
o
n
4
c
s
i
p
.
c
o
m
OUTPUT DEVICE
 Output device is used to display the output to user
either in soft copy or hard copy.
 Soft copy output appears on monitor whereas hard
copy output appears on paper by printer.
 Various output devices are:
 Monitor
 Printer
 Speaker
 Projector etc.
VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR &
SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR
for more updates visit: http://www.python4csip.com
w
w
w
.
p
y
t
h
o
n
4
c
s
i
p
.
c
o
m
Monitor
 Also known as Visual Display Unit (VDU)
 It is the primary output device where we see the
output. It looks like TV.
 Its display may be CRT, LCD or LED
 CRT – Cathode ray tube
 LCD – Liquid Crystal Display
 LED – Light Emitting Diode
VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR &
SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR
for more updates visit: http://www.python4csip.com
w
w
w
.
p
y
t
h
o
n
4
c
s
i
p
.
c
o
m
Printer
 Printer produces output on paper.
 There are various types of printer available in
market like:
 Dot Matrix Printer : uses ribbon and hammer
technology. Its quality is not very good. Output is
printer by making object using small dots.
VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR &
SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR
for more updates visit: http://www.python4csip.com
w
w
w
.
p
y
t
h
o
n
4
c
s
i
p
.
c
o
m
Printer
 Inkjet/Deskjet Printer: is a type of computer printer that
creates a digital image by propelling droplets of ink onto
paper.
 Laser Printer : These printers use laser technology to
produce printed documents. These are very fast printers
and are used for high quality prints.
VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR &
SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR
for more updates visit: http://www.python4csip.com
w
w
w
.
p
y
t
h
o
n
4
c
s
i
p
.
c
o
m
CMOS
 complementary metal-oxide semiconductor
 CMOS is an onboard, battery powered semiconductor
chip inside computers that stores information.
 This information ranges from the system time and date to
system hardware settings for your computer.
 CMOS battery is generally used to give backup support
to BIOS program.
VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR &
SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR
for more updates visit: http://www.python4csip.com
w
w
w
.
p
y
t
h
o
n
4
c
s
i
p
.
c
o
m
BIOS
 The basic input/output system (BIOS) is also commonly
known as the System BIOS. The BIOS is boot firmware, a
small program that controls various electronic devices
attached to the main computer system.
 It is designed to be the first set of instructions run by a
Computer when powered on. The initial function of the
BIOS is to initialize system devices such as the RAM, hard
disk, CD/DVD drive, video display card, and other
hardware.
VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR &
SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR
for more updates visit: http://www.python4csip.com
w
w
w
.
p
y
t
h
o
n
4
c
s
i
p
.
c
o
m

More Related Content

PPTX
Introduction to Computer System-ppt.pptx
PPT
Computer Repair and Maintenance for Students.ppt
PPT
U Boot or Universal Bootloader
PDF
Introduction to Computer System-ppt.pdf
PPTX
U-Boot Porting on New Hardware
PPTX
computer-component1.pptx
PDF
Blake Novak semester 2 presentation on overclocking and heat
PPTX
建構嵌入式Linux系統於SD Card
Introduction to Computer System-ppt.pptx
Computer Repair and Maintenance for Students.ppt
U Boot or Universal Bootloader
Introduction to Computer System-ppt.pdf
U-Boot Porting on New Hardware
computer-component1.pptx
Blake Novak semester 2 presentation on overclocking and heat
建構嵌入式Linux系統於SD Card

Similar to Computer system organization || Class 11 (20)

PDF
php & performance
PDF
DEF CON 27 - ALI ISLAM and DAN REGALADO WEAPONIZING HYPERVISORS
PDF
Software AI Accelerators: The Next Frontier | Software for AI Optimization Su...
PPT
Motherboard Components
PPT
1.1 hardware settings v2
PDF
Linux Profiling at Netflix
PPTX
Handy Checklist For Buying Any New Computer or Laptop
PDF
Auto cutmanual
PPTX
Operating Systems - A Primer
ODP
High Availability in 37 Easy Steps
PDF
types of software
PDF
002 types of software
PDF
OSN days 2019 - Open Networking and Programmable Switch
PPTX
P1 unit 2
PDF
Linux Server Deep Dives (DrupalCon Amsterdam)
PPT
101 1.1 hardware settings
PDF
nouka inventry manager
PDF
Performance Analysis Tools for Linux Kernel
PDF
5 p9 pnor and open bmc overview - final
PPT
101 1.1 hardware settings v2
php & performance
DEF CON 27 - ALI ISLAM and DAN REGALADO WEAPONIZING HYPERVISORS
Software AI Accelerators: The Next Frontier | Software for AI Optimization Su...
Motherboard Components
1.1 hardware settings v2
Linux Profiling at Netflix
Handy Checklist For Buying Any New Computer or Laptop
Auto cutmanual
Operating Systems - A Primer
High Availability in 37 Easy Steps
types of software
002 types of software
OSN days 2019 - Open Networking and Programmable Switch
P1 unit 2
Linux Server Deep Dives (DrupalCon Amsterdam)
101 1.1 hardware settings
nouka inventry manager
Performance Analysis Tools for Linux Kernel
5 p9 pnor and open bmc overview - final
101 1.1 hardware settings v2
Ad

Recently uploaded (20)

PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
Radiologic_Anatomy_of_the_Brachial_plexus [final].pptx
PPTX
UNIT III MENTAL HEALTH NURSING ASSESSMENT
PPTX
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
PDF
What if we spent less time fighting change, and more time building what’s rig...
PPTX
Digestion and Absorption of Carbohydrates, Proteina and Fats
PDF
Practical Manual AGRO-233 Principles and Practices of Natural Farming
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PPTX
Introduction to Building Materials
PDF
1_English_Language_Set_2.pdf probationary
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PPTX
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PDF
Empowerment Technology for Senior High School Guide
PDF
RMMM.pdf make it easy to upload and study
PDF
Weekly quiz Compilation Jan -July 25.pdf
PDF
Supply Chain Operations Speaking Notes -ICLT Program
Final Presentation General Medicine 03-08-2024.pptx
Radiologic_Anatomy_of_the_Brachial_plexus [final].pptx
UNIT III MENTAL HEALTH NURSING ASSESSMENT
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
What if we spent less time fighting change, and more time building what’s rig...
Digestion and Absorption of Carbohydrates, Proteina and Fats
Practical Manual AGRO-233 Principles and Practices of Natural Farming
Chinmaya Tiranga quiz Grand Finale.pdf
Introduction to Building Materials
1_English_Language_Set_2.pdf probationary
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
LDMMIA Reiki Yoga Finals Review Spring Summer
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
202450812 BayCHI UCSC-SV 20250812 v17.pptx
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
Empowerment Technology for Senior High School Guide
RMMM.pdf make it easy to upload and study
Weekly quiz Compilation Jan -July 25.pdf
Supply Chain Operations Speaking Notes -ICLT Program
Ad

Computer system organization || Class 11

  • 1. COMPUTER SYSTEM ORGANIZATION Understanding fundamental of computer VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR & SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR for more updates visit: http://www.python4csip.com w w w . p y t h o n 4 c s i p . c o m
  • 2. What is Computer?  A computer is an electronic device that can perform a variety of operations in accordance with set of instructions called program.  A computer can be defined as an electronic device which accepts input from the user, process the input and produce the desired output. VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR & SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR for more updates visit: http://www.python4csip.com w w w . p y t h o n 4 c s i p . c o m
  • 3. Basic Computer Components VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR & SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR for more updates visit: http://www.python4csip.com w w w . p y t h o n 4 c s i p . c o m
  • 4. Introduction  Our present day life is so automatic that most of the tasks are accomplished with a click of a button. In every sphere of life, machines dominate human efforts. Let us take the case of cash withdrawal from a bank ATM. The user is required to press only a few buttons to authenticate his identity and the amount he wishes to withdraw. Then within seconds the money pops out of the ATM. During this process, the inside working of bank ATM is beyond imagination of the user. Broadly speaking, the ATM receives certain data from the user, processes it and gives the output (money). This is exactly what a computer does. Formally, a computer can be defined as follows:  “ An electronic device which is capable of receiving information (data) in a particular form and of performing a sequence of operations in accordance with a predetermined but variable set of procedural instructions (program) to produce a result in the form of information or signals.” VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR & SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR for more updates visit: http://www.python4csip.com w w w . p y t h o n 4 c s i p . c o m
  • 5. Introduction  computer performs basically five major functions irrespective of its size and make.  It accepts data or instructions by way of input  It stores data  It processes data as required by the user  It controls operations of a computer  It gives results in the form of output INPUT PROCESS OUTPUT I-P-O Cycle VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR & SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR for more updates visit: http://www.python4csip.com w w w . p y t h o n 4 c s i p . c o m
  • 6. Block Diagram of Computer VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR & SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR for more updates visit: http://www.python4csip.com w w w . p y t h o n 4 c s i p . c o m
  • 7. Block Diagram of Computer  The above diagram describes the basic layout of a computer. A computer receives data and instructions through "Input Devices" which get processed in Central Processing Unit, "CPU" and the result is shown through "Output Devices". The "Main / primary Memory" and "Secondary / Auxiliary Memory" are used to store data inside the computer. These are the basic components that each computer possess. Each of these components exists in various types and variety that differ in shape, size, usage and performance. The user makes a choice according to his specific requirement. VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR & SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR for more updates visit: http://www.python4csip.com w w w . p y t h o n 4 c s i p . c o m
  • 8. CPU  Stands for Central Processing Unit  Also known as the Brain of Computer.  It convert the Input into Output  CPU perform its operation with the help of its 2 subunits :-  ALU : Arithmetic and Logic Unit  CU : Control Unit VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR & SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR for more updates visit: http://www.python4csip.com w w w . p y t h o n 4 c s i p . c o m
  • 9. ALU  ALU Perform all the arithmetical and logical operations.  Arithmetic operations like +, -, *, /  Logical operation like comparison or decision making like: >, <, =, >=, <=, <> VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR & SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR for more updates visit: http://www.python4csip.com w w w . p y t h o n 4 c s i p . c o m
  • 10. CU  Control and guides the interpretation of all the data and information.  It coordinates the different units attached to computer system.  It takes input from Input device and store it in main memory, then it send the data to ALU if any arithmetic operation is required after this it transfer the output to output devices. VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR & SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR for more updates visit: http://www.python4csip.com w w w . p y t h o n 4 c s i p . c o m
  • 11. Memory of Computer  Memory refers to the place where data is stored temporarily or permanently.  Input must goes to Memory Unit then only any action on it can be performed.  Computer Memory is basically of 2 types:  Primary Memory  Primary or main memory stores information(data and instruction)  Secondary Memory  Stores the data permanently for future retreival VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR & SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR for more updates visit: http://www.python4csip.com w w w . p y t h o n 4 c s i p . c o m
  • 12. Primary Memory  Random Access Memory (RAM)  It is the working memory, right from the booting of computer till the computer is shutdown this memory is in use to store all the operation done by the computer  is used for primary storage in computers to hold active information of data and instructions.  It holds data temporarily i.e. Volatile Memory  Data is lost if Power Off VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR & SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR for more updates visit: http://www.python4csip.com w w w . p y t h o n 4 c s i p . c o m
  • 13. Primary Memory  Read Only Memory (ROM)  ROM (Read Only Memory) is used to store the instructions provided by the manufacturer, which holds the instructions to check basic hardware inter connecter and to load operating system from appropriate storage device  It is also known as FIRMWARE  Its data is stored permanently on it so it is non-volatile device. VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR & SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR for more updates visit: http://www.python4csip.com w w w . p y t h o n 4 c s i p . c o m
  • 14. Unit of Memory GROUP OF KNOWN AS 4 BIT NIBBLE 8 BIT BYTE 1024 BYTES 1 KILO BYTE(KB) 1024 KB 1 MEGA BYTE(MB) 1024 MB 1 GIGA BYTE(GB) 1024 GB 1 TERA BYTE(TB) 1024 TB 1 PETA BYTE(PB) The elementary unit of memory is a bit (binary digit) Zero(0) & One(1) VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR & SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR for more updates visit: http://www.python4csip.com w w w . p y t h o n 4 c s i p . c o m
  • 15. Secondary Storage Devices  If we want to save data for future reference and retrieval then it needs to be saved in memory other than primary memory, which is called secondary memory, or auxiliary memory. Normally hard disk of computer is used as secondary memory but this is not portable so there are many other secondary storage media in use.  Example:  Hard Disk  CD/DVD  Pen Drive  Floppy, etc. VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR & SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR for more updates visit: http://www.python4csip.com w w w . p y t h o n 4 c s i p . c o m
  • 16. Secondary Storage Devices  HARD DISK :  A hard disk drive (HDD; also hard drive, hard disk, or disk drive) is a device for storing and retrieving digital information, primarily computer data.  It consists of one or more rigid (hence "hard") rapidly rotating discs (often referred to as platters), coated with magnetic material and with magnetic heads arranged to write data to the surfaces and read it from them.  Generally hard disks are sealed units fixed in the cabinet. It is also known as fixed disk VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR & SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR for more updates visit: http://www.python4csip.com w w w . p y t h o n 4 c s i p . c o m
  • 17. Secondary Storage Devices  FLOPPY DISK : It is a data storage medium that is made up of a disk of thin, flexible magnetic material enclosed in a cover. Its capacity is 1.44 MB.  COMPACT DISK (CD) : Capacity of standard 120mm CD is 700MB. It is a thin optical disk which is commonly used to store audio and video data. Transfer speed is mentioned as multiple of 150 KB/s. 4x means 600 KB/s. VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR & SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR for more updates visit: http://www.python4csip.com w w w . p y t h o n 4 c s i p . c o m
  • 18. Secondary Storage Devices  DIGITAL VIDEO DISK (DVD) : This is an optical disc storage device. It can be recorded on single side or on double side. Its capacity may range from 4.7 GB to 8.5 GB.  PEN DRIVE :This is small, portable memory, which can be plugged into a computer with USB Port. They have capacity lesser than hard disk but much larger than a floppy or CD. They are more reliable also. They are also called pen drive. VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR & SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR for more updates visit: http://www.python4csip.com w w w . p y t h o n 4 c s i p . c o m
  • 19. Input Devices  These are the devices used to give input to computer for processing.  Input may be in form of text, images, audio, etc.  Input Devices example:  Keyboard  Mouse  Joystick  Scanner  Etc. VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR & SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR for more updates visit: http://www.python4csip.com w w w . p y t h o n 4 c s i p . c o m
  • 20. KEYBOARD Control Key Alt KeyEnter Key Numeric Keys Function Keys This is the most common input device which uses an arrangement of buttons or keys. In a keyboard each press of a key typically corresponds to a single written symbol. However some symbols require pressing and holding several keys simultaneously or in sequence. While most keyboard keys produce letters, numbers or characters, other keys or simultaneous key presses can produce actions or computer commands. VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR & SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR for more updates visit: http://www.python4csip.com w w w . p y t h o n 4 c s i p . c o m
  • 21. MOUSE Mechanical Mouse Optical Mouse Wired Wireless A mouse is a pointing device that functions by detecting two-dimensional motion relative to its supporting surface. The mouse's motion typically translates into the motion of a cursor on a display, which allows for fine control of a Graphical User Interface. A mouse primarily comprises of three parts: the buttons, the handling area, and the rolling object. Using left button of mouse different operations like selection, dragging, moving and pasting can be done. With the right button we can open a context menu for an item, if it is applicable. VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR & SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR for more updates visit: http://www.python4csip.com w w w . p y t h o n 4 c s i p . c o m
  • 22. SCANNER Scanner is a device that optically scans images, printed text, handwriting, or an object, and converts it to digital image. JOYSTICK A joystick is an input device consisting of a stick that pivots on a base and reports its angle or direction to the device it is controlling. Many people use joysticks on computer games involving flight such as flight simulator. Joysticks are often used to control video games, and usually have one or more push-buttons whose state can also be read by the computer VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR & SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR for more updates visit: http://www.python4csip.com w w w . p y t h o n 4 c s i p . c o m
  • 23. TOUCH SCREEN A touch screen is a computer display screen that is also an input device. The screens are sensitive to pressure; a user interacts with the computer by touching pictures or words on the screen. You may see it at as KIOSKS installed in various public places like ATM machines, Railway’s PNR Checking machine etc. MICROPHONE It is used to input audio data into the computer. They are mainly used for sound recording. VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR & SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR for more updates visit: http://www.python4csip.com w w w . p y t h o n 4 c s i p . c o m
  • 24. OUTPUT DEVICE  Output device is used to display the output to user either in soft copy or hard copy.  Soft copy output appears on monitor whereas hard copy output appears on paper by printer.  Various output devices are:  Monitor  Printer  Speaker  Projector etc. VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR & SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR for more updates visit: http://www.python4csip.com w w w . p y t h o n 4 c s i p . c o m
  • 25. Monitor  Also known as Visual Display Unit (VDU)  It is the primary output device where we see the output. It looks like TV.  Its display may be CRT, LCD or LED  CRT – Cathode ray tube  LCD – Liquid Crystal Display  LED – Light Emitting Diode VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR & SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR for more updates visit: http://www.python4csip.com w w w . p y t h o n 4 c s i p . c o m
  • 26. Printer  Printer produces output on paper.  There are various types of printer available in market like:  Dot Matrix Printer : uses ribbon and hammer technology. Its quality is not very good. Output is printer by making object using small dots. VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR & SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR for more updates visit: http://www.python4csip.com w w w . p y t h o n 4 c s i p . c o m
  • 27. Printer  Inkjet/Deskjet Printer: is a type of computer printer that creates a digital image by propelling droplets of ink onto paper.  Laser Printer : These printers use laser technology to produce printed documents. These are very fast printers and are used for high quality prints. VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR & SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR for more updates visit: http://www.python4csip.com w w w . p y t h o n 4 c s i p . c o m
  • 28. CMOS  complementary metal-oxide semiconductor  CMOS is an onboard, battery powered semiconductor chip inside computers that stores information.  This information ranges from the system time and date to system hardware settings for your computer.  CMOS battery is generally used to give backup support to BIOS program. VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR & SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR for more updates visit: http://www.python4csip.com w w w . p y t h o n 4 c s i p . c o m
  • 29. BIOS  The basic input/output system (BIOS) is also commonly known as the System BIOS. The BIOS is boot firmware, a small program that controls various electronic devices attached to the main computer system.  It is designed to be the first set of instructions run by a Computer when powered on. The initial function of the BIOS is to initialize system devices such as the RAM, hard disk, CD/DVD drive, video display card, and other hardware. VINOD KUMAR VERMA, PGT(CS), KV OEF KANPUR & SACHIN BHARDWAJ, PGT(CS), KV NO.1 TEZPUR for more updates visit: http://www.python4csip.com w w w . p y t h o n 4 c s i p . c o m