Oh, dude, the BCD number system is like that old-school friend who still uses a flip phone. The advantage is it's easy for humans to read since each decimal digit is represented by a 4-bit binary number. But the downside is it's not very efficient in terms of storage space compared to other number systems. So, like, it's great for nostalgia but not so much for modern computing efficiency.
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 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
detects the invalid portion of the bcd number codes (1010-1111)
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