JUMP Statements in Python for Class 12

JUMP STATEMENTS Looping allows a user to program and repeat tasks efficiently. In certain situations, when some particular condition occurs, a user may want to exit from a loop (come out of the loop forever) or skip some statements of the loop before continuing further in the loop. These requirements can be taken care of … Read more

For loop in Python Notes for Class 11 and 12

For loop in Python The for statement is used to iterate/repeat itself over a range of values or a sequence. The for loop is executed for each of these items in the range. These values can be either numeric, or, as we shall see in the successive chapters, elements of a data structure like a … Read more

While Loop In Python Notes for Class 11-12

While Loop In Python: A while loop in Python is used to execute a block of code repeatedly until a certain condition is met. Here is the basic syntax of a while loop:   while condition: # code to be executed The condition is checked at the beginning of each iteration. If it is True, … Read more

Decision Making in Python

Decision Making in Python for Beginners (CBSE Class 11-12) Introduction to Decision Making in Python Welcome, CBSE Class 11-12 students! Decision making in Python is like giving your computer a brain to make choices. It’s about telling Python, “Bhai, agar yeh condition true hai, toh yeh kar, nahi toh woh kar!” This is a key … Read more

IT 402 Sample Paper Class 10 Set 3

IT 402 Sample Paper Class 10 Set 3 Time: 2 hrs Maximum Marks: 50 General Instructions This Question Paper consists of 21 questions in two sections: Section A & Section B. Section A has Objective Type Questions whereas Section B contains Subjective Type Questions. Out of the given (5 + 16 =) 21 questions, a … Read more

Unit 1- Basic Computer Organisation

CBSE Computer Science with Python Class 11 Basic Computer Organisation A computer is an electronic device, under the control of instructions stored in its memory that can accept data (input), process the data according to specified rules (Program) on processor & produces information (output), and store the information for future use. Data vs Information Data … Read more

(New) IT 402 Class 10 Sample Paper 2021

(New) IT 402 Class 10 Sample Paper 2021 Class X (Session 2020-2021) Max. Time: 2 Hours/Max. Marks: 50 General Instructions: Please read the instructions carefully. This Question Paper consists of 21 questions in two sections: Section A & Section B. Section A has Objective type questions whereas Section B contains Subjective type questions. Out of … Read more

CBSE Computer Science Practical File for class 12 2024-25

CBSE Computer science practical file for class 12  In this section CBSE students of class 12 Computer science can check the important python programs that must be prepare before the practical examination. Here are 20+ python programs with output, for Computer science practical file Term 1.   Program:1 Write a python Program to take input … Read more

CBSE Class 11 Physics Sample Paper 2020-21

CBSE Class 11 Physics Sample Paper 2020-21 11 Physics General Instructions: (1) All questions are compulsory. There are 33 questions in all. (2) This question paper has five sections Section A. Section B, Section C, Section D and Section E. (3) Section A contains ten very short answer questions and four assertion reasoning of 1 … Read more

Copywrite © 2020-2026, CBSE Python,
All Rights Reserved