Architecture of A Computer System
Architecture of A Computer System
Lecture 2
9
Department of Electrical Engineering. First Year / 2016-2017 By: Salwa Adel Al-agha
Lecture 2
10
Department of Electrical Engineering. First Year / 2016-2017 By: Salwa Adel Al-agha
Lecture 2
memory sizes are given in Kilo, Mega, or Gega. The exact size of a 1 Kilo
block is (2ˡº), and 1 Mega block is (2²º), and 1 Gega block is (2³º).
4. Buses:
Buses are collections of wires or groups of conductors that connect several
devices within a computer system. To transfer information internally
between units, the computers use buses.
Bus is a parallel data communication path over which information is
transferred a byte or word at a time, when a word of data is transferred
between units; all its bits are transferred in parallel.
There are generally two buses within a computer :
Internal bus: The internal bus allows the processor to communicate with
the system's central memory .
Expansion bus: Allows various motherboard components (USB, serial
and parallel ports, cards inserted in PCI connectors, hard drives, CD-
ROM and CD-RW drives, etc.) to communicate with one another.
11
Department of Electrical Engineering. First Year / 2016-2017 By: Salwa Adel Al-agha
Lecture 2
12
Department of Electrical Engineering. First Year / 2016-2017 By: Salwa Adel Al-agha
Lecture 2
3- Control Bus
It is a bidirectional bus (or command bus) transports orders and
synchronization signals coming from the control unit and traveling to all
other hardware components, as it also transmits response signals from the
hardware. Control bus is used by the CPU to direct and monitor the actions
of the other functional areas of the computer.
5. BIOS:
The BIOS (Basic Input Output System) software is built into the PC, and
is the first code run by a PC when powered on. When the PC starts up, the
first job for the BIOS is to initialize and identify system devices such as the
video display card, keyboard and mouse, hard disk drive, optical disc drive
and other hardware. The BIOS locates boot loader software and loads and
executes that software, giving it control of the PC. This process is known as
booting, or booting up.
13
Department of Electrical Engineering. First Year / 2016-2017 By: Salwa Adel Al-agha
Lecture 2
5. Storage Devices:
A storage device is a hardware device capable of storing information.
There are two storage devices used in computers:
- Primary storage device such as computer RAM.
- Secondary storage device such as computer Hard Disk.
The most common storage devices are:
Floppy Disk:
They are plastic square disks, usually with a silver or black sliding piece
going across the top. These disks come in a variety of colors and they hold
about 144 million bytes.
CD + R Disc:
CD + R Disc (Compact Disc Recordable) is a CD that you can record on.
It’s mostly used to record audio and once it’s been written on, you cannot
rewrite or erase anything of it.
CD + RW Disc:
(Compact Disc Rewriteable), this disc looks like a regular CD. The only
difference is that you can write on this disc and erase it as many times as you
want. A CD + RW disc holds about 650 MB.
DVD – R Disc:
(Digital Video Recordable) – These discs hold the space of about 4.7 GB
and are used to record movies on.
The more uncommon storage devices are:
Flash
Smart Cards
Storage Tapes
Memory Sticks
Smart Media
14