In digital logic, which logic gate outputs a '1' (True) ONLY when both of its input values are '1' (True)?

A OR Gate

B XOR Gate

C AND Gate

D NAND Gate

Solution

Correct Answer: Option C

ডিজিটাল লজিকে AND Gate কেবল তখনই আউটপুট '1' (True) দেয়, যখন এর সবগুলো ইনপুট মান '1' (True) হয়।

- AND Gate এর নিয়ম: সব ইনপুট 1 হলে আউটপুট 1 হবে; অন্যথায় আউটপুট 0 হবে।
- দুই ইনপুটের (A এবং B) জন্য Truth Table:
- A=0, B=0 → Output=0
- A=0, B=1 → Output=0
- A=1, B=0 → Output=0
- A=1, B=1 → Output=1

অন্যান্য গেটগুলোর সংক্ষিপ্ত রূপ:
- OR Gate: যেকোনো একটি বা একাধিক ইনপুট 1 হলে আউটপুট 1 হয়।
- XOR Gate: ইনপুটগুলোর মধ্যে বিজোড় সংখ্যক 1 থাকলে আউটপুট 1 হয়।
- NAND Gate: এটি AND Gate এর বিপরীত; সব ইনপুট 1 হলে আউটপুট 0 হয়, অন্যথায় 1 হয়।

Practice More Questions on Our App!

Download our app for free and access thousands of MCQ questions with detailed solutions