1.1 Flashcards
(26 cards)
What does CPU stand for?
Central Processing Unit
True or False: The CPU is known as the brain of the computer.
True
What are the two main components of a CPU?
ALU (Arithmetic Logic Unit) and CU (Control Unit)
Fill in the blank: The _______ is responsible for performing calculations and logic operations in a CPU.
ALU
What is the function of the Control Unit in a CPU?
To manage and coordinate the activities of the computer’s hardware.
Multiple Choice: Which of the following is NOT a type of memory? A) RAM B) ROM C) ALU D) Cache
C) ALU
What does RAM stand for?
Random Access Memory
True or False: ROM is volatile memory.
False
What is the primary purpose of RAM?
To store data and programs that are currently in use.
Fill in the blank: _______ memory retains its contents even when the power is turned off.
Non-volatile
What is the main purpose of the Fetch-Decode-Execute cycle?
To execute instructions in a program.
Multiple Choice: In the Fetch stage, what does the CPU retrieve? A) Data B) Instructions C) Both A and B D) None of the above
C) Both A and B
What is the role of the system clock in a computer?
To synchronize all components of the computer.
True or False: A higher clock speed means that a CPU can process instructions faster.
True
What is the difference between primary and secondary storage?
Primary storage is fast and temporary (like RAM), while secondary storage is slower and permanent (like hard drives).
Fill in the blank: _______ is a type of secondary storage that uses magnetic disks.
Hard drive
What is a characteristic of SSDs compared to HDDs?
SSDs are faster and have no moving parts.
Multiple Choice: Which type of memory is used to store the firmware? A) RAM B) ROM C) Cache D) None of the above
B) ROM
What is cache memory?
A small amount of very fast memory located inside or close to the CPU.
True or False: Cache memory is slower than RAM.
False
What are the two types of cache memory?
L1 (Level 1) and L2 (Level 2)
Fill in the blank: The CPU executes instructions from _______ memory first before accessing other types of memory.
Cache
What is the purpose of virtual memory?
To extend the available memory by using disk space.
Multiple Choice: Which of the following is an advantage of virtual memory? A) Increased speed B) Increased storage capacity C) Both A and B D) None of the above
B) Increased storage capacity