1 Computer Architecture and CPU • Cache Hit CPU द्वारा माँगा गया डेटा जाँची जा रही कैश में मिल जाए, तो इसे क्या कहते हैं? What is it called when data requested by the CPU is found in the cache being checked? A. कैश मिस Cache miss B. पेज फ़ॉल्ट Page fault C. बस त्रुटि Bus error D. कैश हिट Cache hit उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: D Correct Answer: D माँगा गया डेटा कैश में मिलने को cache hit कहते हैं। इससे उस अनुरोध के लिए अगले मेमोरी स्तर तक जाने की आवश्यकता बच सकती है। Finding the requested data in the cache is called a cache hit. It can avoid accessing the next memory level for that request.