10Easy
0/1

Identify the data type of the variable rate_multiplier in the algorithm shown below.

1      trade_volume ← USERINPUT
2      IF trade_volume > 5000 THEN
3          discount_applied ← TRUE
4          rate_multiplier ← 0.0015
5      ELSE
6          discount_applied ← FALSE
7          rate_multiplier ← 0.0025
8      ENDIF

Integer\text{Integer}Integer

Boolean\text{Boolean}Boolean

Real\text{Real}Real

String\text{String}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