Join the PiyushAI AI & Data Science Community | Newsletter
📬 PiyushAI  ·  AI & Data Science Learning Community

Stay Ahead in AI, Data Science, Exams & Your Learning Journey

Join 20,000+ learners exploring AI & Data Science — GATE, Bank IT & PSU exam aspirants, IIT Madras BS Degree students, school teachers exploring the CBSE CT & AI curriculum, working professionals, and anyone starting their AI literacy journey. Tell us a little about yourself and get personalised updates, resources, and mentorship alerts — straight from Piyush Wairale.

🎯
Exam & Career Updates First
GATE, Bank IT Officer, PSU & Government job alerts — plus IIT Madras BS Degree guidance.
📚
Free Learning Resources
Study notes, PYQ analysis, practice questions & guides for exams, data science & AI.
🚀
AI Literacy & CBSE CT-AI
AI tools & concepts for everyone, CBSE CT & AI curriculum support for schools & teachers, plus early course access.
✍️ Join the Community — Fill the Form

Takes less than 60 seconds  •  No spam, only what helps you learn & grow

👨‍🎓 20,000+ Students
▶️ 44,000+ YouTube Subscribers
🎓 IIT Madras Alumnus Mentor

Chapter 3 of the Class 6 Artificial Intelligence unit is Simple Pattern Recognition & Decision Making, and CBSE allots it 05 hours out of the 20-hour AI block. The single most important thing about teaching it: the new skill this year is not spotting patterns — students have done that since Class 3 — it is turning a spotted pattern into a written rule, using that rule to decide something, and then hunting for the case where the rule falls apart.

This is the chapter where computational thinking and artificial intelligence finally shake hands. Everything a machine learning system does at scale is what your class will do on paper this week: look at examples, notice regularity, express the regularity as a rule, act on it, and correct the rule when it gets an answer wrong.

There is no coding here. No Python, no notebooks, no requirement to open any AI tool. A stack of paper slips, a blackboard and forty minutes will teach this better than any software, and I will argue that case throughout. For the full picture of where this chapter sits, see the Class 6 CT & AI syllabus and the wider 2026–27 curriculum overview.


What the syllabus actually says

The CBSE handbook lists Chapter 3 of the Class 6 AI block in a single table row:

Simple Pattern Recognition & Decision Making — Identifying patterns in data or daily routines; Making simple decisions based on observations — 05 hours

Two topics, five hours. That is deliberately spare, and it leaves the teaching decisions to you. Here is how I would map those two lines to outcomes you can actually observe in a classroom.

Syllabus topic What it means in class Observable learning outcome
Identifying patterns in data Reading a small table or chart and describing what changes and what stays the same Student states the pattern in one sentence and predicts the next value
Identifying patterns in daily routines Timetables, bus timings, meal cycles, weekly attendance, festival shopping Student names three patterns from their own week and one thing that broke the pattern
Making simple decisions based on observations Converting an observation into an if–then rule and applying it Student writes a rule in if–then form and uses it on a fresh case
Making simple decisions based on observations (extension) Judging whether the rule was right, and why it failed when it failed Student finds a counter-example and proposes a repaired rule

The last row is not printed in the handbook as a separate topic. I add it because a decision you never check is not a decision, it is a guess, and this is exactly the habit that separates a Class 6 AI lesson from a Class 4 maths pattern exercise. Where I recommend something beyond the handbook, I will say so plainly, as here.


The concepts, explained

What a pattern is — and what it is not

A pattern is a regularity you can state in words and use to predict. That definition does real work. If a child cannot state it, they have not found it. If they can state it but it does not predict, it is a description, not a pattern.

