Tutor HuntTest QuestionsComputing QuestionsYear 10 Computing Questions

 

Data Representation - Twos Compliment (GCSE Computing)

The following is a GCSE Computing test covering 'Data Representation - Twos Compliment'
Incorrect: 0
Correct: 0
Question 1
...
Congratulations - you have completed the test!
Your final score was

Below a typical questions that will be covered in this test. You final score will be logged on your account

For n-bit two`s complement numbers, what is the representable range?
Does adding 01000000 and 01000000 in 8-bit two`s complement cause overflow?
Which decimal number cannot be represented in 8-bit two`s complement?
What is the 8-bit two`s complement representation of decimal -1?
What decimal value does 8-bit two`s complement 01111110 represent?
Which 8-bit two`s complement binary represents zero?
What is the 8-bit two`s complement result of 01010101 + 11001101?
What is the 8-bit two`s complement representation of decimal -45?
To convert a negative two`s complement binary number to its positive magnitude, you should:
How can overflow be detected when adding two`s complement numbers?
What is the decimal value of the 8-bit two`s complement number 11101100?