Skip to content

Course home

Data types

Data types

Easy
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
Question 9

An algorithm is shown in Figure 1.

Figure 1

1  voltages ← [4.82, 5.01, 5.15, 4.90]
2  isSafe ← True
3  FOR EACH v IN voltages
4      IF v > 5.10 THEN
5          isSafe ← False
6      ENDIF
7  ENDFOR

State the data type of the variable isSafe in the algorithm shown in Figure 1.

[1]
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