I need help with the following question, my try is at the bottom:
Question : Using Binary Code Decimal 8-4-2-1 representation, calculate 6789 + 7156 - 365
My Answer : 1101010000101 + 1101111110100 = 11010100001100
please help me thanks
I need help with the following question, my try is at the bottom:
Question : Using Binary Code Decimal 8-4-2-1 representation, calculate 6789 + 7156 - 365
My Answer : 1101010000101 + 1101111110100 = 11010100001100
please help me thanks
BCD says you take each decimal digit and represent it with four binary bits, so $6789_{10}=0110,0111,1000,1001$ BCD, where I used commas to separate the decimal digits. You add just like decimal, carries and all. You may want to delete the leading $0$