First time here? Checkout the FAQ!
x
menu search
brightness_auto
more_vert
Implement full adder using 8:1 multiplexer
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike

1 Answer

more_vert
 
verified
Best answer

 3 bit binary adder is adder circuit which performs bit by bit addition and gives output as sum and carry .The truth table for a full adder :




We will require two 8:1 multiplexer to implement a full adder. One for sum and one for carry. In 8:1 MUX we have 3 selection lines, assigning them A, B, C.


For sum :




For carry ::


image

thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
...