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
50 exam-style questions on AQA GCSE Computer Science Data types. Each one has a worked solution and a mark scheme showing where the marks go.