Thursday, March 28, 2024 16:58

Posts Tagged ‘byte’

Hexadecimal numbers

Monday, December 26th, 2016

Just like the binary representation, of which I have discussed in the previous lesson, hexadecimal notation is just another form of representing numbers. So, hexadecimal numbers, at their core, are normal numbers, represented in base 16, instead of base 10, as for the decimal numbers.… Read more

Bit. Byte. Binary counting.

Monday, December 26th, 2016

I was explaining in a previous lesson that at the deepest level, computers store and process information only as two values, 0 and 1. These values are the smallest individual pieces of information inside a computer, and they are called bits.… Read more


Follow the white rabbit