Skip to content

Course home

Data types

Data types

Easy
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
Question 45

The subroutine in Figure 1 uses the values True and False. The variable status_code can store the values -1, 0 or 5.

State the most appropriate data type for each of these sets of values.

ValuesData type
True, False
-1, 0, 5

Figure 1

SUBROUTINE ProcessStatus(status_code)
  IF status_code > 0 THEN
    RETURN True
  ELSE
    RETURN False
  ENDIF
ENDSUBROUTINE
[2]
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