101. What is thrashing?
a) a condition where the system spends too much time swapping data between memory and disk
b) a condition where the system has too much memory and cannot use it efficiently
c) a condition where the system does not have enough memory and crashes
d) a condition where the system has too much memory and wastes it
102. What is a cache hit?
a) when data is found in the cache and does not need to be retrieved from main memory
b) when data is not found in the cache and needs to be retrieved from main memory
c) a type of memory corruption
d) a type of caching mechanism
103. What is a cache miss?
a) when data is not found in the cache and needs to be retrieved from main memory
b) when data is found in the cache and does not need to be retrieved from main memory
c) a type of memory corruption
d) a type of caching mechanism