Class 6 students should comfortably handle four cases, and the fourth is the one schools skip.

  • Repeating — the same unit comes round again. The school timetable, the weekly cycle of PT periods, the traffic signal sequence at the junction near the gate.
  • Growing — each step changes by a rule. Savings in a piggy bank, the electricity bill climbing month on month from March to June.
  • Symmetric — one half mirrors the other. A rangoli, a temple gopuram, a butterfly, the number 12321.
  • No pattern — genuinely random. Yesterday’s lottery numbers. The order in which the class comes back from lunch.

Teach the fourth case on purpose. The most useful sentence a Class 6 student can learn to say this year is “I looked and there is no pattern here.” Machines that cannot say that produce nonsense confidently, and so do children.

Four kinds of patternFour panels side by side showing a repeating sequence of shapes, a growing number sequence, a symmetric sequence with a mirror line, and a fourth panel of random numbers with no pattern at all.Four kinds of pattern — and the fourth one matters1. Repeating?The same unit comes back.Unit = circle, square, triangle.Example: school timetableNext: square2. Growing25914?Each step adds one morethan the step before.Example: electricity billNext: 203. Symmetricmirror lineThe left half matches theright half, flipped.Example: rangoli, 12321Fold it and check4. No pattern72915?Nothing repeats. Nothinggrows. No mirror line.Correct answer:“There is no pattern.”Saying this is a skill
Figure 1 — Four kinds of pattern. Panel 4 is included on purpose: recognising the absence of a pattern is a skill, not a failure.

Patterns in daily routines

Start here, not with numbers. Every student already lives inside a dozen patterns and has never been asked to name one.

The 7:40 school bus. Idli on Tuesday. The 5:50 local being packed and the 6:20 having seats. Cricket on the ground every evening except when it rains. The temple bell. The traffic on the flyover that is fine at 7:15 and hopeless at 8:15.

Ask the class for ten routines and write them on the board. Then ask the better question: which of these has broken in the last one month, and why? Answers will come fast — a strike, a holiday, an exam schedule, a wedding in the family, unexpected rain. Those breaks are the raw material for the second half of the chapter.

This connects directly to the computational thinking work students do in the pattern recognition teacher training module, where the same routines are used to build abstraction.

Patterns in data

Data is just observations written down in an organised way, which is precisely what Chapter 2 on basic data concepts established. Now we look for structure inside it.

Two moves matter at Class 6. First, arrange the data so the pattern can show itself — a table sorted by day, a chart with the days along the bottom. Second, describe the pattern in words before touching numbers: “as the temperature goes up, more cold drinks are sold.”

Then comes the honest part. A pattern is not a promise. When two things move together in a small sample, that is a starting point for a question, not proof of anything. Cold-drink sales and temperature rise together, and heat does drive thirst — but ice-cream sales and drowning deaths also rise together, and ice cream does not cause drowning. Both are driven by summer. Class 6 students can hold that idea if you give them the ice-cream example; they find it funny and they remember it.

Cold-drink sales against daily maximum temperature over one weekA scatter chart with temperature in degrees Celsius on the horizontal axis and bottles of cold drink sold on the vertical axis. Six points rise steadily along a trend line. One point on Sunday is far below the line and is labelled as an outlier because the school was shut.Cold drinks sold at the shop outside the school gate, one weekEach dot is one day. Higher temperature, more bottles — except one day.020406080Bottles sold283032343638Daily maximum temperature (degrees Celsius)trend line445258637074MonTueWedThuFriSatSun: 38Outlier — Sunday: hottest day of the week, fewest bottles sold.Possible reason: the shop is outside the school gate and the school was shut. The pattern needs a second condition.
Figure 2 — A real pattern in data, with one labelled outlier. The outlier is the most instructive point on the chart.

From pattern to rule

This is the step that is genuinely new in Class 6. A pattern noticed in the head is worth little; a pattern written as a rule can be handed to someone else, argued with, and tested.

Insist on the if–then form, written on the board, in the students’ own words:

  • If the month is between June and September, then carry an umbrella.
  • If the SMS contains “you have won” and comes from an unknown number, then it is spam.
  • If the mango’s skin is mostly yellow and it smells sweet at the stalk, then it is ripe.
  • If the batsman keeps hitting through the covers, then place a fielder at cover.

