12Easy
0/1

A digital library system uses integers to record the total number of books borrowed each year. This value can never be negative.

Identify the reason why unsigned integers should be used to store this count rather than signed integers.

Unsigned integers are more accurate

Unsigned integers cannot cause overflow errors

Unsigned integers can represent larger positive values for the same number of bits

Unsigned integers do not require a parity bit

Binary Questions

Practise Edexcel GCSE Computer Science Binary with exam-style questions for GCSE Computer Science. 100 questions covering Binary representation and number of states, Unsigned and two's complement integers, Converting denary and 8-bit binary, Binary addition and binary shifts, Concept of overflow, and Hexadecimal notation and conversion, matched to the Edexcel GCSE Computer Science (1CP2) specification and written in Paper 1 and Paper 2 style. Every question includes a full worked solution and mark scheme, so you can see where marks are awarded rather than just whether you got the answer right.

PreviousNext

Binary Questions

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