How to explain binary to this person

Soldato
Joined
26 Aug 2012
Posts
4,489
Location
North West
I need GD's help on how to explain to someone that you can have a number represented by more than 8 bits in binary.
 
Last edited:
He seems to think every number can be represented in 8 bits. I think he's getting confused with ASCII where ever Alphanumeric character can be represented in 8 bits.
 
Hit on the left side of his face for a 0 and the right side for a 1 then pattern his face with say 1100101010 and ask him how many times you've hit him.
 
After telling me I was wrong and that all numbers can be represented in 8 bits, he then went to a colleague and they both started talking crap about how I was wrong and I don't know anything apparently.

O well guess I don't...
 
if you want to be really really pedantic, then technically every number can be represented by an 8 bit number, just not all at the same time. For example, you could say that 00000000 in memory represents 473, and it goes up to 11111111 representing 728 (or some other number if my maths is failing me). However, I doubt this is what any of you are thinking of.

It would probably be best to ask him how many different combinations of 1 and 0 you can make with 8 bits. if he has half a brain he will eventually realise it is 256. You can then explain to him that you can therefore only represent 256 different numbers with 8 bits.

Once he has discovered that you can only represent 256 whole numbers with those 8 bits, ask him how he would represent decimal numbers to hammer the point home.
 
Back
Top Bottom