EL - 113 Introduction To Computing: Experiment # 1
EL - 113 Introduction To Computing: Experiment # 1
Experiment # 1
Hardware Demonstration
Student Name:
Roll Number:
Marks Obtained
Experiment evaluated by
The motherboard is a printed circuit board that is the foundation of a computer and allows the
CPU, RAM, and all other computer hardware components to function and communicate with
each other. Below is a graphic illustration of the 5-E motherboard and some basic explanations
of each of the major portions of the motherboard.
Connectors and ports for connecting the computer to external devices such as display
ports, audio ports, USB ports, Ethernet ports, PS/2 ports etc. See image below for a
close-up view.
2. PCI Slots
PCI stand for Peripheral Component Interconnect Slot for older expansion cards such as
sound cards, network cards, connector cards. See image below for a close-up view.
Slot for modern expansion cards such as sound cards, network cards (Wi-Fi, Ethernet,
Bluetooth), connector cards (USB, FireWire, eSATA) and certain low-end graphics cards.
Slot for discrete graphic cards and high bandwidth devices such as top-end solid state drives.
5. Northbridge
Also known as Memory Controller Hub (MCH).Chipset that allows the CPU to
communicate with the RAM and graphics cards like AGP etc.
6. CPU Socket
Connects to the power switch, reset switch, power LED, hard drive LED and front audio
ports of a computer case.
Connects to older hard drive disks and optical drives for data transfer.
Supplies power to store BIOS settings and keep the real-time clock.
11. Southbridge
Connects to modern hard disk drives, solid state drives and optical drives for data transfer.
Supplies power to the CPU heat sink fan and computer case fans
Connects to the 24-pin ATX power cable of a power supply unit which supplies power to
the motherboard.
Connects to mSATA solid state drive. In most cases, this SSD is used as cache to speed
up hard disk drives, but it's possible to re-purpose it as a regular hard drive.
Connects to USB 3.0 ports at the front or top of the computer case.
Onboard button to turn on, turn off and reboot the computer.
Alternatively referred to as the fpanel or front panel connector, the system panel
connector is what controls the computer's power button, reset button, and LED's found on
the front bezel of a computer using the system panel cables. The System panel cables, are
two wire cables that are color coded to help identify where they connect to the motherboard
system panel connector. The black or white wire is the ground (GND) wire and the colored
wire is the powered wire. The cables, colors, and connections vary depending on the
computer case and motherboard you have.
Short for electromagnetic coil, a coil is conductor wire such as copper in a cylindrical form
around an iron core that creates an inductor or electromagnet to store magnetic energy.
Coils are often used to remove power spikes and dips from power. In the picture below, is
an example of an inductor on a computer motherboard.
The BIOS (Basic Input Output System) settings that you use to control how your PC
works must be saved in non-volatile memory so that they are preserved when he
machine is off. This is opposed to regular system memory, which is cleared each time
you turn off the PC. A special type of memory is used to store this information, called
CMOS (Complementary Metal Oxide Semiconductor) memory, and a very small
battery is used to trickle a small charge to it to make sure that the data it holds is always
preserved. These memories are very small, typically 64 bytes, and the batteries that
they use typically last for years.
23. Cache
Cache is a high-speed access area that can be either a reserved section of main memory
or a storage device. The two main cache types are memory cache and disk cache.
Memory cache is a portion on memory of high-speed static RAM (SRAM) and is
effective because most programs access the same data or instructions over-and-over.
By keeping as much of this information as possible in SRAM, the computer avoids
accessing the slower DRAM. Most computers today come with L3 cache or L2 cache,
while older computers included only L1 cache. Cache memory is located in two general
locations inside the processor (internal cache) and on the motherboard (external cache)
24. RAM
Do it yourself: