Computer Science, asked by chinmaypathak5557, 10 months ago

After completing a design and fabrication of digital system, a designer finds that one more inverter is required. However the only spare gates in the system are 3 input or, a 2 input and, and a 2 input xor. How should the designer realize the inverter function without adding another ic.

Answers

Answered by Honeypie096
4

After completing the design and fabrication of an SSI-based digital system, a designer finds that one more inverter is required

Answered by memonabdulrehman250
0

Answer:

just use two input xor gate

Explanation

to make an inverter make one input to xor high and then it will act as inverter for second input. For ex if one input of xor is a level 1 then if you pass 0 to other input it will give 1(inverted) or if you pass 0 it will give 1(inverted) since 0^1=1 and 1^1=0

Similar questions