Solveeit Logo

Question

Question: If \[A = B = 1\] , then in terms of Boolean algebra the value of \[A.B + A\;\] is not equal to A) ...

If A=B=1A = B = 1 , then in terms of Boolean algebra the value of A.B+A  A.B + A\; is not equal to
A) B.A+BB.A + B
B) B+AB + A
C) BB
D) A.B\overline A .B

Explanation

Solution

Hint AND operator is a Boolean operator that returns a value of TRUE (1)(1) if both its operands are TRUE(1)(1) and FALSE (0)(0) otherwise. The boolean expression for AND gate, Q=A.BQ=A.B , where Q is the output.
OR operator is a Boolean operator that returns a value of TRUE(1)(1) if any of its operands are TRUE(1)(1) and FALSE(0)(0) if both operands are FALSE (0)(0). The boolean expression for OR gate, Q=A+BQ=A+B , where Q is the output.
NOT operator is a unary Boolean operator that returns a value of TRUE (1)(1) if the operand is FALSE (0)(0) and vice versa. The Boolean expression for NOT gate
Q=AQ =\overline A, where Q is the output.

Complete step by step solution:
ForA=B=1A = B = 1,
A.B+B\Rightarrow A.B + B Substituting values of AA and BB
=1.1+1= 1.1 + 1
(The 1.11.1 will give answer as 11 , as AND operator A.B \to A.B is used)
=1+1= 1 + 1
(=1+1 = 1 + 1 will give answer as 11, as OR operator A+B \to A + B is used)
=1= 1
Therefore,
(A) B.A+BB.A + B
=1.1+1= 1.1 + 1
(The 1.11.1 will give answer as 11, as AND operator A.B \to A.B is used)
=1+1= 1 + 1
(1+11 + 1 will give answer as 11, as OR operator A+B \to A + B is used)
=1= 1

(B) B+AB + A
Substituting values of AA and BB
=1+1= 1 + 1
(1+11 + 1Will give answer as 11 ,as OR operator A+B \to A + Bis used)
=1= 1

(C) BB
Substituting value of BB
=1= 1

(D) A.B\overline {A.} B
Substituting values of AA and BB
=1.1= \overline 1 .1
( 11\overline {} can also be written as 00 )
=0.1= 0.1
(The 0.10.1 will give answer as 00 , as AND operator A.B \to A.B is used)
=0= 0

Hence, option D is the correct answer.

Note: Logic gates take input in form of 0 and 1 and the algebra dealing with these numbers is known as Boolean algebra. In logic gates boolean algebra rules must be followed:
1+1=1(2)1 + 1 = 1\left( { \ne 2} \right)
1.1=11.1 = 1
1=0\overline 1 = 0
1.0=01.0 = 0 0.1=00.1 = 0