Advertisements
Advertisements
Question
The truth table for the following logic circuit is:
Options
`|("A","B","Y"),(0,0,0),(0,1,1),(1,0,1),(1,1,0)|`
`|("A","B","Y"),(0,0,0),(0,1,1),(1,0,1),(1,1,1)|`
`|("A","B","Y"),(0,0,1),(0,1,0),(1,0,1),(1,1,0)|`
`|("A","B","Y"),(0,0,1),(0,1,1),(1,0,0),(1,1,1)|`
MCQ
Solution
`|("A","B","Y"),(0,0,0),(0,1,1),(1,0,1),(1,1,0)|`
Explanation:
Truth table of this logic circuit
A | B | `bar"A"` | `bar"B"` | `bar"A"*"B"` | `"A"*bar"B"` | Y = `bar"A"*"B"` + `"A"*bar"B"` |
0 | 0 | 1 | 1 | 0 | 0 | 0 |
0 | 1 | 1 | 0 | 1 | 0 | 1 |
1 | 0 | 0 | 1 | 0 | 1 | 1 |
1 | 1 | 0 | 0 | 0 | 0 | 0 |
shaalaa.com
Is there an error in this question or solution?