answersLogoWhite

0

BCD-BinaryCodedDecimal->Binary equivalent of each decimalexpressed using 4 bits->For single digit decimal BCD is same as its binary.In BCD only first 10 binary numbers are valid.The remaining 5 are invalid.

Gray code is an unweighed code.

ex:

G3=B3

G2=G3 XOR B2

G1=G2 XOR B1

G0=G1 XOR B0

User Avatar

Wiki User

16y ago

What else can I help you with?

Continue Learning about Educational Theory
Related Questions

BCD to Gray Code Converter?

BCD refers to Binary Code Decimal there are no diagrams it is just a numbers system GRAY code is a means to make one reliable state to change at a time eliminating false coding because of transitions in counters and such


How i can Design a BCD-to-excess-3 code converter with a BCD-to-decimal decoder and four OR gates?

i dont know 1001+1001 - Constructing a BCD-to-excess-3-code converter with a 4-bitt adder we know that the excess-3 code digit is obtained by adding three to the corresponding BCD digit. To change the circuit to an excess-3-to-BCD-code converter we feed BCD-code to the 4-bit adder as the first operand. Then feed constant 3 as the second operand. The output is the corresponding excess-3 code. To make it a BCD to excess-3 converter, we feed the 2's complement of 3 as the second operand. - Constructing a BCD-to-excess-3-code converter with a 4-bitt adder we know that the excess-3 code digit is obtained by adding three to the corresponding BCD digit. To change the circuit to an excess-3-to-BCD-code converter we feed BCD-code to the 4-bit adder as the first operand. Then feed constant 3 as the second operand. The output is the corresponding excess-3 code. To make it a BCD to excess-3 converter, we feed the 2's complement of 3 as the second operand.


Program to convert bcd to gray code using 8051 microcontroller.?

66666


What are different types of binary code?

BCD codes,gray code,error detecting code,ASCII character code,Excess 3 code


What is a 4 BCD code?

A 4 BCD code is a 4 decimal-digit BCD code, thus a 16 digit binary-code. You take the decimal number 3545. It's BCD code is 0011 0101 0100 0101 where every 4 bits represent a decimal digit.


What are the 4 an invalid BCD code?

BCD code isn't valid for these integers , 10 , 11 , 12 , 13 , 14 i.e if these integers ae converted to binary code they 'd be called wrong BCD


What is the Binary equivalent of the gray code 11100?

0101 0011 (2) = 53 (16) which in BCD means 53


How do you draw BCD to excess 3 code converter using 4 bit parallel adders?

To draw a BCD to Excess-3 code converter using 4-bit parallel adders, start by connecting the 4-bit binary-coded decimal (BCD) input to the adder. The goal is to add the binary number to a constant value of 0011 (which represents 3 in binary) when the BCD value is 4 or greater. The output of the adder will yield the Excess-3 code, while any carry from the addition can be ignored since Excess-3 only requires the lower 4 bits. You can use two 4-bit adders if you need to handle overflow or further adjustments, depending on the specific design requirements.


How do you design bcd to 2421 code converter?

To design a BCD to 2421 code converter, first, create a truth table that defines the BCD (Binary-Coded Decimal) inputs (0000 to 1001) and their corresponding 2421 outputs. Next, derive the logic expressions for each output bit (D3, D2, D1, D0) using Karnaugh maps or Boolean algebra to simplify the equations. Implement these logic expressions using logic gates (AND, OR, NOT) to build the circuit. Finally, verify the design through simulation or testing to ensure correct functionality.


What is ic 74184?

The 74184 is a 5-bit BCD to 8-bit binary converter.


What does a BCD invalid code detector do?

detects the invalid portion of the bcd number codes (1010-1111)


Applications of binary to GRAY code converter?

gray code is one which changes one bit at a time but binary code is one which changes one or more bit at a time. for example three bit binary and gray code the left one is binary and the right one is gray code.binary gray000 000001 001010 011011 010100 110101 111110 101111 100000 000