

When multiplying the results we get the final corresponding decimal number for the binary number we are converting for in this case number 11011 to decimal is 27. Notice in the end if we power any number with 0 we get 1 that is why we wrote 1 x 1. Then we power the base 2 with the actual counter. As we said we mark the binary digits with counter. The corresponding decimal number for binary 11011 is the number 27. The end result is the corresponding decimal number to the binary number we are converting for. We continue this for every binary digit and then we multiply the results. Then we do addition with the binary digit and result. To convert binary numbers to decimals we count the digits and power the base 2 with the counter. The corresponding binary combination for decimal number 4394 is 1000100101010. The corresponding binary combination for decimal number 355 is 101100011. After we finish we write binary numbers in a counter way, like for this example the binary combination of number 79 is 1001111. If the dividend is even the binary remainder will be 0 and if the dividend is odd the remainder is 1. When dividing if we get real number ( number with dot ) we simply avoid numbers after the dot and write only the integer. The base of decimal is 10 because this numeral system consist of 10 digits. The base of binary is 2 because this numeral system consist of two digits. To convert any decimal number to binary we need to divide that number with the base of the numeral system we are converting to, in this case binary which is 2. For example let us take number 79 and convert to binary. When converting decimals to binary and vice-versa there is a rule we need to follow. We can prove this combination by converting any decimal number to binary or any binary number to decimal. The table below shows the corresponding binary combinations for decimal numbers from 0 to 9. Then we will do arithmetic operations with binary numbers just like we do with decimals. For simplicity we will start converting decimals to binary numbers and vice-versa. Binary numbers can be used to do operations just like decimals. Every digital machine works on binary numbers.

On the other hand binary numbers consist of two digits, that is : 0 and 1. If we count from 0 to 9 we get 10 digits. Why like that ? Because they are formed of digits starting from 0 to 9. If we think, the numbers we use in everyday life are called decimals.
#COINKEEPER DEFINITION HOW TO#
We will learn how to understand binary numbers, convert them and do arithmetic operations just like we do with normal decimal numbers we use in our everyday life. In the section below we describe everything about binary. We must firstly get to know those zeros and ones. However we cannot understand digital circuits if we don't know what will live inside them. These circuits are designed in a way that they can do some logical operations. Billion of data travel inside these circuits. The CPU has millions of millions of circuits that do different tasks. Different chips have different circuit designs and a very large amount of zeros and ones travel inside these chips. These circuits are inside every electronic chip. These zeros and ones are inserted in a digital circuit where they travel, and depending on the design of this circuit these numbers can flow in a way that they do something logical. By combining different values of zeros and ones we can achieve interesting statements and chips can behave in a manner that we can command them to do some stuff for us. Whenever there is 1 that means there is some input or value or something is happening, and whenever there is 0 that means its null or nothing. Whatever the situation these are called zeros and ones : 0101010001010101.

TRUE/FALSE, ON/OFF, ACTIVE INACTIVE, SET/RESET. They can only understand two states of behavior. But why exactly binary ? What in reality is binary ? It's because electronic chips are made like that.
#COINKEEPER DEFINITION SOFTWARE#
You may write a very sophisticated software in any high level programming language, but in the very end everything is converted to machine language or binary. If you are a computer science student then you know that in the very end computers only understand binary. There is an order and logic on how computers do all that stuff for us. If you ever asked yourselves how computers think and logic then what you are asking is Digital Logic.
