Last episode How numbers can be represented in binary Today's episode Representing and storing numbers is an important function of a computer, but the real goal is computation or manipulating numbers in a structured and purposeful way, like adding two numbers together. These operations are handled by a computer's Arithmetic and Logic Unit, but most people call it by its street name : the ALU. Th..