Basic Computer Structure and Knowledge
Basic Computer Structure and Knowledge
Knowledge
● Control Unit
● Manages the fetching and executing of
programs held in RAM
● Makes sure programs are processed in
the correct order
● Arithmetic Logic Unit
● Performs + - X / calculations
● Makes AND, OR, NOT and IF decisions
● Handles FOR, loop untils
● Registers
● Storage locations on the processor chip
to temporarily store instructions
Register
1. Registers
A register is a storage location located inside Register
the processor. A modern processor has many
registers. Register
Register
Registers are used to hold :
CS Topic 2 - Computer 8
Structure v2
How to Choose a CPU ?
● Optical
● CDROM/R/RW
● DVDROM/R/RW
Main Board / Mother Board (MB)
• Provide a platform to
connecting all the
devices.
(Keyboard / Mouse /
Power / CPU /
Memory / Hard Disk /
Floppy Disk / Display
Card etc)
• Many Main Board has
already build in Sound
Card / Network Card
or even display card.
I/O Device & Interface
• Case is used to
place the main
board and the
power supply.
• Most case have
external USB
connection.
The parts which go together to make up the computer system
need to be able to communicate with one another.
There are three sets of electrical lines which connect all the
parts. These sets of lines are called buses.
CS Topic 2 - Computer 18
Structure v2
The three buses which carry signals around the computer
system each have their own particular function.
1. Address Bus
This is used by the Processor to indicate which location has
to be accessed.
It is a one-way bus from the processor as the processor
dictates all movement of signals.
CS Topic 2 - Computer 19
Structure v2
2. Data bus
This is the bus which is used to transfer the actual
data to and from the locations.
It is a two-way bus as data may be going to the processor
(Read) or coming from the processor(Write).
CS Topic 2 - Computer 20
Structure v2
3.Control bus
With both the data and the address buses, each of the lines
operate together, in parallel, at the same time, as a unit.
CS Topic 2 - Computer 21
Structure v2
End