Edexcel GCSE Computer Science Topic 1 Computational thinking overview quiz quiz
13questions. Pick an answer and you'll see why right away.
What is decomposition?
What does abstraction involve?
Which is a benefit of using subprograms?
What does the MOD operator return?
Which type of loop repeats a known, fixed number of times?
A program runs but always outputs the wrong total. What type of error is this?
Which error stops a program being translated at all?
What condition must hold before a binary search can be used?
How does a bubble sort work?
Which sorting algorithm is generally faster on large lists but uses more memory?
Which logical operator gives 1 only when both inputs are 1?
How many rows does a truth table with three inputs have?
In a trace table, when do you write a new value for a variable?