thegreatleo2003
New Member
hi ppl im having trouble figuring out the digital electronics prob
design a combination circuit that gives output 0 when any of the inputs 1,2,3,4,5 are high and gives output 8 when any of inputs 6,7,8,9 are high and show result display on 7 seg
like
when 1 is set high output is 0
when 2 is set high output still remains 0
so my guess is that it uses a decimal to bcd encoder i have done the part when
6 or 7 or 8 or 9 is set high output is 8
and its expression is like
A3=6+7+8+9
A0-A2=remains zero as i only need two outputs i.e 0 and 8
(1 to 9 are the decimal lines)
im building the encoder using OR gates but how do i implement the "outputs zero when inputs are high for 1 2 3 4 5" ???
design a combination circuit that gives output 0 when any of the inputs 1,2,3,4,5 are high and gives output 8 when any of inputs 6,7,8,9 are high and show result display on 7 seg
like
when 1 is set high output is 0
when 2 is set high output still remains 0
so my guess is that it uses a decimal to bcd encoder i have done the part when
6 or 7 or 8 or 9 is set high output is 8
and its expression is like
A3=6+7+8+9
A0-A2=remains zero as i only need two outputs i.e 0 and 8
(1 to 9 are the decimal lines)
im building the encoder using OR gates but how do i implement the "outputs zero when inputs are high for 1 2 3 4 5" ???