Question Constellation Sign up for free

AQA · GCSE · Computer Science · Higher

Adding binary numbers

Q03.0 2 marks
0000101010011010+0011000100001010 10011010 + 00110001

Add together the following three binary numbers and give your answer in binary.

Write your answer first. You can study the marking guidance whenever you need it.

Study the marking See what earns credit and compare it with a full-mark answer.

Marking points

  1. 1 The answer begins with the credited binary part 11010.
  2. 2 The answer ends with the credited binary part 101.

Full-mark answer

11010101

Why this answer loses marks

I added each binary column but ignored the carries.

Overflow from a binary column must carry into the next column or later parts of the sum will be wrong.