Skip to content
MathsGenie logo
Open app

Course home

  1. IGCSE
  2. Computer Science Edexcel
  3. Question bank

Binary

EasyMedium
123456789101112131415161718192021222324252627282930
Question 10

Negating a signed integer means changing its sign from positive to negative, or negative to positive while maintaining its absolute value.

For example, the negation of +25 is -25, and the negation of -42 is +42.

Here is the binary bit pattern for a signed integer in 8-bit two's complement representation.

1101 1010

Convert this binary pattern to its negation in 8-bit two's complement format.

[2]

Binary Questions

  1. IGCSE
  2. /Computer Science
  3. /Binary