Fundamentals of Hardware and Software Flashcards
(40 cards)
What does CPU stand for?
Central Processing Unit.
What are the two main components of a CPU?
- ALU (Arithmetic Logic Unit)
- CU (Control Unit)
What is the function of the CPU?
To execute instructions and process data.
What is clock speed, and how is it measured?
The speed at which a CPU executes instructions, measured in GHz (gigahertz).
What is a multi-core processor?
A CPU with multiple processing units (cores) to handle multiple tasks simultaneously.
What is primary storage?
Memory directly accessible by the CPU (e.g., RAM, ROM).
What is the difference between RAM and ROM?
RAM is volatile (loses data when power is off); ROM is non-volatile (retains data).
What is cache memory?
A small, fast memory layer between the CPU and RAM to speed up data access.
Why is RAM important?
It temporarily stores data and instructions for quick CPU access.
What is virtual memory?
A portion of secondary storage used as an extension of RAM when it’s full.
What is secondary storage?
Non-volatile storage for long-term data retention (e.g., HDD, SSD).
Name three types of secondary storage.
- Magnetic (HDD)
- Optical (DVD)
- Solid-state (SSD)
What is cloud storage?
Remote storage accessed via the internet (e.g., Google Drive, Dropbox).
What is the difference between sequential and direct access?
- Sequential requires reading data in order (e.g., tape)
- Direct allows immediate access (e.g., SSD)
Convert 5 TB to GB.
5 TB = 5,000 GB.
Give two examples of input devices.
- Keyboard
- Mouse
What is an output device?
Hardware that displays/processes data (e.g., monitor, printer).
What is a touchscreen?
An input/output device that detects touch input.
Name a device used for biometric input.
Fingerprint scanner.
What is the function of a projector?
To display visual output on a large screen.
What is a supercomputer?
A high-performance computer for complex calculations (e.g., weather forecasting).
What is a mainframe computer?
A large computer for bulk data processing (e.g., banking systems).
What is an embedded system?
A dedicated computer within a larger system (e.g., microwave controller).
What is a personal computer (PC)?
A general-purpose computer for individual use.