Notice that three of those four rules have two conditions joined by “and”. Single-condition rules are where beginners start and where beginners get caught. Push a strong group to add a second condition and to say out loud what it buys them.

From observation to decision, drawn as a loopSix boxes arranged in a loop: Observe, Find the pattern, Write the rule along the top; Decide, Check what went wrong, Improve the rule along the bottom; arrows return from Improve the rule back to Observe so the cycle repeats.From observation to decision — and back again1. ObserveWatch and write it down2. Find the patternSay it in one sentence3. Write the ruleIf … then …4. DecideAct on the rule5. Check what went wrongFind the failing case6. Improve the ruleAdd or change a conditionThis is a loop, not a line.Every wrong decision is information you did not have before.A rule you never checked is only a guess in smart clothes.
Figure 3 — Observe, find the pattern, write the rule, decide, check, improve. Draw it as a circle on the board and keep it there all five periods.

Making a decision from observations

A rule with several conditions gets clumsy in prose, so introduce the decision tree. Do not call it a machine learning model, do not mention algorithms — call it a question ladder if you like. The point is that each question splits the cases into smaller groups until the answer is obvious.

The umbrella tree below is the best classroom example in India because every child has been wrong about it. Copy it onto the blackboard and let students argue about the order of the questions. That argument — which question should we ask first? — is the real lesson, and it is the same question a decision tree algorithm answers automatically at a level students will meet in Class 9 and beyond.

Decision tree: should I carry an umbrella today?A decision tree starting with the question whether the month is June to September. Each branch asks about the sky and about yesterday’s weather, ending in six leaf decisions to carry the umbrella or leave it at home.Should I carry an umbrella today?Is the month betweenJune and September?YES (monsoon)NOIs the sky dark greyright now?Is the sky dark greyright now?YESNOYESNOCARRY ITrain is likelyDid it rain yesterday?(any time of day)CARRY ITunseasonal rainLEAVE IT AT HOMEdry dayYESNOCARRY ITwet spell continuesCARRY IT ANYWAYit is still monsoonClassroom argument to have: should the first question be the month, or the sky?A good first question splits the cases most cleanly. Let the class defend both orders.
Figure 4 — A decision tree simple enough to copy onto a blackboard. Six leaves, three questions, one honest argument.

Testing where a rule fails

Here is the mistake schools actually make with this chapter. The class writes a rule, everyone claps, the period ends. Nobody ever tests the rule against a case that breaks it. The chapter then teaches confidence rather than thinking, which is the opposite of what an AI unit should do.

Budget the last third of every activity for breaking the rule. Give it a name the class enjoys — “rule-breaker hunt” works. Award a point to any student who finds a real case where the class rule gives the wrong answer.

Then classify what happened. A rule can be wrong in two different ways, and they cost different amounts:

  • The rule said carry the umbrella and it did not rain. You carried a wet-looking thing for no reason. Cost: mild irritation.
  • The rule said leave it at home and it poured. Cost: a soaked school bag and a ruined notebook.

Those are not equal, and students grasp that immediately. This is the seed of a genuinely important idea they will meet later in Chapter 4 on AI ethics and digital responsibility: when an automatic system gets a decision wrong, someone pays, and the two kinds of wrong do not hurt the same person equally.

