InterviewSolution
Saved Bookmarks
| 1. |
If `A = B = 1`, then in terms of Boolean algebra the value of `A.B + A` is not equal to.A. B.A+BB. B+AC. BD. None |
|
Answer» Correct Answer - D AB + A = `1.1 + 1 = 1+1 =1` Same is true for B. A+B as well as B+A. |
|