Common Computer Science References
At the end of this lesson, you will be able to:
build a 1/2 adder
go over XOR and AND circuits
go over 1/2 adder truth table (see below)
nil
circuit - "1/2 Adder"
draw the schematic diagram
ensure you include 4 notes, on the schematic diagram:
the "Truth Table"
the course code, your name and the title
the Input(s)
the Output(s)
draw the breadboard diagram in TinkerCad Circuits
build the real circuit on your breadboard
step through the truth table and take a picture showing it is working correctly
in this case you will have 4 images
if you finish early, move to next circuit
1/2 Adder with Chips Schematic Diagram
1/2 Adder with Chips - TinkerCad Circuits
Truth Table Row:
A = 0, B = 0, Sum = 0 & Carry = 0
Truth Table Row:
A = 0, B = 1, Sum = 1 & Carry = 0
Truth Table Row:
A = 1, B = 0, Sum = 1 & Carry = 0
Truth Table Row:
A = 1, B = 1, Sum = 0 & Carry = 1