When the rule is right and when it is wrongA two by two grid comparing what the umbrella rule predicted against what actually happened. Two cells are good calls, one cell is carrying the umbrella for nothing, and one cell is getting wet.Four things that can happen after you follow a ruleWHAT ACTUALLY HAPPENEDIt rainedIt stayed dryWHAT THE RULE SAIDRule said:carry theumbrellaRule said:leave it athomeGOOD CALLRule said rain, it rained.You carried it and stayed dry.Cost: nothingWRONG, BUT CHEAPRule said rain, it stayed dry.You carried it for nothing.Cost: a little irritationWRONG, AND COSTLYRule said no rain, it rained.You got wet.Cost: soaked bag and booksGOOD CALLRule said no rain, it stayed dry.Nothing to carry, nothing lost.Cost: nothingThe two wrong boxes do not cost the same. Ask the class which mistake they would rather make, and why.
Figure 5 — Right and wrong decisions in plain language. Keep it non-technical; the vocabulary comes years later, the intuition comes now.

How to teach it — the five hours

Period Focus In-class activity What students leave with
1 What counts as a pattern Shape and number sequences on the board; the four-panel sort from Figure 1 Four pattern types named; ability to say “no pattern here”
2 Patterns in our own routines Ten routines listed, then the “when did it break” discussion A personal week-pattern chart in the notebook
3 Patterns in collected data Read a table, plot it roughly, find the trend and the odd day One outlier found and explained in a sentence
4 Turning a pattern into a rule The paper-slip classifier; if–then rules written and applied A written rule and a decision tree of two or three questions
5 Where the rule fails Rule-breaker hunt, the right/wrong grid, rule repair One counter-example and one improved version of their rule

Period 1. Twelve sequences on the board, three of each type from Figure 1, shuffled. Students sort them into four columns in their notebooks. The random ones will cause argument; that argument is the lesson. Close by writing the class definition of a pattern: something regular enough to describe in one sentence and use to predict what comes next.

Period 2. Move from shapes to life. Students list ten routines of their own, then mark which are daily, which weekly and which seasonal. Then the sharp question: name one that broke this month. Collect the breaks on the board. Keep that list — you will use it in Period 5.

Period 3. Bring a small table of real data. School attendance for the last two weeks works well and costs nothing. Students find the highest day, the lowest day, and the day that does not fit. Introduce the word outlier only if your class is comfortable; “the odd one out” is fine. Insist they propose a reason for the odd day. This links tightly to the data-handling work in Chapter 2 and to the maths chapter on data handling.

Period 4. The paper-slip classifier, described in full below. This is the period that carries the chapter. Do not substitute a slideshow.

Period 5. Rule-breaker hunt and repair. Every group hands its rule to another group, whose job is to break it. Groups then rewrite their own rule with one extra condition and note what the extra condition cost them in simplicity. End with Figure 5 on the board.

If your teachers are new to this style of teaching, the CT & AI teacher training programme runs these five periods as a live demonstration, and the school AI readiness score will tell you honestly whether your school is prepared for the 2026–27 rollout.


Unplugged activities

Activity 1 — The paper-slip classifier

Time: 35 minutes. Materials: 40 paper slips per group, each carrying three or four attributes of an object; one blank sheet per group for the rule; two labelled boxes or two chalk circles on the floor as bins.

Prepare the slips yourself before class. Use mangoes: each slip reads a colour (green / half yellow / yellow), a firmness (hard / slightly soft / soft), a smell (none / faint / sweet), and on the reverse, hidden, the true answer — RIPE or NOT RIPE. Make about a third of the slips awkward on purpose: yellow but hard, green but sweet-smelling.

  1. Groups spread out their 40 slips, reverse side down. Nobody peeks.
  2. Each group agrees on one question that will split the slips into two piles. Write the question on the sheet.
  3. Sort all 40 slips by that question.
  4. Agree on a second question for one or both piles. Sort again.
  5. Write the finished rule in if–then form, for example: If the skin is yellow AND it smells sweet, then RIPE.
  6. Place every slip into the RIPE bin or the NOT RIPE bin according to the rule.
  7. Now turn the slips over. Count the mistakes. Write the number on the sheet in large figures.
  8. Look only at the mistakes. What do they have in common? Add or change one condition and re-sort just those slips.

