Question: Using four toggle switches (A1, B1 and A2, B2) and the 4-bit digit to represent input and output, respectively. Note that for the 4-bit digit

Using four toggle switches (A1, B1 and A2, B2) and the 4-bit digit to represent input and output, respectively. Note that for the 4-bit digit output, you wont need to use all four of the inputs and can leave the last one empty. Design a full-adder which can accept two two-bit inputs, add them together, and display the result as a decimal number on the 4-bit digit output. Remember, the full-adder makes use of a carry output, and you will be feeding the final carry into the 4-bit digit output.

Capture screenshots of the shown inputs, and the resulting outputs for the following cases: 1) First number: A1=0, B1=0, Second Number: A2=0 B2=0. 2) First number: A1=0, B1=1, Second Number: A2=0 B2=0. 3) First number: A1=0, B1=1, Second Number: A2=0 B2=1. 4) First number: A1=1, B1=0, Second Number: A2=1 B2=0. 5) First number: A1=1, B1=0, Second Number: A2=1 B2=1, the 4-bit digit should be 5 6) First number: A1=1, B1=1, Second Number: A2=1 B2=1.

If possible use logic.ly Thank you

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!