You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
This lesson brings together everything you have learned about algorithms and data structures, with exam-style questions, worked examples, and key tips for maximising your marks in the GCSE Computer Science exam.
In both AQA and OCR GCSE Computer Science exams, the algorithms topic typically appears in:
Question: Complete the trace table for the following algorithm.
a = 1
b = 1
OUTPUT a
OUTPUT b
FOR i = 1 TO 5
c = a + b
OUTPUT c
a = b
b = c
NEXT i
Answer:
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.