To find out how we convert a base 10 number like 125 to a binary base 2 number to [ 0 1 1 1 1 1 1 0 1 ] then we need to understand primary numbers, why they are so special and how bits actually represent primary numbers.
Programming 101 course:
• Programming 101
This tutorial is brought to you by http://www.avelx.co.uk/ - Coding tutorials to help you grow.