A 2to4 decoder has inputs A1A0 and outputs Y0Y3 What is the
A 2-to-4 decoder has inputs A1–A0 and outputs Y0–Y3. What is the Boolean equation for the Y2 output?
Solution
Answer:
Boolean expression of Y2 :
Y2=(A0)\' A1
We know that output would be like this : 00,01,10,11
Y2 corresponds to 10 .
So A1 in original form and A0 in negated form.
