1. In Boolean algebra, the OR operation is performed by which properties?
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 _________
Explain:- A + AB = A(1+B) = A (Since 1 + B = 1 as per 1’s Property).
3. According to boolean law: A + 1 = ?
4. The involution of A is equal to _________
Explain:- (Ä€)'=A
5. A(A + B) = ?
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?
7. The output of OR gate is 1
8. Which of the following logic gate is a universal gate?
9. A gate in which all the inputs must be low to get a high output is
10. The outputs of a NAND gate is 0
11. The following truth table corresponds to the logic gate
Input | Output | |
A | B | X |
0 | 0 | 0 |
0 | 1 | 1 |
1 | 1 | 1 |
1 | 0 | 1 |
12. Boolean Algebra is essentially based on
13. A logic gate is an electronic circuit which
14. How many NAND gates are used to form an AND gate?
15. The boolean function A + BC is a reduced form of ____________
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 __________
17. The inputs of a NAND gate are connected together. The resulting circuit is __________
18. The NOR gate is OR gate followed by __________
19. The NAND gate is AND gate followed by __________
20. Digital circuit can be made by the repeated use of __________
0 Comments