Question: 0 . Build a 4 - bit adder from AND, OR , and NOT gates as follows. a . Write out the truth table for

0. Build a 4-bit adder from AND, OR, and NOT gates as follows.
a. Write out the truth table for a 1-bit adder, which has three 1-bit inputs: a, b, and
carry_in, and two 1-bit outputs: result and carry_out.
b. Implement, in Logisim, the circuit for the 1-bit adder corresponding to the above
truth table.
c. In Logisim, create the four-bit adder by making three more copies of the above 1-
bit adder, and then connecting them together. The resulting four-bit adder should
have the following inputs: a0, a1, a2, a3, b0, b1, b2, b3 and carry_in. It should
have the following outputs: result0, result1, result2, result3, and carry_out. (Note:
To copy and paste the 1-bit adder, select the entire 1-bit adder by dragging the
mouse over the adder, copy by typing either control-C or command-C, and then
paste by typing control-V or command-V. Youll need to drag each new copy
into the right position).
d. Be sure to test the adder to make sure it is getting the right outputs. Once you
have it working, you should:
i. Give the circuit a name by clicking on main under the untitled folder
in the upper left-hand window and then, in the bottom left where it says
main next to circuit name, typing in the name you want to give the
circuit. In this case one_bit_adder is a good name, but its up to you.
ii. Save the circuit (by clicking File and Save) to a file named
adder.circ.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!