answersLogoWhite

0


Best Answer

You have an adder circuit that can hold a maximum value of 100. With the carry it can hold values up to 199, the carry distinguishes between 31 and 131. But if the sum is greater than 199, you have overflow, because the circuit has no way of telling you what the actual value is.

[edit]


you have an overflow when the size of the result doesn't fit to the capacity of the memory sign of the result is different from what is expected (for example, getting a negative result when adding 2 positive numbers) The carry out occur when the size of the result doesn't fit to the capacity of the memory, yet its sign is correct.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the Difference between overflow and carry binary addition?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is difference between binary tree?

fish!


Is there a difference between binary fusion and cell division?

Yes


What is the difference between binary heap and binomial heap?

The difference between Binomial heap and binary heap is Binary heap is a single heap with max heap or min heap property and Binomial heap is a collection of binary heap structures(also called forest of trees).


Difference between a well and flat slide?

it is called a binary fission


What is the difference between binary and general semaphores?

the differents is the bathroom time


What is the difference between unary and binary?

In programming a unary and binary operator defines how many components make up an expression.


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.


What is the difference between a spectroscopic binary star and visual binary star?

You can see both visual binary stars with a telescope while spectroscopic binary stars appear as one star through a telescope.


Definition of addition and subtraction of binary?

definiton of addition and subtraction


Difference between binary data and digital data?

only difference is that binary is only consists of 0 and 1 bits,where as digital means it may either contain binary bits (0,1), or contain the numeric digit (0-9), mainely digital means just the number between 0 to 9


Why sustraction operation is not used in arthimatic logic unit?

Subtraction in binary can be implemented by adding the 1's complement, and ignoring the overflow flag. Thus there is no need for a separate subtraction function if addition and 1's complement are available.


What is difference between binary file and Excel file?

When referring to Excel 2007, there are two file types you can use when you save a file, XML and binary. If you save the file as binary, then there is no difference between the two. If you save the file as XML, then the XML file contains XML formatting data (explanation beyond the scope of this question) and the binary file is formatted for computers to read directly.