Question
Physics Question on Logic gates
Which of the following is not equal to 1 in boolean algebra?
A
A+1
B
A.Aˉ
C
A+Aˉ
D
A.A
Answer
A.Aˉ
Explanation
Solution
The correct option is (B) A.Aˉ
Option (a): In boolean algebra, if A=1→Aˉ=0 and A=0→Aˉ=1
Thus, A+1=1
(∵0+1=1 and 1+1=1 in boolean)
Option (b):
if A=1,A.Aˉ=1.0=0
A=0 then A.Aˉ=0.1=0
⇒A.Aˉ=0 always
Option (c): Similarly, A+Aˉ=1 always
Case 1: A=0 ⇒ A+Aˉ=0+1=1
Case 2: A=1⇒A+Aˉ=1+0=1
Option (d):A.A=Aˉ (∵A.A=A)
⇒ A.A=0, if A = 1
⇒ A.A=1, if A = 0
Hence, option (B) is correct.