πŸ”₯ LIVE πŸ‘©β€πŸ« Teachers: Host Live Tests  |  πŸŽ“ Students: Practice Class-wise Quizzes Go to Quiz Portal βž”

Data File Handling in Python Class 12 Notes

Python File Handling Notes for class 12Β    Data File Handling in Python Data maintained inside the files is termed as persistent data. It means it is permanent in nature. Python allow us to read data from and save data to external text files permanently on secondary storage media. Before we start working with a … Read more

Working with Functions in Python Class 12 Notes

πŸ“Œ Unit β€” Functions in Python | Class 11 & 12 Computer Science (083) Topics covered: What is a function, types of functions, defining & calling, arguments & parameters, types of arguments (positional, keyword, default, variable-length), return statement, scope of variables (local, global), global keyword, lambda functions β€” with complete programs and MCQs. 1. What … Read more

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

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