
Not gates are connected to outputs a, b, c, e, f, g
Set input a - g to 0. Outputs a,b,c,e,f,g should be on (i.e. 1)
A 7-segment display should be used as external hardware, and it should display the initial "A." ...as accurately as a seven segment display can.
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | IN0 | out NOT | |
| 1 | IN1 | out NOT | |
| 2 | IN2 | out NOT | |
| 3 | IN3 | OUT3 | |
| 4 | IN4 | out NOT | |
| 5 | IN5 | out NOT | |
| 6 | IN6 | out NOT | |
| 7 | IN7 | out NOT |