Find the pattern rule and calculate the missing number :
2
15
Find the pattern rule and calculate the missing number:
29
15
What is the missing shape?
B
15
When solving a big problem, what is the main purpose of decomposition?
To break it into smaller, easier parts that can be solved step by step.
15
Why do programmers use abstraction when writing code?
To break problems into smaller parts
To test every single step manually
To make the code look longer and more detailed
To hide unnecessary details and focus only the important
15
Which real-life example best shows decomposition?
Ignoring difficult steps in a process
Using a washing machine without knowing how it works
Dividing a project into research, writing, and presentation
Memorizing the whole textbook at once
15
Which real-life example best shows abstraction?
Building a robot from scratch
Fixing a car engine by yourself
Using a steering wheel without thinking about the engine
Understanding every wire inside your phone
15
When you predict what color will come next in a traffic light (red → yellow → green → …), which computational thinking skill are you using?
Generalization
Decomposition
Abstraction
Pattern Recognition
15
When you plan to build a robot by dividing the work into smaller tasks — like sensors, movement, and coding — which computational thinking skill are you using?
Abstraction
Decomposition
Pattern Recognition
Algorthims
15
A student analyzes several math problems and notices they all follow a similar process to find the solution. Which computational thinking skill is the student applying?
Automation
Decomposition
Pattern Recognition
15
You are creating a robot that sorts colored balls and placing it in the right box. Then, the robot repeats the same motion .. Which two computational thinking skills did you use in this task?