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.