answersLogoWhite

0

The reflected binary code, also known as Gray codeafter Frank Gray, is a binary numeral system where two successive values differ in only one bit.

Here is an example of a 4-bit Gray code:

0000

0001

0011

0010

0110

0111

0101

0100

1100

1101

1111

1110

1010

1011

1001

1000

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the binary code for 01001011?

That IS the binary code.


What is -33 in binary code?

00100001 is the binary code for 33


What is the difference between Linear Block Codes and Cyclic Codes?

linear codes and cyclic codes sub class of block codeswhere linear codes satisfies linearity property i.e. addition of any two code vectors produces another valid code vector where as cyclic codes satisfies cyclic shift property i.e. for every cyclic shift of a code vector produces another valid code vector


Who discovered binary code?

Jamesgates discovered binary code instringtheory


How do you convert binary code to text code and text to binary?

You can are ASCII-tabellen. For converting binary to text


What is the vhdl code for binary to hex convertion?

vhdl code for binary to Hexadecimal ?


When was The Binary Code - band - created?

The Binary Code - band - was created in 2004.


Where can one find more information about cyclic redundany checks?

A cyclic redundancy check is a piece of computer code used to ensure that raw code has not been updated. Further information can be found on the cyclic redundancy check Wikipedia page.


What is the name for 512 in binary code?

The name for 512 in binary code is 1000000000.


What is sixteen in the Binary code system?

Sixteen in the Binary code system is (1000)2


How would you write the number two in binary code?

'2' Decimal code => '10' Binary code.


What is the decimal binary code for 30?

Decimal 30 = binary 11110. The decimal binary code (BCD), however, is 11 0000.