इनपुट और आउटपुट प्रक्रियाओं में बफर का उपयोग क्यों किया जाता है?
Why is a buffer used during input and output operations?
Explanation opens after your attempt
A. भिन्न गति वाले घटकों के बीच डेटा को अस्थायी रूप से रखने के लिएTo temporarily hold data between components operating at different speeds
Simple Explanation
बफर एक अस्थायी मेमोरी क्षेत्र है, जो तेज और धीमे घटकों के बीच डेटा की गति में असमानता को संभालता है। उदाहरण के लिए, तेज़ी से आने वाला इनपुट डेटा बफर में कुछ समय रखा जा सकता है, जब तक कि प्रोसेसर या आउटपुट उपकरण उसे संसाधित न कर ले। विकल्प B स्थायी संग्रहण से संबंधित है, जबकि बफर स्थायी भंडारण नहीं होता। परीक्षा-युक्ति: बफर को ‘गति-अंतर के लिए अस्थायी संग्रह’ के रूप में याद रखें। / A buffer is a temporary memory area that manages the difference in data-transfer speeds between components. For example, rapidly arriving input data can be held in a buffer until the processor or output device is ready to process it. Option B describes permanent storage, whereas a buffer is temporary. Exam tip: remember a buffer as ‘temporary storage for handling a speed mismatch.’
Login to save your score, XP, coins and progress.
