AS & A Level Computer Science (9618) — May–June 2024, Paper 41
3 questions · every question answerable online with instant point-by-point AI marking against the official mark scheme.
Start with Question 1 →Question 1 · 27 marks · Programming - array and variable declaration
A program needs to take integer numbers as input, sort the numbers and then search for a specific number. The integer numbers will be stored in the global 1D array, DataStored,…
Answer this question and get it marked →Question 2 · 31 marks · OOP - class declaration and constructor
A computer program will store data about trees. The user can enter their requirements for a tree and a suitable tree will be selected. The program is written using object-oriented…
Answer this question and get it marked →Question 3 · 17 marks · Algorithms and data structures - linear queue initialisation
A program reads data from the user and stores the data that is valid in a linear queue. The queue is stored as a global 1D array, QueueData, of string values. The array needs…
Answer this question and get it marked →