answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the largest number presented in BCD?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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

65,535


represent decimal number 862 a) BCD?

BCD of 862 is 100001100010


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.


Write a program to convert a 2 digit BCD number into hexadecimal number?

Write a program to convert a 2-digit BCD number into hexadecimal


Show the number 47 in BCD and ACSII?

In BCD it is 00100111 In Binary, which is what you mean, it is 101111


What does a BCD invalid code detector do?

detects the invalid portion of the bcd number codes (1010-1111)


What is the largest BCD- encoded decimal value that can be represented in three byts?

999,999


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!


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

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.


The bcd number 10110101 is equal to what?

181


2 Write a program to convert a 2-digit BCD number into hexadecimal?

WRITE A PROGRAM TO CONVERT A 2-DIGIT bcd NUMBER INTO HEXADECIMAL


The BCD value for the decimal number 82 is?

11010010