Advertisements
Advertisements
Question
Which one of the following is the Boolean expression for NOR gate?
Options
Y = `bar("A" + "B")`
Y = `bar("A"."B")`
Y = A.B
Y = `bar"A"`
MCQ
Advertisements
Solution
Y = `bb(bar("A" + "B"))`
Explanation:
Combining the NOT and OR gates results in the NOR gate. The NOR gate has the boolean expression Y = `bar("A" + "B")`.
shaalaa.com
Is there an error in this question or solution?
