2 Computer Organization Flashcards
(29 cards)
What is the CPU often referred to as?
The brain of your machine
What does the Arithmetic Logic Unit (ALU) do?
Performs mathematical operations
The Control Unit (CU) and its role in the CPU?
It consists of a decoder, control logic circuits, and a clock to ensure everything happens at the correct time. It is also responsible for performing the instruction execution cycle.
What are registers in the context of the CPU?
Short-term memory holding actively used data
MAR - Memory Address Register
Name two key registers to remember for your IB exam.
- Memory Data Register (MDR)
- Memory Address Register (MAR)
What is the first step in how the CPU components work together?
Fetch instructions from memory
How does the CPU store results after execution?
In registers or sends back to memory
What is RAM commonly compared to?
The computer’s workbench
What are the key characteristics of RAM?
- Volatile
- Fast access times
- Directly accessible by the CPU
What is ROM used for?
Contains data crucial for booting up the computer
List the key characteristics of ROM.
- Non-volatile
- Slower than RAM
- Contains essential startup instructions
What is cache memory?
A small, super-fast memory that stores frequently used data
How many levels of cache are typically found in a CPU?
Three levels
What are the three levels of cache?
- L1 Cache
- L2 Cache
- L3 Cache
What does the machine instruction cycle consist of?
- Fetch
- Decode
- Execute
- Store
What is persistent storage?
Non-volatile storage that retains data when power is off
Name three common types of persistent storage.
- Hard Disk Drives (HDD)
- Solid State Drives (SSD)
- USB flash drives
What is the main function of an operating system (OS)?
Manages interactions between hardware and software
List five main functions of an operating system.
- User Interface
- Memory Management
- File Management
- Device Management
- Process Management
What is application software designed for?
To help users perform specific tasks
Name four common types of application software.
- Word processors
- Spreadsheets
- Web browsers
- Graphics software
What is the smallest unit of data in computing?
Bit
How many bits are in a byte?
8 bits
What is the binary number system based on?
Base-2