Interrupt-driven I/O is preferred over polling because it: 

A

Reduces CPU idle time

B

Is slower

C

Uses more memory

D

Requires fewer devices

উত্তরের বিবরণ

img

Interrupt-driven I/O প্রক্রিয়া কম্পিউটার সিস্টেমে ইনপুট-আউটপুট কার্যক্রমকে আরও কার্যকর করে তোলে। এটি CPU-কে অপ্রয়োজনে অপেক্ষা না করে অন্য কাজ করতে দেয়, ফলে সিস্টেমের সামগ্রিক কর্মক্ষমতা বৃদ্ধি পায়।

মূল তথ্যসমূহ:

  • Polling: এই পদ্ধতিতে CPU বারবার ডিভাইস প্রস্তুত কিনা তা নিয়মিত পরীক্ষা করে (polls)। যদি ডিভাইস ধীরগতি হয়, তবে CPU-র সময় নষ্ট হয় (idle time বাড়ে)

  • Interrupt-driven I/O: এখানে ডিভাইস প্রস্তুত হলে নিজে থেকেই CPU-কে ইন্টারাপ্ট পাঠায়। ফলে CPU অপেক্ষা না করে অন্য কাজ করতে পারে এবং idle time উল্লেখযোগ্যভাবে কমে যায়

  • দক্ষতা বৃদ্ধি: এই প্রক্রিয়া CPU-এর ব্যবহারযোগ্যতা বাড়ায় এবং সিস্টেমের সামগ্রিক দক্ষতা ও গতি উন্নত করে

উপসংহার:
Interrupt-driven I/O ব্যবহারের ফলে CPU idle time কমে, যা সিস্টেমের পারফরম্যান্স বৃদ্ধিতে গুরুত্বপূর্ণ ভূমিকা রাখে।

Unfavorite

0

Updated: 2 days ago

Related MCQ

 For a connected acyclic graph with v vertices and e edges we have: 

Created: 2 days ago

A

v = e

B

v = e + 1

C

v = e + 2

D

v + 1 = e

Unfavorite

0

Updated: 2 days ago

Contrapositive of “If it rains, the home team wins”:

Created: 2 days ago

A

If the home team wins, then it rains

B

If the home team does not win, it does not rain

C

If it does not rain then the home team does not win

D

The home team wins whenever rains

© LXMCQ, Inc. - All Rights Reserved

Developed by WiztecBD