I heard CBSE is going to start computational thinking.
Computational Thinking (CBSE) as a simple way to solve problems like a computer scientist—even without coding.
When I asked my favorite AI what this means ,it said the following:
CBSE usually teaches 4 main pillars:
1) Abstract Thinking (Abstraction)
Meaning:
Focus only on important information and ignore unnecessary details.
Simple example:
If you are going to school, you don’t need to know:
- color of every building on the road
You only need: - route, traffic, time, bus number
In computer terms:
A map is abstraction of a real city.
It removes unnecessary things and keeps only useful ones.
CBSE example:
When you make a flowchart, you don’t write every detail of life.
You write only major steps.
✅ Abstraction = filtering the useful information
2) Pattern Recognition
Meaning:
Finding similarities or repeated things in a problem.
Simple example:
If you observe:
- Monday: you feel sleepy
- Tuesday: you feel sleepy
- Wednesday: you feel sleepy
You recognize a pattern:
➡️ “I feel sleepy every weekday morning.”
In computer terms:
If something repeats, we can use:
- loops
- formulas
- shortcuts
CBSE example:
Multiplication table is pattern recognition: 2×1, 2×2, 2×3…
You see repetition.
✅ Pattern Recognition = finding repetition and similarity
3) Decomposition
Meaning:
Breaking a big problem into smaller, easier parts.
Simple example:
“Organize a birthday party” is big.
So you break it into:
- invite guests
- arrange food
- decoration
- cake
- music
Now it becomes manageable.
CBSE example:
To make a school project presentation:
- gather info
- write content
- make slides
- rehearse
✅ Decomposition = divide and solve
4) Algorithmic Thinking
Meaning:
Creating a step-by-step solution that is clear and correct.
Simple example:
To make tea:
- Boil water
- Add tea leaves
- Add sugar
- Add milk
- Boil
- Pour and serve
This is an algorithm.
In computer terms:
An algorithm must be:
- clear
- ordered
- finite (must end)
CBSE example:
Writing steps to calculate percentage:
- Add total marks
- Divide obtained marks by total marks
- Multiply by 100
✅ Algorithmic Thinking = step-by-step instructions
CBSE Exam Style Quick Summary Table
Pillar Meaning Keyword Abstraction Ignore unnecessary details Focus Pattern Recognition Find repetition Similarity Decomposition Break big problem Divide Algorithmic Thinking Make stepwise solution Steps
One Combined Example (CBSE Style)
Problem: “Make a School Attendance App”
Decomposition:
- login page
- student list
- mark present/absent
- save record
Pattern Recognition:
Every student has same format:
- name, roll, attendance status
Abstraction:
Ignore unnecessary details like:
- student’s hobbies, favorite color
Focus only on: - name, roll number, attendance
Algorithmic Thinking:
Step-by-step:
- Open app
- Choose class
- Display student list
- Mark present/absent
- Save attendance
- Generate report
Discover more from Healthwealthbridge
Subscribe to get the latest posts sent to your email.



Tell me what you think about this.