Edexcel GCSE Computer Science

3.1.2: understand how computers represent and manipulate numbers (unsigned integers, signed integers (sign and magnitude, two's complement))

Keywords:
Data
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
integera whole number (e.g. -5)
LSBthe bit on the right that is worth 1.
Magnitudethe size of a number, regardless of whether it is positive or negative
MSBthe bit on the left that is worth the most or indicates the sign of a negative number
Signwhether a number is positive or negative
Sign and magnitudea method of representing positive or negative numbers using binary data. Doesn't work for binary addition and has two values for zero.
signeda number that can be positive or negative
Two's complementa method of representing positive or negative numbers using binary data. Works for binary addition and only has one value for zero.
unsigneda number that can only ever be positive
Unsigned integera method of representing positive whole numbers using binary data. Start with a bit worth one on the right then double the value of each bit as you move to the left
Keyword games:
Resources: