Game Preview

Computational Thinking

  •  English    15     Public
    let's test our Computational Thinking skills
  •   Study   Slideshow
  • What does pattern recognition mean in computational thinking?
    It means noticing what repeats or stays consistent.
  •  15
  • Look at the pattern: 3, 6, 12, 24, 48, ? What rule do you notice, and what comes next?
    96
  •  15
  • Each shape is made of white and shaded squares and equals a number. Can you find the rule and calculate the missing value for the last shape?
    14
  •  15
  • 🧩 Look carefully at the 3D trailer made of cubes. From the side, top, and back views, you can see how the cubes are arranged. 👉 How many cubes are there in total?
    51 cubes
  •  15
  • 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?
    Decomposition and Pattern Recognition
  •  15