Skip to content

Course home

Relational operations in a programming language

Relational operations in a programming language

Easy
1234567891011
Question 6

An algorithm is shown below:

1  total ← 0
2  WHILE total < 50 DO
3      num ← USERINPUT
4      total ← total + num
5  ENDWHILE

Which line number contains a relational operator?

A

Line 1

B

Line 2

C

Line 3

D

Line 4

Markscheme

Relational operations in a programming language Questions

  1. GCSE
  2. /Computer Science
  3. /Relational operations in a programming language

11 exam-style questions on AQA GCSE Computer Science Relational operations in a programming language. Each one has a worked solution and a mark scheme showing where the marks go.

Question bank