Saturday, January 30, 2010

Easy Crocodile Birthday Cake Template



Binary Arithmetic


SUM OF BINARY ...
to add binary has to take into account that in binary, are only zeros and ones, so when you add 1 +1, the normal thing would be 2, but in binary, it is like 10, bone 1 + 1 = 0 and sets the next number 1, and so it takes more into account.

BINARY SUBTRACTION OF ...
subtracting binary is similar to the sum, and is much easier, subtracting 0-0 = 0, 1-0 = 1 1-1 = 0, you just have to learn these 3 operations.

AND RESULTS TO CONVERT BINARY TO DECIMAL ...
use the method of the previous post, is the same, the conversion.

Why Are People Saying Numbers On Their Status

BINARY ARITHMETIC BINARY NUMBERS

To convert binary numbers to decimal and vice versa, on this page, I found a simple explanation.
BINARY-DECIMAL ...
first take the binary numbers are counted from right to left, starting from scratch, and even the number that is complete, then each 0 or 1, you will be raising the power of 2 depending on the position you have the number on the figure.

explanations ...
explanation, 2

DECIMAL-BINARY ...
conversely, to convert to ordinary decimal numbers, it is taking the initial number, taking the modulo 2 of that number, saving the result (must be 0 or 1), then take the result of the division, and is made modulo 2 to that result, we take the result modulo (0.1), and so on until the result of the division is 0.

/ / also found a page that has the program conversions already done for, also I leave the league to discuss the configuration of the program.