1 Computer Architecture and CPU • Hardware Interrupts किसी I/O उपकरण द्वारा CPU को ध्यान देने योग्य घटना की सूचना देने वाला अनुरोध क्या कहलाता है? What is a request from an I/O device that notifies the CPU of an event requiring attention called? A. ऑपकोड Opcode B. इंटरप्ट Interrupt C. कैश लाइन Cache line D. मेमोरी पता Memory address उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: B Correct Answer: B इंटरप्ट CPU को किसी घटना की सूचना देता है। स्वीकार किए जाने पर CPU संबंधित सेवा रूटीन चलाकर उस घटना को संभाल सकता है। An interrupt notifies the CPU of an event. When accepted, it can cause the CPU to run a service routine that handles the event.