OK yes I did a bit of digging, I've never seen that particular encoding before, learn something new every day (I hope).Indicates the decimal value of the 4 inputs
A=8
B=4
C=-2
D=-1
Last edited:
OK yes I did a bit of digging, I've never seen that particular encoding before, learn something new every day (I hope).Indicates the decimal value of the 4 inputs
A=8
B=4
C=-2
D=-1
So surely this doesn't require a 100 wires? Let me be clear, we are talking about for inputs and the 7 (8 including the display's decimal point) outputs?

I hate the way you're being taught that A is always the MSB. That means that sometimes it's 8 and sometimes it isn't. The way I learned is that A is always the LSB. AFAIK, all of the manufactures of chips at that time also used A as the LSB (if they used A).Indicates the decimal value of the 4 inputs
A=8
B=4
C=-2
D=-1
Could you post your truth table so we can see how you interpreted the negative numbers (which don't make sense because you only have a single LED digit).Yes, I tried it on Falstad, and it worked perfectly, but due to a lot of wires and connections, it became very complicated when applying it, so I just wanted to knowif there is any way to make the circuit simpler.
these are the boolean functions i reached:
the problem describes using 7400 ICs and those are always TTL. so connecting switches to inputs and GND allows state control. the thing with TTL is that floating input is in state "1".The DIP switch also doesn't make sense. If the inputs can be 1 or 0, an SPST switch can't accomplish that without resistors to pull the inputs up or down.
This further supports the assumption that 7400 indicates that it is, indeed, the TTL family. In that family, unconnected inputs are pulled HI internally. It's pretty poor design practice to rely on that without a good reason (which do exist), but seeing poor practice in class labs and assignments is nothing new.The DIP switch also doesn't make sense. If the inputs can be 1 or 0, an SPST switch can't accomplish that without resistors to pull the inputs up or down.
That's not a good design practice.the thing with TTL is that floating input is in state "1".