
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Digital logic design
Typology: Essays (university)
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Conversion between binary code and Gray code is sometimes useful. The following rules explain how to convert from a binary number to a Gray code word:
1 + 0 + 1 + 1 + 0 Binary
1 1 1 0 1 Gray
The Gray code is 1 1 101.
To convert from Gray code to binary, use a similar method; however, there are some differences. The following rules apply:
1 1 0 1 1 Gray
+ + + + 1 0 0 1 0 Binary
The binary number is 10010.