answersLogoWhite

0

BCD of 862 is 100001100010

User Avatar

Swathi Sukumar

Lvl 2
2y ago

What else can I help you with?

Related Questions

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.


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.


What is the BCD representation of the decimal number 41 in 6-bit?

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!


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


How do you generate BCD output?

BCD (Binary Coded Decimal) output can be generated using decimal-to-BCD conversion algorithms. One common method involves dividing the decimal number by 10 and storing the remainder as the Binary Coded Decimal digit. This process is repeated until all decimal digits are converted into BCD form. Alternatively, some microcontrollers have built-in instructions to directly convert decimal numbers to BCD format.


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.


What is largest BCD encoded decimal value that can be represented in three bytes?

Oh, dude, the largest BCD encoded decimal value that can be represented in three bytes is 999,999. I mean, like, you could totally fit a lot of numbers in three bytes, but that's the biggest BCD number you can squeeze in there. So, yeah, if you ever need to store a really big decimal number in three bytes, just remember 999,999.


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

65,535