Computer Hardware Flashcards
What is the CPU and its purpose?
- Fetching instructions from RAM.
- Interpreting instructions.
- Executing them.
- Sending results to relevant components.
What is the CU and its purpose?
Control Unit
- To give orders and instructions to components
What is the ALU and its purpose?
Arithmetic Logic Unit
- Part of the CPU that does integer calculations and logical comparisons
What are CPU registers?
List some characteristics about them
CPU registers are small, high-speed storage locations within the CPU used to store instructions, data, or addresses temporarily during processing.
- Holds a storage address,
- CPU registers are made from SRAM
- The registers in the CPU can be 32-bit or 64-bit
What are CPU cores?
CPU cores are individual processing units within a CPU, capable of executing tasks independently.
- Modern CPUs often have multiple cores (e.g., dual-core, quad-core).
- Each core can handle a separate thread, enabling multitasking.
What is multi-processing?
Multi-processing is the ability of a computer to use multiple processors or CPU cores to execute tasks simultaneously.
What is hyperthreading?
allows a single physical CPU core to act like two logical cores by processing two threads simultaneously.
Does not double performance but provides a noticeable boost for multi-threaded tasks.
What is RAM and what does it store?
Random Access Memory – volatile memory used for temporary data storage while a computer is running.
RAM stores DATA and PROGRAMS, CURRENTLY being used by the computer
What is Latency as regards RAM?
Latency is how much time the memory delays in giving back the data that the CPU asked for.
What is Point-to-point connection?
a direct communication link between two devices or components without any intermediary devices.
What is the FSB? What are its parts?
- Address Bus
- Data bus
- Register bus
- Control Bus
What is Clock Multiplication?
A technique used in CPUs where the internal clock rate is a multiple of the external clock (base clock) provided by the motherboard.
Formula: CPU speed = Base Clock × Multiplier.
What is Overclocking?
The process of increasing a computer component’s clock rate beyond its factory settings to achieve better performance.
How does Overclocking differ from Clock Multiplication?
CPUs always run at speeds which are multiples of the system clock.
However, only when we Increase this ratio to values more than the standard specs of the CPU, are we overclocking it.
List the components on the motherboard in order of fastest to slowest.
- CPU
- Cache
- RAM
- GPU
- SSD
- HDD