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
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.