wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

GCSE J277 - Computational Thinking Keyword Quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

The process of factoring out unnecessary details and only focusing on important ones

(a)  

2.

Taking a complex problem or system is broken down into parts that are easier to solve

(a)  

3.

Thinking logically about the steps that are needed to solve a problem and the order in which they need to be applied

(a)  

4.

Searching algorithm that continuously splits the data set by searching the middle value

(a)  

5.

Searching algorithm that searches every value from the first to the last until a certain one is found

(a)  

6.

Sorting algorithm that repeatedly compares and swasp each pair of values in a list

(a)  

7.

Sorting algorithm that moves data items from an 'unsorted' part to a 'sorted' part of a data structure

(a)  

8.

Sorting algorithm that repeatedly divides a list in half, sorts each half and combines the two back into a single list

(a)  

9.

A method used to manually work out what variable values should be throughout the code

(a)  

10.

A graphical breakdown of the different parts of a system

(a)