সহকারী শিক্ষক
১২ অক্টোবর, ২০২৪ ০৯:২৮ পূর্বাহ্ণ
সহকারী শিক্ষক
ধরনঃ সাধারণ শিক্ষা
শ্রেণিঃ দ্বাদশ
বিষয়ঃ তথ্য ও যোগাযোগ প্রযুক্তি
অধ্যায়ঃ অধ্যায় ৩
#অর গেট (OR Gate):
OR গেইট হচ্ছে যৌক্তিক যোগের গেইট। অর্থাৎ বুলিয়ান অ্যালজেবরায় যৌক্তিক যোগের কাজ সম্পাদনের জন্য যে গেইট ব্যবহার করা হয়, তাকে OR গেইট বলা হয়। OR গেইটে দুই বা ততোধিক ইনপুট লাইন থাকে এবং একটিমাত্র আউটপুট লাইন থাকে। যেহেতু OR গেইট যৌক্তিক যোগের গেইট তাই এটি যৌক্তিক যোগের নিয়ম মেনে চলে। অর্থাৎ এই গেইটের ক্ষেত্রে যেকোনো একটি ইনপুটের মান ১ হলে আউটপুট ১ হয়, অন্যথায় ০ হয়।
OR গেইটের সুইচিং সার্কিটের সুইচগুলো সমান্তরালে সমবায়ে যুক্ত থাকে। ফলে যেকোন একটি সুইচ অন(1) থাকলে বাল্বটি জ্বলে।
#OR gate:
OR gate is a logical addition gate. That is, the gate used to perform logical addition in Boolean algebra is called OR gate. OR gate has two or more input lines and only one output line. Since the OR gate is a logical addition gate, it obeys the rules of logical addition. That is, in case of this gate, if the value of any one input is 1, the output is 1, otherwise it is 0.
The switches in the switching circuit of an OR gate are connected in parallel. As a result, when either switch is ON (1), the bulb lights up.