answersLogoWhite

0


Best Answer

I want answer bcd

This in (a) 12 b() 13 (c)14 (d)15

User Avatar

Sanjay kumar sharma

Lvl 2
2y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

0010100

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: The 2's complement of the binary number 1101100 in BCD is?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between binary codes and bcd codes?

In BCD each digit of a decimal number is coded as a separate 4 bit binary number between 0 and 9.For example:Decimal 12 in BCD is shown as 0001 0010 (Binary 1 and Binary 2), in Binary it is 1100.


Show the number 47 in BCD and ACSII?

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


Why is BCD used in computers?

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


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!


How do you convert binary number to bcd number on paper?

Example Binary 00111000 Convert to Decimal 56 Convert to BCD by using groups of four binary numbers for each digit 5 6 0101 0110


Why is BCD code called a weighted code?

A: A Binary code represent a binary number 0.1.2.4.8. etc. that is why it is called a weighted number


Write an alp to convert a 2 bit number from BCD to binary?

All possible 2-bit numbers ... 0, 1, 2, and 3 ... are the same in BCD and binary. No conversion is required.


Why in bcd to excess 3 conversion binary valus are taken up to 9 only?

because 9 is a lucky number for bcd..............ha ha ha


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


What is the difference between a BCD to decimal decoder and a BCD to 7-segment decoder?

A: A BCD code must be decoded to provide a seven digit output to the 7 bars display that is the only way to see the binary number visually.


How do you make BCD binary up down counter with a 4-bit adder and a register?

I wants to know the advantages of 4 Bit BCD/Binary UP/DOWN


What is the Binary equivalent of the gray code 11100?

0101 0011 (2) = 53 (16) which in BCD means 53