answersLogoWhite

0


Best Answer
  • 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!
User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the BCD representation of the decimal number 41 in 6-bit?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is deference between BCD and decimal number?

BCD is a decimal number. BCD is one specific way to store decimal numbers in computer memory.


represent decimal number 862 a) BCD?

BCD of 862 is 100001100010


Why is BCD used in computers?

BCD is used for binary output on devices that only display decimal numbers.


The BCD value for the decimal number 82 is?

11010010


How do you convert BCD to decimal?

explain decimal to BCD encoder


How do you explain Decimal to BCD encoder?

explain decimal to BCD 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.


10 in BCD code is representd as?

The decimal number 10, represented in BCD is 0001 0000. If, instead, you mean that you have 10 in BCD and want to know what that means, that is equivalent to 0000 0010 and would be 2 in decimal.


What is the BCD equivalent for a decimal number 163?

It is 0001 0110 0011.


Applications of bcd to binary code cnvertor?

Many non-integral values, such as decimal 0.2, have an infinite place-value representation in binary (.001100110011...) but have a finite place-value in binary-coded decimal (0.0010)[bcd]. Consequently a system based on binary-coded decimal representations of decimal fractions avoids errors representing and calculating such values. Rounding at a decimal digit boundary is simpler in BCD. Addition and subtraction in decimal does not require rounding.


What is the Largest decimal number that can be represented using 16 bits in BCD?

65,535


Why can't 1111 be used in a BCD number?

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