#3 Overview of Computer System
#3 Overview of Computer System
(ICE-I)
Balkh University
Computer Science Faculty
[email protected] 1
Contents
[email protected] 2
Overview of Computer System
[email protected] 3
Data Measurement
[email protected] 4
Data Measurement
8 bit = 1 Byte
1 Kilobyte = 1024 bytes
1 Megabyte = 1024 KB = 1024^2 bytes,
1 Gigabyte = 1024 MB = 1024^2 KB = 1024^3 bytes
1 Terabyte = 1024 GB = 1024^2 MB = 1024^3 KB = 1024^4 bytes
[email protected] 5
General Design of Computer System
[email protected] 6
General Design of Computer System
Memory:
- Computer Memory is the subsystem that serves as temporary
storage for all program instructions and data that are being
executed by the computer.
- It is typically called RAM (Random Access Memory).
[email protected] 7
General Design of Computer System
[email protected] 8
General Design of Computer System
Control Unit:
- The control unit has the responsibility of getting the instruction
and executing them.
- This is continuously until the last line of a program is done,
which is usually QUIT or STOP.
[email protected] 9
General Design of Computer System
[email protected] 10
General Design of Computer System
[email protected] 11
General Design of Computer System
[email protected] 12
[email protected] 13
Computer Mainboard (Motherboard)
[email protected] 14
Computer Mainboard (Motherboard)
[email protected] 15
Computer Mainboard (Motherboard)
Northbridge and Southbridge
[email protected] 16
Computer Mainboard (Motherboard)
The Southbridge contains at least:
• PCI slot / controller
• Floppy / IDE/ hard disk controllers,
• Serial and parallel ports,
• USB support and power
management functions.
[email protected] 17
Computer Mainboard (Motherboard)
CPU Socket
- CPU socket is a place on the motherboard for placing your CPU on.
- The CPU is one of the most important elements of the personal
computer.
- Control unit directs and coordinates operations in computer.
- Arithmetic Logic Unit (ALU)
performs arithmetic, comparison,
and logical operations.
[email protected] 18
Computer Mainboard (Motherboard)
RAM (Random Access Memory)
- RAM is Electronic memory that stores instructions and data
temporary.
- Memory slots on motherboard hold memory modules.
[email protected] 19
Computer Mainboard (Motherboard)
Expansion Slot
Expansion slot on the motherboard is a socket that can hold an
adapter card. Adapters are for enhancing our PC or provide
connections to external devices that are called peripheral devices.
[email protected] 20
Computer Mainboard (Motherboard)
Port and Connectors
Port is that part of a PC that connects external devices to the PC.
- Serial Port
A serial port is for transmitting one bit of data at a single time unit.
And it is for connecting slow-speed devices, such as monitor,
keyboard, and modem.
- Parallel Port
A Parallel port is for transmitting more than one bit data at a single
time. Therefore it is for connecting high‐speed devices such as
printer
[email protected] 21
Computer Mainboard (Motherboard)