Deprecated: Implicit conversion from float-string "1619869609.926" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1619869609.926" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1619869609.926" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1619869609.926" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1619869609.926" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 594

Deprecated: Implicit conversion from float-string "1703749677.541" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1703749677.541" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1703749677.541" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1703749677.541" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1703749677.541" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 594
Digital Logic: GATE Overflow | Digital Logic | Test 1 | Question: 15
432 views

1 Answer

3 votes
3 votes
Overflow cannot occur when number under addition are of opposite sign

Here one number is +ve and another is -ve

Now we perform 2's compliment arithmetic

 1101 + 0100 == 10001 discard carry as in 2's compliment rule

Final answer 0001 no overflow
Answer:

Related questions

296
views
2 answers
0 votes
Bikram asked Sep 20, 2016
296 views
Zero has only one representation inSign magnitude1's complement2's complementBoth 1's complement and 2's complement
392
views
1 answers
3 votes
Bikram asked Sep 20, 2016
392 views
The number 3 in 2’s complement representation is00000011111111011111110001111100
500
views
1 answers
0 votes
Bikram asked Sep 20, 2016
500 views
Determine the Radix $r$$$(BEE)_r = (2699)_{10}$$
301
views
1 answers
0 votes
Bikram asked Sep 20, 2016
301 views
The conversion $(E7C.B)_{16}$ to octal is equal to$( 8483.9)_8$$(6894.4)_8$$(8124.5)_8$$(7174.54)_8$