MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

COMPUTER ORGANIZATION

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The fastest memory in the computer system is ____
A
ROM
B
RAM
C
Cache
D
None of these
Explanation: 

Detailed explanation-1: -Cache memory is the fastest system memory, required to keep up with the CPU as it fetches and executes instructions. The data most frequently used by the CPU is stored in cache memory. The fastest portion of the CPU cache is the register file, which contains multiple registers.

Detailed explanation-2: -Within the memory hierarchy, cache is closer and thus faster than RAM.

Detailed explanation-3: -Level 1 (L1) is the fastest type of cache memory since it is smallest in size and closest to the processor. Level 2 (L2) has a higher capacity but a slower speed and is situated on the processor chip. Level 3 (L3) cache memory has the largest capacity and is situated on the computer that uses the L2 cache.

There is 1 question to complete.