0% found this document useful (0 votes)
17 views2 pages

Binary To Gray

This document describes how to construct a binary to gray code converter using only NAND gates. It includes a circuit diagram showing the connections of the NAND gates to convert a 4-bit binary number to a 4-bit gray code. It also includes a truth table showing the binary to gray code conversions for all possible 4-bit input values.

Uploaded by

Anonymous Voices
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views2 pages

Binary To Gray

This document describes how to construct a binary to gray code converter using only NAND gates. It includes a circuit diagram showing the connections of the NAND gates to convert a 4-bit binary number to a 4-bit gray code. It also includes a truth table showing the binary to gray code conversions for all possible 4-bit input values.

Uploaded by

Anonymous Voices
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

9/12/22, 8:40 PM Binary to Gray Converter

Instructions

Print
Construction of Binary to Gray Converter using NAND gates only

Battery
+5V

- G3(MSB)
Connected!!

B3(MSB)

G2

B2

G1

B1

G0(LSB)

B0(LSB)

      TRUTH TABLE                                                     Add

Binary Gray
Serial
No. B3
B0
G3
G0

B2 B1 G2 G1
(MSB) (LSB) (MSB) (LSB)
1 0 0 0 0 0 0 0 0
2 0 0 1 0 0 0 1 1
3 0 0 0 1 0 0 0 1
4 0 0 1 1 0 0 1 0
5 0 1 0 0 0 1 1 0
6 0 1 0 1 0 1 1 1
7 0 1 1 0 0 1 0 1
8 0 1 1 1 0 1 0 0
9 1 0 0 0 1 1 0 0
10 1 0 0 1 1 1 0 1
11 1 0 1 0 1 1 1 1
12 1 0 1 1 1 1 1 0

https://de-iitr.vlabs.ac.in/exp/binary-conversion/simulation.html 1/2
9/12/22, 8:40 PM Binary to Gray Converter
13 1 1 0 0 1 0 1 0
14 1 1 0 1 1 0 1 1
15 1 1 1 0 1 0 0 1
16 1 1 1 1 1 0 0 0

https://de-iitr.vlabs.ac.in/exp/binary-conversion/simulation.html 2/2

You might also like