Binary #
‘binary’ Refers either to binary numbers or binary code, both of which are base 2 representations of information. We can do math with binary numbers, and store data (inclding numbers) with binary code, also called binary encoding.
Binary Numbers Basics #
A video I recorded on Binary:
The youtube channel ‘Computerphile’ has a number of good videos on the topic:
Why Use Binary? #
Floating Point Numbers #
Also See #
The Binary Cheatsheet, a concise overview which also discusses operators.