Discussion question: Which group had the fewest mistakes, and did they get there with the simplest rule or the most complicated one? Is a rule with six conditions still useful to a fruit seller in a hurry?

The unplugged paper-slip classifierA flow showing forty paper slips being sorted by one question about skin colour, then a second question about smell, into a ripe bin and a not ripe bin, with the number of mistakes counted at the end.The unplugged classifier: 40 slips, 2 questions, 2 bins40 slips, face downcolour · firmness · smelltrue answer hidden on the backQUESTION 1Is the skin mostly yellow?YES — 17 slipsNO — 23 slipsQUESTION 2Does it smell sweet at the stalk?No second question asked.All 23 go straight to one bin.YESNOBIN A: RIPE12 slipsBIN B: NOT RIPE5 slipsBIN B: NOT RIPE23 slipsNow turn every slip over. MISTAKES: 6 out of 40.Five of the six were green mangoes that smelled sweet. The rule needs to ask about smell first, not colour.
Figure 6 — The paper-slip classifier. Counting the mistakes at the end is not optional; it is the whole point of the activity.

Activity 2 — Our own week of data

Time: 15 minutes of set-up, then five minutes a day for a week, then 30 minutes to analyse. Materials: one grid sheet per student; the class register; a wall chart.

  1. The class agrees on one thing to count every day for five days. Good choices: number of students absent, number of students who brought an umbrella, minutes the class took to settle after lunch, number of vehicles passing the gate in two minutes at 8:00.
  2. Assign two students per day as recorders. They write the number on the wall chart before the last bell.
  3. On day six, students copy the five numbers into their notebooks and draw a simple bar chart.
  4. Each student writes one sentence describing the pattern, and one sentence about the day that does not fit.
  5. In pairs, students write an if–then rule predicting the number for next Monday.
  6. The following Monday, actually measure it. Compare against every pair’s prediction. Nobody is marked for being wrong; everybody is asked why.

Discussion question: Five days is a very small sample. What would you believe more strongly if you had counted for five weeks instead? Name one thing that five weeks of data still would not tell you.

Activity 3 — Spam or not spam, by hand

Time: 25 minutes. Materials: 20 printed “SMS messages” on card, half genuine (bank OTP, school circular, courier delivery), half spam (lottery wins, free recharge, suspicious links). No phones needed and none should be used.

  1. Groups read all 20 cards and sort them into SPAM and GENUINE using instinct alone. Record the piles.
  2. Now the groups must justify themselves: list the words and features that made them say spam. Expect “won”, “free”, “click”, “urgent”, unknown sender, spelling mistakes, too many capital letters.
  3. Write a rule using at most three of those features.
  4. Re-sort all 20 cards using only the rule, ignoring instinct. Count where the rule disagreed with instinct.
  5. The teacher reveals the true labels. Count mistakes.
  6. Discuss the genuine message the rule wrongly flagged as spam. What did that cost the person?

Discussion question: Your phone’s spam filter uses a rule far more complicated than yours, and it still gets some wrong. Would you rather it blocked a little too much or a little too little? See also the shared vocabulary in the AI glossary.


Worksheet

Section A — Recall

  1. Define a pattern in one sentence, in your own words.
  2. Name the four kinds of pattern discussed in class and give one example of each.
  3. What does an if–then rule look like? Write the general shape without using any real example.
  4. What is an outlier? Why should we never simply delete one?

Section B — Apply

  1. Complete the sequence: 3, 6, 11, 18, 27, ____, ____. State the rule you used.
  2. Complete the sequence: square, circle, circle, square, circle, circle, ____, ____.
  3. The electricity bill for a house was Rs 620, Rs 780, Rs 1,150, Rs 1,480 for March, April, May and June. Describe the pattern and give one reason for it.
  4. A local train is crowded at 8:10 a.m. and empty at 11:30 a.m., every weekday. Write the rule in if–then form that would help a traveller choose a train.
  5. Use the umbrella decision tree from class. It is the 12th of December, the sky is dark grey, and it rained yesterday. What does the tree decide?
  6. Here are Monday-to-Friday absences: 4, 3, 4, 11, 3. Which day is the odd one out, and give two possible reasons.

