Which cache is typically smaller and faster compared to others in a computer system?
A. L2 Cache
B. L3 Cache
C. L1 Cache
D. Virtual Cache
Answer: Option C
Solution (By Examveda Team)
Option A: L2 CacheL2 Cache is a secondary cache in a computer system, which is larger but slower compared to L1 Cache.
Option B: L3 Cache
L3 Cache is a tertiary cache in some systems, which is larger but slower compared to both L1 and L2 Caches.
Option C: L1 Cache
This option is correct. L1 Cache, or Level 1 Cache, is the smallest and fastest cache in a computer system. It is located closest to the CPU and provides the fastest access to frequently used instructions and data.
Option D: Virtual Cache
Virtual Cache is a concept related to how caching is managed in virtual memory systems and is not a standard cache level in typical computer architectures.
Conclusion:
Among the options given, Option C: L1 Cache is typically smaller and faster compared to other cache levels in a computer system.

Join The Discussion