by Shweta | Oct 16, 2025 | Artificial Intelligence, CBSE Class 8
Quick Summary Learn how to make your Python programs “think” just like you do. In this lesson, you’ll explore conditional statements—if, elif, and else—that allow Python to choose what to do when faced with different situations. By the end, you’ll be able to write...
by Shweta | Sep 5, 2025 | Artificial Intelligence, CBSE Class 8
Python is a high-level, interpreted programming language created by Guido van Rossum and released in 1991. It’s popular because the code is readable, concise, and powerful. It is used for AI/ML, websites, data analysis, automation, games, and more. This lesson covers...
by Shweta | Aug 25, 2025 | Artificial Intelligence, CBSE Class 8, Technology
Let’s dive straight in, with defining artificial intelligence. The most fundamental question that there is: what is artificial intelligence. What is Artificial Intelligence? Artificial Intelligence (AI) is the science and engineering of creating machines that can...
by Shweta | May 5, 2025 | Artificial Intelligence, CBSE Class 10, Technology
You have learned about the AI Project Cycle and maybe even completed your 4W Canvas for the problem statement. Now you can start building your AI solution. But before you dive into modelling or coding, there’s one crucial step you must not skip. Or rather two. Data...
by Shweta | Feb 13, 2025 | Artificial Intelligence, CBSE Class 10, Technology
Imagine you’re riding a self-driving car. Suddenly, a child runs into the street. The car has to decide whether it should protect you, the passenger, by swerving into another vehicle, or should it stop and risk injuring the child? These split-second decisions...