Section C — Think

  1. Find the case where this rule fails: If a fruit is yellow, then it is ripe. Give two different fruits that break it, and explain each.
  2. Sales of ice cream and sales of umbrellas both rise in some months in Mumbai. Does one cause the other? Explain what is really going on.
  3. Your rule for spotting spam SMS wrongly marked your school’s fee reminder as spam. Which word in your rule caused it? Rewrite the rule so it stops making that mistake without letting all spam through.
  4. Look at these numbers: 8, 3, 15, 2, 9, 6. A classmate insists there is a hidden pattern. What would you say, and what would convince you they are right?
  5. Design a two-question decision tree that decides whether the class should play cricket or stay indoors during the games period.

Answer key

  1. A regularity you can describe in one sentence and use to predict what comes next.
  2. Repeating (timetable), growing (savings), symmetric (rangoli), no pattern (lottery numbers). Accept any reasonable examples.
  3. If [condition], then [decision or conclusion]. Conditions may be joined with AND or OR.
  4. A value that does not fit the pattern of the rest. Never delete it, because it usually has a reason worth knowing.
  5. 38, 51. Differences are 3, 5, 7, 9, 11, 13 — each gap grows by 2.
  6. square, circle. The repeating unit is square-circle-circle.
  7. The bill grows every month, and the jumps get bigger. Summer heat means more fan and cooler use.
  8. If the time is a weekday morning rush hour, then expect a crowded train and travel earlier or later. Accept any sensible if–then form.
  9. Not June to September, so the right branch; sky is dark grey, so YES; the tree decides CARRY IT. Yesterday’s rain is not asked on this branch.
  10. Thursday, with 11 absences. Reasons might include a viral fever going around, heavy rain, a local festival or a bus breakdown.
  11. A yellow lemon is not ripe in the eating sense; a yellow banana with green ends is not fully ripe; a ripe red apple is not yellow at all, so the rule also misses ripe fruit. Any two well-explained cases earn full credit.
  12. No. Mumbai’s monsoon months are also hot and humid, so both go up together because of the season. Two things moving together does not mean one causes the other.
  13. Likely “urgent” or “last date” or “pay now”. A better rule adds a sender condition: if the message contains a payment demand AND the sender is not in my contacts AND there is a link, then treat it as spam.
  14. Say that no repeating, growing or symmetric pattern is present, so as far as we can tell there is none. What would convince me: the classmate states a rule that correctly predicts the next two numbers I have not shown them.
  15. Any sensible tree, for example: Is it raining now? Yes to indoors. No to: Is the ground still wet from morning rain? Yes to indoors, no to cricket.

Common misconceptions

What students or teachers believe What is actually true How to correct it
Every set of numbers has a pattern hiding in it somewhere Plenty of sequences are genuinely random. Forcing a pattern onto them produces nonsense Put a truly random sequence on the board and reward the first student who says there is no pattern. Praise it publicly
If two things move together, one must cause the other Both may be caused by a third thing, or the link may be coincidence in a small sample The ice cream and umbrella sales example. Ask what the third cause is, every single time
A rule that worked once will always work One success proves nothing. A rule earns trust only by surviving many tests, including hostile ones Make groups swap rules and try to break each other’s. Score the breaking, not just the writing
Pattern recognition is just clever guessing A guess cannot be written down, checked, or improved. A rule can be all three Refuse to accept any answer until it is stated as a sentence someone else could apply
A more complicated rule is always a better rule A rule with ten conditions may fit your 40 slips perfectly and fail on the next 40 Compare the simplest and the most elaborate group rule on a fresh set of slips you kept aside
This chapter needs a computer, a lab or an AI tool Class 6 requires no coding and no AI tool. Paper slips, a blackboard and honest counting do the job better Run Period 4 fully unplugged and compare the depth of discussion against a screen-based lesson
The teacher must know the “correct” rule in advance Most classroom data supports several defensible rules. Your role is to make students test theirs, not to hand over an answer Deliberately run one activity where you do not know the best rule and think aloud alongside the class

