Memory
Memory
1. Which of the following is the fastest type of memory in a typical computer system?
A) RAM
B) ROM
C) Cache
D) Hard disk
2. What is the primary characteristic that distinguishes volatile from non-volatile
memory?
A) Speed
B) Data retention without power
C) Cost
D) Storage capacity
3. In the memory hierarchy, which type of memory typically has the highest access
time?
A) Registers
B) Cache
C) RAM
D) Secondary storage
4. Which of the following is NOT a characteristic of a good memory system?
A) Low access time
B) High cost per bit
C) Large storage capacity
D) Reliability
Memory Hierarchy
11. How many levels of cache are typically present in a Pentium 4 processor?
A) 1
B) 2
C) 3
D) 4
12. What type of cache organization is used in the Pentium 4 processor?
A) Fully associative
B) Direct-mapped
C) Set-associative
D) Multi-level associative
13. Which of the following is NOT a key element of cache design?
A) Cache size
B) Mapping function
C) Instruction set architecture
D) Write policy
14. Which factor directly affects the hit rate in cache memory?
A) Cache address length
B) Cache size
C) Line size
D) Write policy
15. What is the function of a mapping technique in cache design?
A) To determine how data is stored in the cache
B) To optimize cache power consumption
C) To increase cache capacity
D) To improve CPU speed
16. What is a typical mapping function used in cache memory?
A) Random mapping
B) Associative mapping
C) Static mapping
D) Matrix mapping
Number of Caches
20. What is the main purpose of having multiple levels of cache (L1, L2, L3) in modern
processors?
A) To reduce cost
B) To balance speed and size
C) To eliminate the need for RAM
D) To increase power consumption
ExternalMemory