answersLogoWhite

0


Best Answer

1111 + 0001 + 1000 + 0100 = 11100

Remember that in binary, 1 + 1 = 10 (0 carry 1) and 1 + 1 + 1 = 11 (1 carry 1).

User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the sum of 1111 plus 0001 plus 1000 plus 0100 using binary addition?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Algebra
Related questions

What is the binary number of alphabet A?

For Capital A, 0100 0001. For Lowercase A, 0110 0001.


How do you convert 14 into binary?

00010100 Like: 1 = 0001 4 = 0100


How do you spell cutie in binary code?

The Alphabet in Binary CodeLetterBinary CodeA01000001B01000010C01000011D01000100E01000101F01000110G01000111H01001000I01001001J01001010K01001011L01001100M01001101N01001110O01001111P01010000Q01010001R01010010S01010011T01010100U01010101V01010110W01010111X01011000Y01011001Z01011010LetterBinary Codea01100001b01100010c01100011d01100100e01100101f01100110g01100111h01101000i01101001j01101010k01101011l01101100m01101101n01101110o01101111p01110000q01110001r01110010s01110011t01110100u01110101v01110110w01110111x01111000y01111001z01111010


Can u Find a password from binary numbers 1111 0011 1001 0000 0010 0100 0000 1111 0110 1100 0111 0111 0111 1001 0101 0111 0111 1110 0100 1100 0111 1100 1001 0100 0000 0010 1011 0011 1110 0001 11100101?

1539026015


What is a quasi decimal system?

A 0, 1 system using: 5, 2, 1', 1 instead of 8, 4, 2, 1 to count binary numbers. Example: 0000 0001 0010 0101 0100 0101 1001 1100 1101 1111


How do you convert hexadecimal 542 to binary?

Write each hexadecimal digit straight into binary: 5 = 0101 4 = 0100 2 = 0010 So 0x542 = 0101 0100 0010 = 10101000010 (without the spaces). Hex digit to binary conversion: 0 = 0000, 1 = 0001, 2 = 0010, 3 = 0011 4 = 0100, 5 = 0101, 6 = 0110, 7 = 0111 8 = 1000, 9 = 1001, a = 1010, b = 1011 c = 1100, d = 1101, e = 1110, f = 1111


What is 52 in binary digits?

0011 0100


What is the binary digit of 52?

0011 0100


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!


Ascii code of have a nice day?

100 1000 100 0001 101 0110 100 0101 100 0001 100 1110 100 1001 100 0011 100 0101 100 0100 100 0001 101 1001---------Binary Representation. 110 101 126 105 101 116 111 103 105 104 101 131.------Octal


What is excess-3code?

Add the binary equivalent of 3 (0011) to each digit of the number in binary format. Ex: 1. Excess-3 of 6 is 0110(6) + 0011(3)= 1001(9) 2. Excess-3 of 12 is 0001 0010 + 0011 0011 = 0100 0101 (45)


Adding numbers from 0 to 5 in assembly language?

0000 0001 0010 0011 0100 0101