Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

2. Are my sources up to date?

Answered: 1 week ago