Calculate -3 + 3 using Two's Complement and the Sign and Magnitude Method. Which works correctly?

Using the Two's complement notation of -3 and 3 (11111101 and 00000011), binary addition will return 100000000 which has an overflow error, so the 9th bit is ignored giving a value of 00000000 which is equal to 0. We know this is correct since it matches the true value of -3 + 3. Using the sign and magnitude nation of -3 and 3 (10000011 and 00000011), binary addition will return 10000110 which is equal to 134. Clearly this isn't correct and we can see that Sign and Magnitude method doesn't work with binary arithmetic. Informative poster: https://drive.google.com/open?id=1cDdWKai0_t8wjGrcmaI8pjDV2aBnd0Qn

Answered by Mark J. Computing tutor

2460 Views

See similar Computing A Level tutors

Related Computing A Level answers

All answers ▸

Given an ordered array of integers "V" and a integer "Sum", write a function that would return "true" if it finds two numbers in V that add up to Sum, and "false" otherwise.


The numbers 6B and 12 are displayed in hexadecimal form. Convert them into binary form and perform binary addition to find the sum. Convert your answer back into hexadecimal. Show your workings.


What are firewalls? Explain and discuss three methods they employ to secure a network. [8]


Given a graph with n nodes and m edges, every edge has a passing cost that can be negative, find the minimum distance between node 1 and every other node


We're here to help

contact us iconContact usWhatsapp logoMessage us on Whatsapptelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo
Cookie Preferences