I don't understand this part:
'Well, a bit is a 0 or 1. A byte is 8 bits: 0000 0000 through 1111 1111. The first four bits give you a range of 16 possibilities. The second four bits also give you 16 possibilities. So if you have 16 times 16 combinations, that gives you 256 possibilities. Or a byte.'
I don't understand why the first four bits give a range of 16 possibilities. Does all four bits give 16 possibilities? Can anyone tell me?