Chapter 1 Motherboards, Processors, Memory Flashcards
What are other words for a Motherboard?
- Systemboard
- Mainboard
What is PCB?
Printed Circuit Board.
A non-conductive material with conductive pathways laminated to it.
What are the two main form factors?
- ATX
-ITX
What does ATX stand for?
Advanced Technology Extended
What does ITX stand for?
Information Technology Extended
When was ATX created?
Mid-1990’s by Intel, it was an improvement of the predecessor AT-style motherboards
When was ITX created?
Early 2000’s by VIA Technologies
What is measurement for a standard ATX motherboard?
12” x 9,6” (305mm x 244mm)
What are the 4 ITX form factors?
- Mini-ITX
- Nano-ITX
- Pico-ITX
- Mobile-ITX
What are the measurements for a Mini-ITX motherboard?
6.7” x 6.7” (170mm x 170 mm)
What are the measurements for a Nano-ITX motherboard?
4.7” x 4.7” (120mm x 120mm)
What are the measurements for a Pico-ITX motherboard?
3.9” x 2.8” (100mm x 72mm)
What are the measurements for a Mobile-ITX motherboard?
2.4” x 2.4” (60mm x 60mm)
Which ITX motherboard is also compatible with a ATX case?
Mini-ITX.
It has 3 or 4 standoff holes in it that are the same as on the ATX motherboards.
And the rear interfaces are the same as on an ATX motherboard.
What are the ATX form factors?
- ATX
- Micro-ATX
What are the measurements for Micro-ATX
9.6” x 9.6” (244mm x 244mm).
What is a bus?
A collection of signal paths
What is a serial bus?
It’s a bus that sends 1 bit of data at a time
What is a parallel bus?
It’s a bus that could send 8 bits of data at the time over multiple lines
What are the downsides of a parallel bus?
- Short circuit lengths
- low throughput (amount of data at a time),
this is because of the synchronization
issues at the receiving end.
Why are we using mostly serial buses again?
Although serial buses sent 1 bit of data at a time. The speed is being determined by the transceivers and they are improving as technology improves.
What are some serial buses we use today?
- SATA
- USB
- IEEE 1394/FireWire
- PCIe
The motherboard is also using buses to connect components together like e.g. communication between CPU and RAM
What are chipsets?
A collections of chips or circuits that perform interface and peripheral functions for the CPU. It will dictate how a motherboard will communicate with the installed peripherals.
What are the two main chipset brands?
- Intel
- AMD
What does AMD stand for?
Advanced Micro Devices
A chipset can be divided in which two groups?
- Northbridge
- Southbridge
What does the Northbridge do?
It manages the communication between high speed components.
Which components are being managed by the Northbridge?
- CPU
- Memory controller
- PCIe controller
What does the Southbridge do?
It manages all the slower peripheral components
Which components are being managed by the Southbridge?
- USB
- ATA interfaces
- Onboard LAN
- Onboard audio
- PCI Expansion bus
What does PCI stand for?
Peripheral Component Interconnect
At what frequency did PCI operate on?
33MHz or 66MHz over a 32 bit (4 byte) channel.
What were the data rates of PCI?
133MB/s and 266MB/s
Which voltages does PCI slots and adapters have?
- 3.3V
- 5 V
What is a universal adapter for PCI?
It’s an adapter with slots for both 3.3V and 5V notches keyed in.
What is shared bus topology?
When using a 33MHz and a 66MHz together in 66MHz system would bring it down to 33MHz
Where is the keyed notch on a 5V PCI 32 bit card?
On the front of the card
Where is the keyed notch on a 3.3V PCI 32 bit card?
On the rear of the card
Where is the keyed notch on a universal PCI 32 bit card?
One on the rear of the card for the 3.3V and one on the front of the card for the 5V
What is the difference between a PCI 32 bit card and a PCI 64 bit card?
The notches for the voltages are the same, but the 64 bit card has an extra 64 bit connector notch at the front of the card
What does PCIe stand for?
Peripheral Component Interconnect Express
What did PCIe replace?
- PCI
- AGP
What does AGP stand for?
Accelerated Graphics Port
PCIe uses a point-to-point connection, what does this mean?
This means that it is directly connected with the CPU. This makes sure that the component can use all the data bandwidth without having to share it with other components.
What is a PCIe lane?
It’s the actual pathway the communication between the PCIe and the CPU is being send through.
What is a PCIe channel?
It’s a collection of lanes where the data goes through. The channel slot names (e.g. x1, x16) are being determined by the amount of lanes it uses.
Which 7 link widths of PCIe channels are there?
- x1
- x2
- x4
- x8
- x12
- x16
- x32
Which link widths are most commonly used?
- x1
- x4
- x16
What does the 22 pin portion of a PCIe slot do?
They are mostly made up of voltage pins and ground pins?
How many PCIe versions are there at the moment?
6
What does MB/s stand for?
Megabyte/second. It has 8 bits in one byte.
What does Mb/s stand for?
Megabit/second. There are 8 bits in one byte.
How many MB/s of data does PCIe x1 version 1.0 send?
250MB/s
What is up-plugging?
When you use a higher capable PCIe slot for a lesser card. E.g. putting a x4 card in a x16 slot.
What is down-plugging
When using a higher capable PCIe card in a lesser slot. This can only be done with open slots. E.g. using a x8 card in a x4 (open) slot.
What does SLI stand for?
Scalable Link Interface. It has been created by Nvidia to connect two or more graphics cards together as if it is one huge and powerful graphics card. It needs a bridge.
What is a riser card?
It’s a expansion card for PCIe that will give more PCIe slots.
What does RAM stand for?
Random Access Memory
What does RAM do?
It stores currently used data and it stores instructions for the CPU for fast recall. It’s a volatile storage.
What does RAM consist of?
It’s a stick, a PCB, with memory modules attached to it. These sticks will store temporary used data and instructions for the CPU
What does DIMM stand for?
Dual Inline Memory Module
What does SODIMM stand for?
Small Outline Dual Inline Memory Module
What does VRAM stand for?
Virtual Random Access Memory. It is being used when there is no more space in RAM and extra RAM is (temporarily) necessary
What is a paging file?
Also known as a swap file. It’s a file placed on the harddrive that is being used for virtual memory. It’s an optimized space that can deliver stored information to RAM
What is a swap file?
Also known as a pagingfile. It’s a file placed on the harddrive that is being used for virtual memory. It’s an optimized space that can deliver stored information to RAM
Can the VRAM directly being accessed by the CPU?
No, the info or data stored in VRAM needs to be paged (transferred) to RAM. Older files in RAM will be paged out to make space for the new info/data from VRAM.
What is Cache?
Cache is a bit of memory placed on the CPU. It stores instructions for the CPU that it needs most often. It’s the fastest type of memory in a computer. L1 cache is always on the CPU, but L2 and L3 cache is also on the CPU, but older versions have L2 and L3 on the motherboard. L1 cache is divided into L1d (data) and L1i(instruction). It sits between the CPU and the RAM. It predicts what the CPU will ask and prefetch this information before it’s asked for.
What is L1 cache?
Level 1 cache is the smallest and fastest type of cache memory. It’s on the CPU. L1 and L2 cache will have its own cache for every core of the processor.
What is L2 cache?
Level 2 cache is a little bit bigger than level 1 cache and it’s also slower.L1 and L2 cache will have its own cache for every core of the processor.
What is L3 cache?
Level 3 cache is the biggest form of cache and also the slowest. L3 is shared among all cores of the processor. So it doesn’t have a cache for every core of the processor.
What is the size of L1 cache?
It’s depended on the CPU, but it’s most likely to be in the KB’s
What is the size of L2 cache?
512KB
What is the size of L3 cache?
8 - 16MB
What does CPU stand for?
Central Processing Unit
What does LGA stand for?
Land Grid Array
What does PGA stand for?
Pin Grid Array
What does ZIF stand for?
Zero Insertion Force.
It’s when a CPU is inserted into a PGA socket and it’s being closed without any pressure. The socket is made for the.
What does a CPU that is compatible with a LGA socket have?
Grids. The CPU itself has land grids on it and the socket has the pins that connects to the lands.
What does a CPU that is compatible with a PGA socket have?
Pins.
The CPU itself has pins. They are very fragile and need to be handles with caution. The socket has the corresponding holes in them.
What are multisocket motherboards?
Motherboards that can hold 2 or more CPU’s. For instance for a server.
Mobile motherboards, are they always a certain size?
No. Mobile motherboards are a SFF (small form factor). A lot of the time they’re specially produced for that certain product. For example a mobile phone of a laptop can have a specially created motherboard.
What kind of power connector gives power to the motherboard?
A 24 pin connector.
What does IDE stand for?
Integrated Drive Electronics.
It was once the most common type of hard drive. Nowadays we call it IDE PATA. It’s a legacy technology.
What does PATA stand for?
Parallel Advanced Technology Attachment. Also known as IDE PATA. It’s a legacy technology used hard drives, optical drives and tape drives.
It used multiple pathways to send 8 bit at a time, but due to the synchronization issues and the speeds of SATA we don’t use it anymore.
What does SATA stand for?
Serial Advanced Technology Attachment.
It’s sending data with 1 bit at a time through a single pathway. But the transceivers could be improved so it can reach to incredible high speeds.
What is another name for SATA 1.5 Gb/s?
SATA 1 and SATA 150
What is the speed of SATA 1?
1.5Gb/s over a 8b/10b-encoding scheme
What is another name for SATA 3Gb/s?
Sata 2 and Sata 300
What is the speed for SATA 2?
3 GB/s over a 8b/10b-encoding scheme
What is another name for SATA 6 Gb/s?
SATA 3 or SATA 600
What is eSATA?
External SATA.
It has an dedicated external SATA connector. And it’s for external SATA bays/drives.