AS & A Level Computer Science (9618) — October–November 2023, Paper 43
3 questions · every question answerable online with instant point-by-point AI marking against the official mark scheme.
Start with Question 1 →Question 1 · 16 marks · Algorithm design and problem-solving - iteration and string handling
Write program code for the function IterativeVowels(). Save your program as Question1N23. Copy and paste the program code into part 1(a)(i) in the evidence document.
Answer this question and get it marked →Question 2 · 29 marks · Data structures - queues (arrays and pointers)
Write program code to declare: - Queue — a global array with space to store 50 IDs of type string - HeadPointer — a global variable to point to the first element in the queue,…
Answer this question and get it marked →Question 3 · 30 marks · Object-oriented programming - classes and constructors
Write program code to declare the class Character and its constructor. Do not declare the other methods. Use your programming language's appropriate constructor. If you are…
Answer this question and get it marked →