41 in decimal is 0100 0001 in BCD (this is 8 bits not 6 bits)41 in decimal is 101001 in binary (this is 6 bits, but binary not BCD)There is no 6 bit BCD representation of the decimal number 41!
WRITE A PROGRAM TO CONVERT A 2-DIGIT bcd NUMBER INTO HEXADECIMAL
I want answer bcd This in (a) 12 b() 13 (c)14 (d)15
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.
It is 0001 0110 0011.
advantages of bcd codes:-- it combine all basic numbers- it is easilly understand by human beings
EBCIDIC (Extended BCD Interchange Code)Unicode
BCD of 862 is 100001100010
BCD is a decimal number. BCD is one specific way to store decimal numbers in computer memory.
Write a program to convert a 2-digit BCD number into hexadecimal
In Binary-Coded Decimal (BCD), each decimal digit is represented by its own four-bit binary equivalent. Since the highest decimal digit is 9, the highest number in BCD corresponds to the decimal number 9, which is represented in BCD as 1001. Thus, the highest BCD representation for a single digit is 1001. For multiple digits, the highest number would be 999, represented in BCD as 1001 1001 1001.
In BCD it is 00100111 In Binary, which is what you mean, it is 101111
I wants to know the advantages of 4 Bit BCD/Binary UP/DOWN
41 in decimal is 0100 0001 in BCD (this is 8 bits not 6 bits)41 in decimal is 101001 in binary (this is 6 bits, but binary not BCD)There is no 6 bit BCD representation of the decimal number 41!
detects the invalid portion of the bcd number codes (1010-1111)
WRITE A PROGRAM TO CONVERT A 2-DIGIT bcd NUMBER INTO HEXADECIMAL
181