Binary
Binary is a number system used oftenly in code and consists of using only two digits or symbols, which are "1" and "0". These digits are used to tell the code yes or no, or right and wrong. We use it in code for a lot of two anser questions like that. It is important because it is a simple language for the comouter to understand. It is also important becasue the omputer uses it to store and change data with a simple on and off switch essentially.
Binary to Decimal
When translating binary code to regular deciaml numbers, theres a step by step process we can take. First, we can take the binary number and align the numbers with their corrresponding numbers of 2. Then, we can see all the 2 numbers that have a 1 above it and add all
Decimal to Binary
The most common and easiest way to convert decimal numbers to binary numbers is by using the division by 2 method. In this method we need to divide the decimal number by 2, and keep all of the remainders of each number on the side. Next we take all the remainders from top to bottom and line them up and that is your binary code.