Hardware Part 1 Flashcards
What is a Form Factor?
Physical dimensions/ specifications (in reference to hardware).
What is BIOS (basic input output system)?
The 16 bit firmware for your computer.
What is UEFI?
The 64 bit replacement for BIOS. It comes on a UEFI chip.
What is CMOS?
The little bug chips on the motherboard that contain the BIOS. This is powered by a CR-20-32 watch battery.
What is MicroATX?
It is a motherboard form factor. It is square, 6.75 x 6.75 in. Or 9.6 x 9.6 in. It is used for small form factor computers (ex. Compact computers).
What is Mini-ITX?
A motherboard form factor. Used for small form factor computers (SFF). Low power use.
What is a Chipset?
The chipset helps the CPU process things. There is a Northbridge and Southbridge chipset. The Northbridge is the Memory Controller Hub (MCH) and the Southbridge is the (I/O) Controller Hub (ICH). The Northbridge is higher priority and faster.
What is a DIE?
The technical term for the CPU.
What is a BUS?
Communication system that transfers data between system components.
What is a Parallel BUS?
Conventional PCI.
What is a Serial BUS?
Express PCI.
What is LGA?
The current standard for CPU sockets.
What are PCI Expansion cards/slots?
??????
What is a 3-Pin Molex Connector?
This is the type of connector used for fans.
What is RAM (Random Access Memory)?
Volatile computer data storage.
What is ROM (Read Only Memory)?
Permanent or semi permanent data storage.
What is EEPROM?
BIOS/UEFI ROM. EEPROM is used in smartphones.
What is Flash Memory?
Memory that can retain its contents without power. It is used in flash drives and hard drives.
What is SRAM?
Static RAM.
- It is used in processors for cache memory.
- It does not need a periodic refresh cycle like DRAM.
- It is much faster, but also more expensive.
What is DRAM?
Dynamic RAM.
- Standard volatile memory.
- Dynamic refers to the need for an electrical refresh every 15 ms to maintain contents.
- Not used anymore. Now we use SDRAM.
What determines cache effectiveness?
Cache Effectiveness = Hit Ratio
A high hit ratio means that the processor can find the information it needs in the cache a high percentage of the time.
What is a cache miss?
This is when the processor thinks the data is in cache, but it isn’t.
What is SDRAM?
Synchronous Dynamic RAM.
- This is the new standard for RAM.
- Cycles run in sync with the motherboard clock, which makes it faster.
What are the three generations of SDRAM?
- DDR: Two transfers per cycle (not twice as fast)
- DDR2: Lower voltage. Less cross talk.
- DDR3: Even lower voltage. Thermal sensor capability. This is the standard for today.
What is SO-DIMM?
Small Outline module.
- This is memory for smaller devices like laptops and smartphones.
- Smaller form factors of the SO-DIMM are the Mini-DIMM and Micro-DIMM
What is Cas-Latency?
Column Address Strobe-Latency
- It is a measure of the number of clock cycles that pass from when an instruction is given to the RAM module to produce data to when it can produce the data.
- All you need to know about this is that LOWER NUMBERS ARE BETTER when it comes to Cas-Latency.
The module type corresponds to what measure?
The module transfer rate which is measured in MBps (Megabytes per second).
Module types will appear as something like PC1600 or PC 3200.
The chip type corresponds to what measure?
The BUS speed which is measured in MTps (transactions per second).
Chip types will appear as something like DDR200 or DDR166
What unit is the clock speed measured in?
MHz (millions of cycles per second).
Single sided vs. double sided RAM?
Single sided: has one rank (bank) of memory chips that functions as a unit. (Single sided is better and faster)
Double sided: has two separate memory ranks.
This has nothing to do with SIMM or DIMM. You can only tell the difference between single and double sided if you look at the specifications.
What is Parity?
Adds an extra bit to perform basic error detection in RAM.
- Parity uses up some of your RAM.
- If Parity finds an error, the system is likely to crash, because parity does not fix the errors it finds.
What is ECC
Error Correcting Code RAM.
- This is like Parity, but it corrects the errors it finds.
- ECC is more expensive and is generally used in servers.
What are channels?
Channels increase the transfer rate between SDRAM and the Memory Controller Hub (MCH).
Buffered vs. Unbuffered RAM?
Buffered (registered) RAM has extra circuitry to maintain system stability. It is generally used in servers.
Unbuffered RAM does not have this feature.