Human Adding Machine: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 2: Line 2:


A procedure to be performed by 6 people (plus, optionally 1 encoder and 1 clock).
A procedure to be performed by 6 people (plus, optionally 1 encoder and 1 clock).
[[Image:HumanAddingMachine.pdf | Instruction Sheets ]]


Implements a 4-bit adder, capable of adding a series of numbers (from 0 - 15). The final result may be as large as 31 (as long as no intermediate sum totals more than 15 due to the 4-bit limitation of the input / latch).
Implements a 4-bit adder, capable of adding a series of numbers (from 0 - 15). The final result may be as large as 31 (as long as no intermediate sum totals more than 15 due to the 4-bit limitation of the input / latch).

Revision as of 16:29, 8 October 2008

File:HumanAddingMachineComputers.png File:HumanAddingMachineInputs.png

A procedure to be performed by 6 people (plus, optionally 1 encoder and 1 clock).

Instruction Sheets

Implements a 4-bit adder, capable of adding a series of numbers (from 0 - 15). The final result may be as large as 31 (as long as no intermediate sum totals more than 15 due to the 4-bit limitation of the input / latch).