What is the main function of the CPU?
To process data and instructions, and control the rest of your computer.
What are applications in computing?
Tasks that a general purpose computer can perform, such as accessing the internet, using software, playing games, and storing data.
What is the fetch-execute cycle?
The process of fetching, decoding, and executing instructions in a CPU.
What does RAM stand for?
Random Access Memory.
What is the role of the ALU?
Responsible for carrying out arithmetic calculations and making logical decisions.
What does CU stand for in computing?
Control Unit.
What is cache memory?
A small amount of very fast memory located close to or in the CPU, providing fast access to frequently used instructions and data.
What is a register in a CPU?
Tiny, super-fast pieces of onboard memory used to accept, store, and transfer data and instructions immediately.
What does the Von Neumann architecture refer to?
A computer architecture that stores both instruction data and program data in the same memory.
What is the purpose of the Memory Address Register (MAR)?
Holds the memory address where the data is to be fetched from or written to.
What is the function of the Memory Data Register (MDR)?
Holds the data fetched from memory or to be written to memory.
What is the purpose of the Program Counter?
Holds the address of the next instruction to be executed in memory.
What is an accumulator in a CPU?
Holds the results of calculations performed by the CPU.
What is clock speed measured in?
Hertz (Hz), where 1 Hz equals one cycle per second.
What is overclocking?
Increasing the clock speed of a CPU to perform more cycles per second.
What is an embedded system?
A dedicated computer system designed to perform one specific function.
What are the properties of embedded systems?
What is primary storage?
What distinguishes volatile memory from non-volatile memory?
Volatile memory loses its contents when power is lost, while non-volatile memory retains data without power.
What is the purpose of ROM in a computer system?
Holds startup instructions for the computer and is non-volatile.
What is the purpose of RAM in a computer system?
Temporary storage of instructions and data currently being used by the processor.
What is virtual memory?
A section of the hard drive used when RAM is full, allowing the computer to run more applications.
What is secondary storage?
Non-volatile storage with a larger capacity used for long-term data retention.
What are common types of storage?