7Easy
0/1

Select the option which shows the data type of the variable is_elite in the algorithm below.

1      threshold ← 85.5
2      score ← USERINPUT
3      is_elite ← (score >= threshold)
4      IF is_elite THEN
5          rank ← 'Gold'
6      ELSE
7          rank ← 'Silver'
8      ENDIF

Integer

Real

Boolean

String

Data types Questions

Practise AQA GCSE Computer Science Data types with exam-style questions for GCSE Computer Science. 50 questions, matched to the AQA GCSE Computer Science (8525) specification and written in Paper 1 and Paper 2 style. Every question includes a full worked solution and mark scheme, so you can see where marks are awarded rather than just whether you got the answer right.

PreviousNext

Data types Questions

  1. GCSE
  2. /Computer Science
  3. /Data types