This is a project simulating how two bits are added. A bit is a number that is either 0 or 1, used in binary code. Click on the rectangles on the left to change them. The right rectangles show the sum of the two bits on the left, read top-down. For example, 1 1 1 0 Shows that 1+1=10, in binary. The green things are logic gates that give true or false, based on (an) input(s) satisfying certain conditions. The top is AND, where if both inputs are true, then the output is true. The bottom is XOR, where if either input is true, but not both, then the output is true. These two logic gates are used in adding these two bits.
Information from research from YouTube.