1 Computer Architecture and CPU • Cache Miss यदि माँगा गया डेटा L1 कैश में नहीं मिलता, तो किस घटना का होना निश्चित है? If requested data is not found in the L1 cache, which event has definitely occurred? A. हार्ड डिस्क खराब होना Hard disk failure B. प्रोग्राम समाप्त होना Program termination C. L1 कैश मिस An L1 cache miss D. ऑपरेटिंग सिस्टम क्रैश होना An operating system crash उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: C Correct Answer: C L1 में डेटा न मिलने पर L1 cache miss होता है। डेटा अगले कैश स्तर में मिल सकता है; हर cache miss का अर्थ डिस्क तक पहुँचना नहीं है। Failure to find data in L1 is an L1 cache miss. The data may be available in another cache level; a cache miss does not necessarily require disk access.