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 is memory used in a computer system?


Computers use virtual memory, can you explain what this is and how it is used?


i) Convert 01101001 from binary to denary. ii) Convert 27 from denary to hexadecimal. ii) State one use of hexadecimal in computing and why it is more beneficial in this application that binary.


How do I convert decimal to binary?