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 hide unnecessary details and focus only the important
To test every single step manually
To make the code look longer and more detailed
To break problems into smaller parts
15
Which real-life example best shows decomposition?
Ignoring difficult steps in a process
Memorizing the whole textbook at once
Dividing a project into research, writing, and presentation
Using a washing machine without knowing how it works
15
Which real-life example best shows abstraction?
Building a robot from scratch
Using a steering wheel without thinking about the engine
Fixing a car engine by yourself
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?
Abstraction
Decomposition
Pattern Recognition
Generalization
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
Pattern Recognition
Algorthims
Decomposition
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?
Pattern Recognition
Decomposition
Automation
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?