Converting Gray Code to Binary
1). Write down the number in gray code.
2). The most significant bit of the binary number is the most significant bit
of the gray code.
3). Add (using modulo 2) the next significant bit of the binary number to the
next significant bit of the gray coded number to obtain the next binary bit.
4). Repeat step 3 till all bits of the gray coded number have been added in
modulo 2. The resultant number is the binary equivalent of the gray number.
Converting Binary to Gray Code
1). Write down the number in binary code.
2). The most significant bit of the gray number is the most significant bit
of the binary code.
3). Add (using modulo 2) the next significant bit of the binary number to the
next significant bit of the binary number to obtain the next gray coded bit.
4). Repeat step 3 till all bits of the binary coded number have been added in
modulo 2. The resultant number is the gray coded equivalent of the binary
number.
To convert image to binary, you just have to convert image to binary. Hope this helps.
Convert 189 to binary number
convert 0.713 base 10 to binary. Thanks.
An easy way is to convert them to decimal, subtract, then convert the answer back to binary.
write a program that will convert decimal to binary
000010 in binary is 2 in decimal.
5 expressed in binary is 101
The number 180 in binary is 10110100
11.25 is not a valid binary.
The answer depends on what form you wish to convert binary and hex 2011 to.
You will need to look up the ASCII numbers for each letter, then convert those number to binary. The word "Denny" in binary is: 0100010001100001011011100110111001111001
You can easily convert decimal to binary in the scientific calculator - for example, the scientific calculator found in Windows. In this case, type the number in decimal, then click on "binary" to convert to binary.