IGCSE Computer Science (0984) — May–June 2025, Paper 22
9 questions · every question answerable online with instant point-by-point AI marking against the official mark scheme.
Start with Question 1 →Tick (✓) one box to complete the description of abstraction. Abstraction is part of the analysis stage of the development life cycle. Abstraction means A testing the solution to…
Answer this question and get it marked →A fence measuring 2 metres in height and 20 metres in length needs painting. The area of the fence needs to be calculated so that enough paint for the job is purchased. After the…
Answer this question and get it marked →A range check is used to validate that the input temperature is an integer between −100 and 0, inclusive. Suggest suitable normal, abnormal, extreme and boundary test data to test…
Answer this question and get it marked →State one reason for using a verification check when inputting data.
Answer this question and get it marked →This pseudocode algorithm should allow 500 names of people and their heights to be entered and stored in two one-dimensional (1D) arrays. The name of a person and the height of…
Answer this question and get it marked →The pseudocode algorithm is given in the shared stimulus. Complete the trace table for the algorithm, using the input data: 2, RACECAR, TREAT The trace table has columns: Number,…
Answer this question and get it marked →The flowchart shows an algorithm that is used to input 50 numbers. Each number is stored in the variable Value when it is input. Any number input that is less than or equal to −20…
Answer this question and get it marked →Draw the symbol for an XOR logic gate and complete the truth table for it. XOR logic gate symbol: (draw in box) Truth table: A B X --- --- --- 0 0 0 1 1 0 1 1
Answer this question and get it marked →A database table, CapitalCity, stores data about capital cities from around the world (see shared stimulus for fields and descriptions). Complete the table by writing one…
Answer this question and get it marked →