Logic Gates & Combinational Circuit >> Lesson-1
এই ক্লাসে বেসিক গেট(NOT, AND, OR) সম্পর্কে পড়ব
Syllabus
- Logic Gate – NOT, AND, OR, XOR, X-NOR
- Universal Gate – NAND, NOR
- Basic gate using universal gate.
- Two level Circuit
- Combinational Circuit – Half Adder, Full Adder, Half Subtractor, Full Subtractor, Multiplexer, De-Multiplexer, Encoder Decoder.
Number Distribution | ||||
Unit | MCQ | SA | Descriptive | Total |
I.Logic Gate II.Combinational Circuit | 1×3=3 1×2=2 | 1×1=1 1×2=2 | 7×1=7 | 15 |
Basic Gate(NOT, AND, OR) এই ক্লাসে আমরা বেসিক গেটস সম্পর্কে পড়ব
What is a Logic Gate / লজিক গেট কাকে বলে ?
A logic Gate is a basic building block of a circuit used to make a large number of electronic circuits.
লজিক গেট হল ডয়োড, ট্রানজিস্টার বা IC দিয়ে তৈরি একটি বিশেষ ধরনের ইলেকট্রনিক সার্কিটের ব্লক, যাতে এক বা একাধিক ইনপুট সিগন্যাল দিলে একটিমাত্র যুক্তিপূর্ণ আউটপুট পাওয়া যায় ।
Types of Logic Gates? / বিভিন্ন প্রকারের লজিক গেট :
Basic Gate (বেসিক গেট) – NOT, AND, OR
Universal Gate (ইউনিভার্সাল গেট) – NAND, NOR
Compound Gate (যৌগিক গেট ) – XOR & XNOR
NOT গেট কাকে বলে এবং এর ট্রুথ টেবিল এবং লজিক্যাল ডায়াগ্রাম দেখাও
It reverse the input, when input is high(1) then output is low(0) & input is low(0) then output is high(1). ইনপুটের বিপরিত আউটপুট দেয় অর্থাৎ 1 এর জন্য 0 এবং 0 এর জন্য 1 আউটপুট দেয় ।এই জন্য এই গেট কে ইনভার্টার গেট বলে । এই গেটকে বার বা ওভার(-)চিহৃ দ্বারা প্রকাশ করা হয় । |
NOT গেটের লজিক চিত্রঃ |
Truth Table of NOT Gate | ||||||||
|
AND গেট কাকে বলে এবং এর ট্রুথ টেবিল এবং লজিক্যাল ডায়াগ্রাম দেখাও
When all inputs are high (1) then the output is high (1) , otherwise the output is low(0). যদি সব ইনপুটের মান 1 হয় তবে আউটপুট 1 হবে আন্যথায় আউটপুটের মান 0 হবে । এই গেটকে গুন (.) চিহৃ দ্বারা প্রকাশ করা হয় । |
AND গেটের লজিক চত্র : A.B/AB |
Two Input Truth Table | ||
INPUT | OUTPUT | |
A | B | AB |
0 | 0 | 0 |
0 | 1 | 0 |
1 | 0 | 0 |
1 | 1 | 1 |
Three Input Truth Table | |||
INPUT | OUTPUT | ||
A | B | C | ABC |
0 | 0 | 0 | 0 |
0 | 0 | 1 | 0 |
0 | 1 | 0 | 0 |
0 | 1 | 1 | 0 |
1 | 0 | 0 | 0 |
1 | 0 | 1 | 0 |
1 | 1 | 0 | 0 |
1 | 1 | 1 | 1 |
OR গেট কাকে বলে এবং এর ট্রুথ টেবিল এবং লজিক্যাল ডায়াগ্রাম দেখাও
If any of the input is high (1), then the output is high(1). If all input is low(0) then output is low(0). যদি ইনপুটগুলির মধ্যে কোনো একটির মান 1 হয় তবে আউটপুট 1 হবে, যদি সব ইনপুটের মান 0 হয় তবে আউটপুট 0 হবে । এই গেটকে যোগ (+) চিহৃ দ্বারা প্রকাশ করা হয় । |
OR গেটের লজিক চিত্রঃ |
Two Input Truth Table | ||
INPUT | OUTPUT | |
A | B | A+B |
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 1 |
Three Input Truth Table | |||
INPUT | OUTPUT | ||
A | B | C | A+B+C |
0 | 0 | 0 | 0 |
0 | 0 | 1 | 1 |
0 | 1 | 0 | 1 |
0 | 1 | 1 | 1 |
1 | 0 | 0 | 1 |
1 | 0 | 1 | 1 |
1 | 1 | 0 | 1 |
1 | 1 | 1 | 1 |
Complete page
হাই
It very easy to understand after reading through class1. It’s very helpful & user-friendly way to understand the logic gates. Questions are also very helpful to evaluate myself.
Thanks
Nice
Sir…… Ami Kiran
This learning app is very helpful …
Thank you Abhijit Sir…
Thanks
Sir I get 19
This app is very helpful for us thank you sir
thanks