Skip to content

Course home

Programming fundamentals

Programming fundamentals

EasyMediumHard
123456789101112131415161718192021222324
Question 7

Read the following pseudocode algorithm:

01  value = 2
02  repeat
03    print(value)
04    value = value + 2
05  until value == 8
06  print("End")

Complete the following trace table for the given algorithm.

Line numbervalueOutput
[3]
Markscheme

Programming fundamentals Questions

  1. GCSE
  2. /Computer Science
  3. /Programming fundamentals

95 exam-style questions on OCR GCSE Computer Science Programming fundamentals. Each one has a worked solution and a mark scheme showing where the marks go.

Question bank