wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Introduction and Starter

Total questions: 30

Worksheet time: 15mins

Name
Class
Date
1.

Which statement best describes computational thinking for students solving problems?

a)

Only tasks computers automatically perform

b)

A way to guess answers without evidence

c)

A range of skills used to solve problems

d)

A single step followed without thinking

2.

In class, you play '2 Truths and a Lie' about computational thinking. Which option is the lie?

a)

Computational thinking helps in other subject areas

b)

Computational thinking supports real-life problem solving

c)

Computational thinking is something computers do

d)

Computational thinking uses skills to solve problems

3.

You need to use patterns to plan a simple, real-life solution. What is the best first step?

a)

Copy a random solution from the internet

b)

Identify repeated ideas or steps in the task

c)

Ignore similarities and treat each case differently

d)

Jump straight to coding without planning

4.

Which phrase best describes computational thinking?

a)

A language used for programming

b)

A way to store computer files

c)

A set of skills to solve problems

d)

A rule for using school devices

5.

Which is NOT one of the four cornerstones of computational thinking?

a)

Data Encryption

b)

Pattern Recognition

c)

Abstraction

d)

Decomposition

6.

What does decomposition involve when solving a problem?

a)

Taking ideas and problems apart

b)

Guessing the final solution first

c)

Ignoring small parts of the task

d)

Combining all steps into one

7.

Abstraction helps you focus on what by hiding extra details?

a)

What’s important in the problem

b)

The most colorful parts

c)

The longest list of steps

d)

Random examples and stories

8.

Pattern recognition is mainly about what action?

a)

Testing hardware components

b)

Counting every single item

c)

Writing long code instructions

d)

Looking for similarities or trends

9.

Algorithmic design is used to create what?

a)

Clear step-by-step instructions

b)

A random choice generator

c)

A decorated flowchart image

d)

A compressed data backup

10.

Why are the four cornerstones compared to a table’s legs?

a)

Each one is essential for stability

b)

They are made of the same material

c)

They are all exactly identical

d)

They are used only for decoration

11.

You need to plan a class trip. Which cornerstone should you use to write the exact sequence of actions like ‘get permission, book bus, pack snacks’?

a)

Decomposition

b)

Algorithmic design

c)

Pattern recognition

d)

Abstraction

12.

Which statement best describes pattern recognition in problem solving?

a)

Guessing solutions without looking for trends

b)

Noticing repeated elements to simplify tasks

c)

Memorizing every detail without grouping

d)

Ignoring repetition and checking randomly

13.

You are practising pattern recognition when you:

a)

Solve problems by trial and error only

b)

Change results of experiments to fit ideas

c)

Avoid using spelling rules in writing

d)

Create or use number sequences in tasks

14.

On an analogue clock, what minutes does the number 4 represent using the 5-minute pattern?

a)

10 minutes past the hour

b)

25 minutes past the hour

c)

15 minutes past the hour

d)

20 minutes past the hour

15.

If the minute hand moves from the 2 to the 6, how many minutes have passed?

a)

20 minutes have passed

b)

30 minutes have passed

c)

15 minutes have passed

d)

25 minutes have passed

16.

A song’s chorus repeats several times. How does this help listeners?

a)

Removes structure and order from the song

b)

Makes the melody unpredictable each time

c)

Creates a memorable pattern in the music

d)

Prevents any rhythm from forming

17.

Look at a tiled artwork with shapes repeating in rows. What feature shows pattern recognition?

a)

Ignoring any repetition in the design

b)

Changing tiles randomly to be unique

c)

Only naming the colors without order

d)

Identifying the repeating shapes and spacing

18.

Which everyday task best uses patterns to improve efficiency?

a)

Counting minutes on a clock one by one

b)

Using spelling rules to edit writing quickly

c)

Reading each word with no rules applied

d)

Measuring randomly in a science experiment

19.

Why do the numbers around the clock help you find minutes quickly?

a)

They change by random amounts each step

b)

They mark hours only without minutes

c)

They decrease by three each step around

d)

They increase by five each step around

20.

In computational thinking, which term describes a repeatable structure you can find and use to solve problems?

a)

Algorithmic procedure used in fixed steps

b)

Pattern you recognize and apply again

c)

Debugging method to remove program errors

d)

Experiment design to test scientific ideas

21.

Which pair of DNA bases correctly follow the common pairing rule used in pattern completion tasks?

a)

G pairs with T

b)

A pairs with T

c)

C pairs with T

d)

A pairs with G

22.

A substitution cipher replaces each letter with another. What is the essential step to decode a message?

a)

Change each vowel to the next consonant

b)

Memorize the entire alphabet backward

c)

Use the same key to reverse the mapping

d)

Guess words using common letter frequency

23.

Which example best shows an algorithm?

a)

A list of your favorite snacks

b)

A step-by-step recipe for a sandwich

c)

A picture of a finished birthday cake

d)

A random guess to solve a puzzle

24.

When preparing for an exam using computational thinking, which approach uses patterns effectively?

a)

Avoid practice and rest the whole week

b)

Repeat problem types you struggled with

c)

Read chapters in any order quickly

d)

Study only topics you already know well

25.

Given the DNA strand A T G C T C A, what is the correct complementary strand using pairing rules?

a)

G C A T A T G

b)

T A C G A G T

c)

C G T A G T C

d)

A T G C T C A

26.

In a simple shift cipher where A→C, B→D, C→E, how does you decode the letter E?

a)

Shift backward one letter to D

b)

Shift backward two letters to C

c)

Shift forward two letters to G

d)

Shift forward one letter to F

27.

You need to plan steps to buy a new car. Which first action shows good algorithmic planning?

a)

Pick the car color immediately

b)

List requirements and set a budget

c)

Test-drive random cars for fun

d)

Sign a contract without research

28.

What is computational thinking?

a)

Giving instructions to a computer

b)

Thinking like a computer in binary

c)

Using techniques to solve problems

29.

Why do we need to think computationally?

a)

To think exactly like a computer

b)

To help us program

c)

To solve complex problems more easily

30.

Which is NOT a computational thinking technique?

a)

Coding

b)

Decomposition

c)

Pattern recognition