Recents in Beach

Multiple Choice Questions of Boolean Algebra & Logic gates

 

1. In Boolean algebra, the OR operation is performed by which properties?





ANSWER= (D) All of the Mentioned
Explain:- The expression for Associative property is given by A+(B+C) = (A+B)+C & A*(B*C) = (A*B)*C. The expression for Commutative property is given by A+B = B+A & A*B = B*A. The expression for Distributive property is given by A+BC=(A+B)(A+C) & A(B+C) = AB+AC.

 

2. The expression for Absorption law is given by _________





ANSWER= (A) A+AB=A
Explain:- A + AB = A(1+B) = A (Since 1 + B = 1 as per 1’s Property).

 

 3. According to boolean law: A + 1 = ?





ANSWER= (C) 1

 

4. The involution of A is equal to _________





ANSWER= (A) A
Explain:- (Ä€)'=A

 

5. A(A + B) = ?





ANSWER= (D) A
Explain:- A(A + B) = AA + AB (By Distributive Property) = A + AB (A.A = A By Commutative Property) = A(1 + B) = A*1 (1 + B = 1 by 1’s Property) = A

 

6. Which logic gate is represented by the following combination of logic gates?






ANSWER= (B) NAND

 

7. The output of OR gate is 1





ANSWER= (B) If either or both inputs are 1

 

8. Which of the following logic gate is a universal gate?





ANSWER= (D) NOR

 

9. A gate in which all the inputs must be low to get a high output is





ANSWER= (B) Inverter and (C) NOR gate,   both  

 

10. The outputs of a NAND gate is 0





ANSWER= (C) If both inputs are 1

 

11. The following truth table corresponds to the logic gate

InputOutput
ABX
000
011
111
101




ANSWER= (B) OR

 

12. Boolean Algebra is essentially based on





ANSWER= (B) Logic

 

13. A logic gate is an electronic circuit which





ANSWER= (A) Makes logic decisions.  

 

14. How many NAND gates are used to form an AND gate?





ANSWER= (B) 2

 

15. The boolean function A + BC is a reduced form of ____________





ANSWER= (B)  (A+B)(A+C)
Explain:- (A + B)(A + C) = AA + AC + AB + BC = A + AC + AB + BC (By Commutative Property) = A(1 + C + B) + BC = A + BC (1 + B + C =1 By 1’s Property).

 

16. The inverter is __________





ANSWER= (A) NOT gate

 

17. The inputs of a NAND gate are connected together. The resulting circuit is __________





ANSWER= (A) NOT gate

 

18. The NOR gate is OR gate followed by __________





ANSWER= (A) NOT gate

 

19. The NAND gate is AND gate followed by __________





ANSWER= (A) NOT gate

 

20. Digital circuit can be made by the repeated use of __________





ANSWER= (C) NAND gate

Post a Comment

0 Comments