Skip to content
MathsGenie logo
Open app

Course home

  1. GCSE
  2. Computer Science AQA
  3. Question bank

Programming concepts

EasyMediumHard
123456789101112131415161718192021222324252627282930313233343536373839
Question 31

Select one option that shows the line number where assignment is first used in the algorithm in Figure 1.

Figure 1

1  OUTPUT "Enter your marks:"
2  score ← USERINPUT
3  IF score > 80 THEN
4      grade ← "A"
5  ELSE
6      grade ← "B"
7  ENDIF

Line 1

Line 2

Line 3

Line 4

Programming concepts Questions

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