Assessment

At this stage the CT & AI curriculum is competency-based and largely internal. Assess the thinking, not the recall, and keep the evidence inside the classroom: notebooks, group sheets, the wall chart, a short oral question. There is no requirement I am aware of for a separate written examination in this subject at Class 6, and I would not invent one.

Four things are worth assessing.

  • Can the student describe a pattern precisely enough for someone else to use it?
  • Can the student write a workable if–then rule?
  • Can the student find a case where a rule fails, including their own rule?
  • Can the student explain the consequence of a wrong decision?
Criterion Beginning Developing Secure
Identifying patterns Spots a pattern only when told one exists; cannot describe it in words Describes repeating and growing patterns correctly; unsure about symmetry and randomness Handles all four types, and correctly states when there is no pattern
Writing a rule Gives an answer but not a rule; rule is vague or untestable Writes a single-condition if–then rule that mostly works Writes a clear rule with more than one condition and explains why each condition is there
Testing and repairing Accepts the first rule; does not look for failures Finds a failing case when prompted; repair is guesswork Hunts for failing cases unprompted and repairs the rule with a reasoned change
Reasoning about consequences Treats all mistakes as equally bad Notices that some mistakes cost more than others Explains who pays for each kind of wrong decision and argues which is preferable

Record the level per student per criterion once, at the end of Period 5, from work you have already seen. Do not create a separate assessment event; it will eat an hour you do not have. Teachers building a portfolio approach across the year will find the sequencing useful in AI literacy for teachers.


Interdisciplinary links

Class 6 carries 40 hours of interdisciplinary projects alongside the 40 hours of computational thinking and 20 hours of AI. Chapter 3 is the single most portable chapter in the AI block, because pattern-and-rule thinking belongs everywhere.

  • Mathematics. The NCERT Class 6 chapters Patterns in Mathematics, Number Play and Symmetry map onto this chapter almost line for line. Project: collect twenty number patterns from the maths textbook and classify each as repeating, growing or symmetric, then write the rule for each.
  • Science. Project: a fortnight of weather observation — sky condition, temperature if a thermometer is available, whether it rained — then build a decision tree that predicts rain and score it against the next week.
  • Social science. Project: patterns in a village or ward census table — population by age group, literacy by gender — with one written rule and one honest note about what the numbers cannot tell you.
  • Languages. Project: rhyme scheme and metre in Hindi or English poems as repeating patterns; then write a rule that decides whether a new couplet fits the scheme.
  • Art and craft. Project: design a rangoli or block-print motif with a stated symmetry rule, then swap rules with another student and reproduce their design from the rule alone. If the reproduction fails, the rule was incomplete.
  • Physical education. Project: record where the ball goes for one batsman over twenty deliveries, find the pattern, and set a field. Then bowl to them and see if the field held.

The computational thinking half of the year supports all of this. See the companion modules on decomposition, abstract thinking and algorithmic thinking, and the overall CT and AI pillar guide.


Frequently asked questions

Do Class 6 students need to write code for this chapter?

No. There is no coding and no Python anywhere in the Class 6 AI block. Chapter 3 is conceptual and applied. Paper slips, a blackboard and a notebook are sufficient, and in my experience they produce better discussion than any software.

How is this different from the pattern work students did in Classes 3 to 5?

Earlier classes stop at spotting and extending a pattern. Class 6 adds three steps: writing the pattern as an if-then rule, using that rule to make a decision, and deliberately hunting for the case where the rule fails. The failure hunt is the genuinely new skill.

