Hexidecimal (Base 16)
0000 = 0
0001 = 1
0010 = 2
0011 = 3
0100 = 4
0101 = 5
0110 = 6
0111 = 7
1000 = 8
1001 = 9
1010 = A
1011 = B
1100 = C
1101 = D
1110 = E
1111 = F
BCD (Binary coded decimal is just 0 through 9 above)
66666
0100 0111 4 7
characteristic of Gray code
The Code of Marcia Gray - 1916 was released on: USA: 16 March 1916
OK. I have it. What now ?
66666
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
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
help PLA use convert excess-3 to gray code
Multiply by 16. ANSWER: The answer is bcd 11 = 3 111 = 7 1111 i= F 01111 =E and so foirth
explain decimal to BCD encoder
BCD codes,gray code,error detecting code,ASCII character code,Excess 3 code
Write a program to convert a 2-digit BCD number into hexadecimal
12
BCD can be converted into 7segment display by using an encoder.
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.
WRITE A PROGRAM TO CONVERT A 2-DIGIT bcd NUMBER INTO HEXADECIMAL