Activity 01
Relay Race: Binary Addition
Divide class into teams of four to six. Each student adds one column of a multi-bit binary problem, passes the carry verbally to the next teammate, and writes their bit. First team with correct sum wins. Debrief errors as a class.
Why does a computer have a finite limit for representing numbers and what happens when we exceed it?
Facilitation TipDuring Relay Race: Binary Addition, stand at the back of the room to observe carry propagation patterns across teams and intervene if a team skips the carry step more than once.
What to look forPresent students with two 4-bit binary numbers and ask them to perform binary addition, showing all carry bits. Then, ask them to perform a left shift by two positions on the result and state the new decimal value, explaining the multiplication.