Daily Practice - GCSE Computer Science
Systems, data representation, networks, algorithms and programming.
22nd June 2024
- 1Data Representation: Images, Sound and Compression
An image uses a colour depth of 2 bits per pixel. Calculate the maximum number of different colours it can represent.
- 2Programming Practice: Writing and Refining Programs
A function is defined as: FUNCTION addTax(price) RETURN price x 1.2 ENDFUNCTION. Another line of code runs: total <- addTax(20) + addTax(30). Trace both function calls and state the final value of total.
- 3SQL and Data Handling
Give one advantage of a relational database over a flat-file database.
- 4Trace Tables and Binary/Hex Conversions
Convert the denary number 200 to hexadecimal, showing your working.
- 5Systems Architecture
Two CPUs are compared for a task optimised for multiple cores: CPU A has 2 cores at 4.2 GHz; CPU B has 6 cores at 3.0 GHz. Explain which CPU is likely to perform better for this task.
You are looking at an earlier sheet. Today's sheet is the one that adds a day.
Your run is kept in this browser only, and there is no account.
Recent GCSE Computer Science sheets
Every sheet is deterministic: the same date always regenerates the same five questions. All of June 2024, including the monthly compilation PDF.