You are on page 1of 15

INSIDE A COMPUTER

CSE 1110 – Introduction to Computer Systems

03/04/2022 1
03/04/2022 2
… but stores
It not only
instructions
stores data …
as well!!!
03/04/2022 3
PROCESSOR (OR CPU)
The brain of computer
Executes instructions
Performs all the calculations/processing
The fastest component of a computer

03/04/2022 4
RAM (RANDOM ACCESS
MEMORY)
Stores programs and data
Small capacity
Faster access to data
Also known as the main memory

03/04/2022 5
HARD DISK
Stores programs and data
Large capacity
Slower access to data
One kind of secondary storage

03/04/2022 6
CD/DVD DRIVE
Runs CD/DVD, a form of portable secondary
storage
CD/DVD are optical storages
Small capacity
Slower access to data

03/04/2022 7
POWER SUPPLY UNIT
Ensures that all the components gets the
power supply they need

03/04/2022 8
INPUT DEVICES

03/04/2022 9
OUTPUT DEVICES

03/04/2022 10
MOTHERBOARD
The backbone of a computer
All components are connected to it
Provides data path between components

03/04/2022 11
WHY WE NEED BOTH
RAM AND HARD DISK?
Wouldn’t just one suffice?

03/04/2022 12
RAM VS HARD DISK
RAM Hard disk
Non-persistent/volatile Persistent
 Data is lost after power off  Data remains after power off
 This is why used as a storage
Faster data access
 Any data can be accesses at a constant time Slower data access
 This is why processor looks for data in RAM  Data access time depends on disk rotation
speed, head movement etc.

03/04/2022 13
HOW COMPUTER WORKS

Input Output
CPU
device device

03/04/2022 14
HOW COMPUTER WORKS

Storage

CPU RAM Input device

Output device

03/04/2022 15

You might also like