answersLogoWhite

0

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)

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

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

66666


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


What is bcd to gray code converter?

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


How do you convert excess-3 to gray code?

help PLA use convert excess-3 to gray code


How do you convert bcd to ascii hex code?

Multiply by 16. ANSWER: The answer is bcd 11 = 3 111 = 7 1111 i= F 01111 =E and so foirth


How do you convert BCD to decimal?

explain decimal to BCD encoder


What are different types of binary code?

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 number?

Write a program to convert a 2-digit BCD number into hexadecimal


Convert 01011101101 to bcd?

12


How will bcd convert into 7segment display?

BCD can be converted into 7segment display by using an encoder.


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.


2 Write a program to convert a 2-digit BCD number into hexadecimal?

WRITE A PROGRAM TO CONVERT A 2-DIGIT bcd NUMBER INTO HEXADECIMAL