LESSON 1-4: MOTHERBOARDS, PROCESSORS AND RAM Flashcards
Motherboards
The spine of a computer is the motherboard Main board, system board, or
Mobo
Most important component in the computer because it connects all the
other components together.
5 Motherboard Form Factors
STANDARD ATX (12x9) MICRO ATX (9.6x9.6) MINI ITX (6.9x6.9) NANO ITX (4.7x4.7) PICO ITX (3.9x2.8)
BUS Architecture
Data and information is transported on a motherboard, via the bus
Bus is a path through which a device sends its data so it can communicate
with the CPU and/or other devices.
A bus can be Serial (1 wire) or
Parallel, a group of wires
working in unison that carry
data from one place to another
Bus Speeds (Frequency)
Hertz - one cycle per second (Hz)
● Megahertz - one million cycles per second = 1,000,000 (MHz)
● Gigahertz - one billion cycles per second = 1,000,000,000 (GHz)
● Bus path size (width) allows for either 32 or 64bits to pass through at a
time, which means for every clock cycle a computer will send either 32 or
64 bits of data
Chipset
The Northbridge - In charge of the connection to high data transfer devices
such as PCI Express video cards and the RAM. Known as MCH (Memory
Controller Hub)
● The Southbridge - In charge of the connection to all the secondary controllers:
USB, SATA, Firewire, etc. Known as ICH (I/O Controller Hub)
BIOS
Basic Input Output system is first thing that runs when you boot a PC
● Job: Identify, test, and initialize components of the system.It then points to the operating system
so that the OS can load up and take over. → Bootstrapping
● Resides on EEPROM chip - Electrically Erasable Programmable ROM. This means you can
modify settings and fully update the BIOS by erasing it and rewriting it → Flashing
CMOS
Complementary metal-oxide semiconductor (CMOS) stores the contents of the BIOS’s
findings. I.e. type and speed of the processor
● When a computer is on CMOS is powered by the power supply - However, it is volatile and if it is
not receiving power it loses stored content.
Lithium Battery
Powers the CMOS when the computer is shut off.
Accessing and Configuring the BIOS
Accessing the BIOS must be done before O/S boots
● BIOS Setup Utility - You can configure:
● Time and Date
● Boot Device Priority/BIOS Boot Order: Enables user to select which media will be booted: hard drive, CDROM,
floppy, USB, and such.
● Passwords: User (authenticates a user before it enables the O/S) and supervisor (Authenticates a user to the
BIOS)
● Power Management: Select if power management is running and which type is used.
● Wake-ON-LAN (WOL) - Enables user to wake up computer remotely by sending data to it through the network
adapter.
● Monitoring: Monitors items in the BIOS - Processor temperature, voltage.If you forget a supervisor password, it
can be reset by removing the lit battery. You may also need to remove the CMOS jumper .
BIOS Review
BIOS -Resides on EEPROM Chip Identifies and test components -CMOS Stores BIOS content -Lithium Battery Powers CMOS when computer is off
The POST
Stands for Power-on self test (POST)
● First step in bootstrapping
● Piece of code that the BIOS runs to find out what type of
processor is on the motherboard and verifies the amount
of RAM.
Prevent a Computer from booting Successfully
Boot Device Priority Setting - Controls which device the
BIOS will load the operating system from.
● Usually, this is set to hard drive first.
● If you boot a PC and see a black screen with a white
blinking underscore on the top left, the issue could be
the boot order
● I.e. if you change the first item in boot sequence to USB
drive and leave a USB flash drive in system.
Drive Technologies
Two types of drive technologies that have connectors on
your motherboards are SATA - Serial ATA and IDE (PATA
Parallel ATA).
● What do these interfaces connect to? Hard Drives, Solid
State Drives (SSDs) and CD/DVD drives
Expansion Slots
Most visible part of the motherboard
● Allows a computer hardware expansion card to be
connected. I.e, if you want to install a new video card,
you’d purchase a video expansion card and install that
card into the compatible expansion slot.
PCI
PCI - Peripheral Component Interconnect bus allows for
connections to modems, video, sound, and network
adapters. Connects exclusively to southbridge. 32/64 bit
bus width (refers to size and how much data can be
transferred)
AGP
Accelerated Graphics Port - For video. Connects
directly to the northbridge.
PCIe
Reigning king of expansion slots. High speed
serial replacement of older parallel PCI. Sends and
receives data within lanes. These lanes are full duplex,
meaning they can send and receive data simultaneously.
Amount of lanes is indicated by x#. I.e. PCIex16 (by 16)
*Replacing AGP & PCI.
AMR/CNR
Intel’s audio/modem riser expansion slot for
sound cards or modems. CNR was sucessor. Not common in
today’s mobos.
PCMCIA
Personal Computer Memory Card International
Association - Not actually expansion slot it’s an
organization that develops the PC Card technology in
laptops.
Six Step Troubleshooting Process
- Identify Problem:
- Questions the user
- Identify changes made to computer
- Review Documentation - Establish a theory of probable cause - Question the
obvious
- Start with most probable cause - Test the theory to determine cause
- If your theory is incorrect - back to the drawing board! - Establish a plan of action to resolve the problem and
implement the solution
5.Verify Full System Functionality and if
Applicable Implement
Preventative Measures
- What can you do to prevent the
issue or problem from happening
again. - Document Findings, Actions, and Outcomes