Hardware Flashcards
(85 cards)
programs
basic instructions that tell computer what to do. technically stored on durable media like hard drives.
external data bus (EDB)
a row of wires used to transport binary data and that interconnects the parts of computer.
registers
stores data inside the CPU that the CPU works with.
RAM
ransom access memory. computer’s short-term memory.
Address Bus
used to transport memory addresses. connects CPU to MCC. sends location of data but not data itself.
Memory Controller Chip (MCC)
the bridge between the CPU and RAM
How do the CPU, the address bus, the memory controller chip, and the external data bus work together?
The CPU asks, through the address bus, for data that it needs. The MCC looks for the data in RAM and sends it back over through the External Data Bus.
cache
stores data used often or recently for quicker access. located in CPU
What are the 3 different levels of cache and which is the smallest and fastest?
L1, L2, L3. L1 is the smallest and fastest.
clock wire
an internal clock that keeps operations in sync. sending/receiving data sends voltage to it to let CPU know it can begin doing calculations. for every “tick” does 1 cycle of operrations.
clock cycle
voltage sent to clock wire
clock speed
the maximum number of clock cycles a CPU can handle in a set period of time
3.4 gigahertz equals how many clock cycles per what unit of time?
3.4 billion cycles per second
instruction set
a list of instructions the CPU is able to run. programs are complex and broken down into very small, simple instructions found in instruction set, which is hard-coded in CPU. different manufacturers use different sets but all generally perform same function.
what are some examples of different manufacturers instruction sets?
Intel (i.e. Intel Core i7), AMD (i.e. AMD Athlon) Qualeom.
each have their own strengths and weaknesses.
What are the 2 major types of CPU sockets?
land grid array (LGA) and pin grid array (PGA)
Where are the pins located on LGA and PGA sockets?
LGA- on the motherboard PGA- on the processor itself
heat sink
takes heat from CPU and dissipates it through a fan or other medium
What does 32 bit and 64 bit architecture refer to?
The width of the data bus and how it can efficiently handle memory. 32 bit can handle 3 GB of application memory and 62 bit has 16 Terabytes maximum of system memory allocation.
volatile memory
all data cleared once machine powered off
microscopic capacitor
a semiconductor located in chips on RAM. stores each bit as a charge (1) or discharge (0)
memory stick
located on motherboard. where DRAM chips placed.
DRAM
dynamic random access memory. type of RAM chip
SDRAM
synchronous DRAM. synchronized to system’s clock speed which allows data to be processed quicker