Skip to content

Course home

Data types

Data types

Easy
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
Question 10

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
A

Integer\text{Integer}Integer

B

Boolean\text{Boolean}Boolean

C

Real\text{Real}Real

D

String\text{String}String

Markscheme

Data types Questions

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

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.

Question bank