Computer Science 9608: Programming Topical Past Paper Questions
Cambridge AS & A Level Computer Science (9608) past-paper questions on Programming, free. This topic is regularly examined across 12 exam sessions. Sign in for the full topic-segregated question bank and AI worksheets.
Sample questions
Xiaoming created the following logo using bitmapped graphics software. (a) Describe how one typical feature of bitmapped graphics software was used to create the logo. [2] (b) The finished logo is 160 pixels wide and 160 pixels high. The image has a colour depth of 3 bytes per pi…
Willow is creating a website. One of the web pages includes the following JavaScript code and HTML tags. 01 02 03 04 05 06 Submit 07 08 09 10 val1 = Math.floor((Math.random() * 10) + 1); 11 val2 = Math.floor((Math.random() * 10) + 1); 12 document.getElementById("displayQuestion")…
A web page includes the following PHP and HTML code. 01 06 07 Enter Age: 08 09 11 12 30) $message = "You are too old"; 17 else $message = "Allowed"; 18 return $message; 19 } 20 ?> (a) Name two identifiers used in the PHP code. 2 .....[2] (b) Write the value assigned to $message i…
Sign in required
Full Programming question set, mark schemes and AI worksheets
Log in for the full topic-segregated question set, mark schemes, and AI worksheets built from every Computer Science past paper. New accounts start with 25 free credits.
Explore all Computer Science topics
All Computer Science topics