Computers use binary to represent information as a series of 0s and 1s. A single binary digit is called a "bit", while four bits together are called a "nibble" and eight bits are called a "byte". Binary allows computers to store information by representing things as either on (1) or off (0). Operations like AND, OR, and NOT are used to combine binary values using logical rules.