🔥 LIVE 👩‍🏫 Teachers: Host Live Tests  |  🎓 Students: Practice Class-wise Quizzes Go to Quiz Portal ➔

First Python Program “Hello Python”

Introduction Python is an interpreted language as its programs are executed by an interpreter. Thus, Python interpreter should be installed on the computer system to write and run Python programs. Python IDLE (Integrated Development and Learning Environment) provides two working modes-interactive mode (popularly known as Python shell) and script mode. The Python IDLE tool offers … Read more

Menu Driven Program to implement all user defined functions of a list in Python

Menu Driven Program to implement all user defined functions of a list in Python   ch=’y’ L = [1,2,3,4,2,3,2,4,5,6,71,1,10,12] while ch == ‘y’ or ch==’Y’: print(“1. append in list”) print(“2. Insert in a list”) print(“3. Find length of list”) print(“4. To count occurence of an element”) print(“5. Extend a list”) print(“6. Find the sum of … Read more

CBSE Computer Science Introduction to python

Introduction to python Python may be a general-purpose interpreted, interactive, object-oriented, and high-level programming language . it had been created by Guido van Rossum during 1985- 1990. Like Perl, Python ASCII text file is additionally available under the GNU General Public License (GPL). This tutorial gives enough understanding on Python programing language . Why to … Read more

Presentation on Approaches and methods of Value Education

Presentation on Approaches and methods of Value Education Positive Reinforcement It is the process whereby desirable behaviour is encouraged by presenting a reward at the time of occurrence of such behaviour. It creates happiness It helps to identify the strengths of students It utilises their strengths to accomplish the tasks It produces new and desirable … Read more

CBSE Class 11 Computer Science Python Sample Paper 2021

CBSE Class 11 Computer Science Python Sample Paper 2021 Annual Examination (2020-21) Class-11 Subject: Computer Science Time allowed: 3:00 hours/ Maximum Marks:70 All questions are compulsory.   1- Name any two application software. (1)   2- Differentiate between compiler and interpreter? (2)   3- What do you understand by RAM and ROM? (1)   4- … Read more

CBSE class 12 computer science python Assessment

CBSE class 12 computer science python Assessment Assessment-1 Class: XII Subject: Computer Science SECTION A 1- Identify the valid logical operator in Python:(1) a) and                                  b) % 2- Identify the valid identifier: (1) a) else                                  b) f_name 3- Name the Python Library modules which need to be imported to invoke the following functions: … Read more

CBSE Sample Paper 2020-21 Information Technology-402 for class 10

CBSE Sample Paper 2020-21 Information Technology-402 for class 10 Time: 2:00 hours/M.M.-50 General Instructions: Read the question paper carefully. Question paper is divided into four sections : Section A – Multiple choice questions (1 mark each) In this section attempt any two from the first three Questions. Attempt a total of six questions Section B … Read more