It is a binary encoded system which is used to represent decimaly number directly to its binary value in BCD, each dicimal digit represent by a four-bit code, which means hat two digit can be represented by 8-bits(1Byte) for example (95)10 = ( 1001 0101)BCD. BCD is less space efficient than encoding system as it required 4 bits to represents any decimal digit.
We use cookies to enhance your experience, to provide social media features and to analyse our traffic. By continuing to browse, you agree to our Privacy Policy.
Answers ( 1 )
It is a binary encoded system which is used to represent decimaly number directly to its binary value in BCD, each dicimal digit represent by a four-bit code, which means hat two digit can be represented by 8-bits(1Byte) for example (95)10 = ( 1001 0101)BCD. BCD is less space efficient than encoding system as it required 4 bits to represents any decimal digit.