What do 0s and 1s have anything to do with Boolean Logic?

In computers, everything is represented with 0s and 1s. While Boolean Logic is often explained using the terms 'true' and 'false', these are actually represented by the numbers 0 and 1.
0 means 'false' and 1 means 'true'.

LG

Related Computing GCSE answers

All answers ▸

How would you represent the decimal number 143 in 7 bit binary?


Outline three differences between RAM and ROM


What is Control Flow in a Computer Program?


What is two's complement, and how do I calculate it?