BCD is a decimal number. BCD is one specific way to store decimal numbers in computer memory.
because 9 is a lucky number for bcd..............ha ha ha
1111 can't be used for Binary Coded Decimal (BCD) because 1111=15 which is made of 2 digits 1 and 5. In BCD a 4-digit binary number is used for every decimal digit. ex. 1111 is incorrect 1 = 0001 5 = 0101 Answer: 0001 0101
4 full adders will be used BCD is a 4 bit code. Each bit of the BCD number will be an input of each full adder. input 1 in first FA. 1 in second and 0 in the last to FA's
28-bits
65,535
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 BCD it is 00100111 In Binary, which is what you mean, it is 101111
detects the invalid portion of the bcd number codes (1010-1111)
A BCD digit only uses the binary patterns that represent decimal numbers, ie 0000 - 1001; this requires 4 bits (1 nybble) so there can be 2 BCD digits to a byte. Therefore in 3 bytes there can be 3 × 2 = 6 BCD digits. The largest BCD digit is 1001 = 9. Assuming non-signed, the maximum 3 byte BCD number is 999,999.
999,999
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!
181
WRITE A PROGRAM TO CONVERT A 2-DIGIT bcd NUMBER INTO HEXADECIMAL
11010010