answersLogoWhite

0


Best Answer

10101012

01010102

By adding these number (And aligning with zeroes if you want), you will get exactly 11111112. To calculate this number in base ten, you need to add those digits times 2 to the power of the the order of number counting from the right. That is, for example, 1010101 is 128+32+4+1 = 165. 101010 is 64+16+8+2 = 90. So the decimal result of this question is 165+90=255. (Or, in this case, you can take it as 10000000 - 1 = 256 - 1 = 255.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the sum of 1010101 101010 using binary addition?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is commutative property of addition using decimal numbers?

The commutative property of addition applies to all real and complex numbers. It has nothing whatsoever to do with the form in which the number is represented: decimal, binary, etc.


Why you are using binary integer representation?

I am not!


Can you get 24 as an answer using 24 16 16 and 13 one time each with multiplication division addition and subtraction?

No - it is not possible. There are four binary operations (*, /, +, -). A binary operations involves two inputs and one output. So each time you use a binary operation on a set of numbers you reduce the size of the set by one. Therefore, with four numbers, you can only use three binary operations. Using only three operations, it is trivially simple: 24 + (16 - 16)*13


What is the sum of 1111 plus 0001 plus 1000 plus 0100 using binary addition?

1111 + 0001 + 1000 + 0100 = 11100 Remember that in binary, 1 + 1 = 10 (0 carry 1) and 1 + 1 + 1 = 11 (1 carry 1).


Code for binary trees written in C using graphics?

cg code for binary tree


Using only one straight line can you turn this 101010 into nine fifty?

The straight line is added to the second 1 which changed it to a "t", making it 10 to 10 (9:50).


Signed binary multiplier?

Binary multiplier is taking numbers and using multiplication and division. This is used in math.


If a computer knows only one operation which is addition how does it perform subtraction?

Assuming the computer could operate addition of negative values the solution would be to add the additive inverse. For example, instead of subtracting 5 - 4 = 1, you would end the addition problem 5 + (-4) = 1. Note that in the second case the "-" was not a subtraction sign but rather a negative sign. In algebraic terms: If x - y = c then x + (-y) = c.


How do you write a c program to convert binary to decimal by using while statement?

write a c++ program to convert binary number to decimal number by using while statement


A way of counting using the numbers 0 and 1?

Ithink it's called binary Ithink it's called binary


Would you give me a sentence using the word binary fission?

Binary Fission is a simple cell division how bacteria reproduce.


Define adder subtractor?

A subtractor can be designed using the same aproach as that of an adder ,subtractor are usually implemented within a binary adder for only a small cost when using the standard two's complement notation,by providing an addition/subtraction sector to the carry in and invert the second operand. A subtractor using of diffrencate bits.