Computing Overview Flashcards
(42 cards)
BIOS
Basic Input Output System. The fundamental firmware that initiates when the PC is powered on.
CMOS
Complementary Metal-Oxide Semiconductor. Where the BIOS is stored and backed up with a battery. Generally 128-512 bytes of content.
TPM
Trusted Platform Module. A security feature on the motherboard that manages cryptographic functions.
ATX
Advanced Technology Extended.
PCI
What’s the bus width and throughput?
Peripheral Component Interconnect.
Bus width:
32-bit and 64-bit
Throughput:
- 133 MB/s (32-bit @ 33MHz)
- 266 MB/s (32-bit @ 66MHz or 64-bit @ 33MHz)
- 533 MB/s (64-bit @ 66MHz)
CNR
Communications and Networking Riser. Created to provide the option to add additional network cards or additional modems into the PC.
AGP
What’s the throughput?
Accelerated Graphics Port.
AGP 1x = 266MB/s
AGP 2x = 522MB/s
AGP 4x = 1.07GB/s
AGP 8x = 2.1GB/s
PCI-X
What’s the throughput?
PCI eXtended
1,064MB/s
What does the x16 in PCIe x16 mean?
The amount of full-duplex PCI Express lanes between the Northbridge and the memory slot.
What is the typical throughput for the various versions of PCIe?
v1. x = 250MB/s
v2. x = 500MB/s
v3. 0 = 1GB/s
v4. 0 = 2GB/s
SIMM
Single In-line Memory Module.
Electrical contacts are the same on both sides.
30 pin and 27 pin.
RIMM
Rambus Inline Memory Module.
16-bit = 184 pins 32-bit = 232 pins
Required every memory slot must be filled. For 16-bit modules the empty slots required Continuity RIMM (C-RIMM) and for 32-bit modules require a Continuity and Termination RIMM (CT-RIMM
DIMM
Dual In-line Memory Modules.
Electrical contacts are different on each side.
64 bit data width
SDRAM = 168 pins DDR = 184 pins DDR2/DDR3 = 240 pins
SO-DIMM
Small Outline Dual In-line Memory Module.
72-pin, 100-pin, 144-pin, 200-pin, 204-pin.
DIP
Dual In-line Package CPU type.
SECC
Single Edge Contact Certridge.
PGA
Pin Grid Array.
ZIF Socket
Zero Insertion Force socket.
LGA
Land Grid Array.
Pins are on motherboard.
Northbridge
AKA Memory Control Hub. Connects the CPU to memory and high-speed graphics card.
Southbridge
Manages connections such as PCI slots, USB, Ethernet, IDE, Onboard graphics controllers, BIOS, etc.
Different types of ROMs
Read-only memory. Cannot be changed or erased.
PROM: Programmable ROM - Write once.
EPROM: Erasable PROM - Write/Erase/Write again
EEPROM: Electrically Erasable PROM - Flash memory.
SRAM
Static RAM. Very fast, big and expensive memory.
Used often in processor cashes like L1, L2, L3.
No refreshing, but still volatile.
DRAM
Dynamic RAM.
Needs constant refreshing, without it, the data in the memory disappears.