How many hours does CBSE allot to this chapter?

Five hours, as one of four chapters in the 20-hour introductory AI block for Class 6. The full Class 6 allocation is 100 hours: 40 hours of advanced computational thinking, 20 hours of AI and 40 hours of interdisciplinary projects.

Do we need a computer lab or an AI tool to teach it?

No. Nothing in Chapter 3 requires a device. If your school has a lab, use it for the interdisciplinary projects instead, where students can chart their collected data. The pattern-to-rule teaching itself is stronger unplugged.

What if my students insist there is a pattern when there is not one?

Ask them to state the rule, then test it on two values you have kept hidden. If the rule fails, the pattern was imagined. Doing this once in front of the whole class fixes the habit faster than any explanation.

How should this chapter be assessed?

Competency-based and largely internal. Assess whether a student can describe a pattern precisely, write a testable rule, find a case where a rule fails, and explain the consequence of a wrong decision. Use the four-criteria rubric in this guide and record it from work already produced in class.


PiyushAI builds classroom-ready material for the CBSE Computational Thinking & Artificial Intelligence curriculum, founded by Piyush Wairale (IIT Madras). Start with the CT and AI pillar guide, check where your school stands with the school AI readiness score, and bring your staff up to speed through CT and AI teacher training. Students can work through AI literacy for students alongside the syllabus.

Related: Class 6 AI Chapter 1: Introduction to AI and everyday examples · Chapter 2: Basic data concepts · Chapter 4: AI ethics and digital responsibility · Class 5 syllabus · Class 6 syllabus · Class 7 syllabus · Teacher training: pattern recognition · AI glossary

Source: CBSE Computational Thinking & Artificial Intelligence handbook, Class 6 (2026–27), cbseacademic.nic.in.

Share This Story, Choose Your Platform!
Join the PiyushAI AI & Data Science Community | Newsletter
📬 PiyushAI  ·  AI & Data Science Learning Community

Stay Ahead in AI, Data Science, Exams & Your Learning Journey

Join 20,000+ learners exploring AI & Data Science — GATE, Bank IT & PSU exam aspirants, IIT Madras BS Degree students, school teachers exploring the CBSE CT & AI curriculum, working professionals, and anyone starting their AI literacy journey. Tell us a little about yourself and get personalised updates, resources, and mentorship alerts — straight from Piyush Wairale.

🎯
Exam & Career Updates First
GATE, Bank IT Officer, PSU & Government job alerts — plus IIT Madras BS Degree guidance.
📚
Free Learning Resources
Study notes, PYQ analysis, practice questions & guides for exams, data science & AI.
🚀
AI Literacy & CBSE CT-AI
AI tools & concepts for everyone, CBSE CT & AI curriculum support for schools & teachers, plus early course access.
✍️ Join the Community — Fill the Form

Takes less than 60 seconds  •  No spam, only what helps you learn & grow

👨‍🎓 20,000+ Students
▶️ 44,000+ YouTube Subscribers
🎓 IIT Madras Alumnus Mentor

Recent Post

Connect with PiyushAI | YouTube & Telegram Community
🔗 Connect With Us

Learn Daily, Wherever You Are

Free lectures, exam updates, PYQ discussions, and job alerts — delivered through our YouTube channel and Telegram communities.

▶️
YouTube Channel
Piyush Wairale IITM
Free lectures on AI, Data Science, GATE preparation & exam strategy — trusted by 44,000+ subscribers.
Subscribe Now →
🌐
Official Website
piyushwairale.com
Complete courses, GATE DA test series, mock exams & structured preparation programs — all in one place.
Explore Courses →

One Comment

  1. […] to record and what to ignore is abstraction; spotting that rainfall rises and temperature falls is pattern recognition, which Chapter 3 takes up directly; breaking a survey into agree-the-question, collect, check, present is decomposition. For the full […]

Leave A Comment