Saved Bookmarks
| 1. |
What will be the value of input A and B for the boolean equation (bar(A+B))*(bar(A*B))=1? |
|
Answer» Solution :0, 0 `(bar(A+B))*(bar(A*B))=1` `therefore (BARA*barB)*(barA+barB)=1` `therefore (barA*barA)*barB+barA*(barB*barB)=1` `therefore barA*barB+barAbarB=barA*barB` The TRUTH table is as FOLLOWS: `therefore` From truth table if Y = 1 then A = 0, B = 0 |
|