Access the latest CBSE Class 11 Computer Science Python Modules Worksheet. We have provided free printable Class 11 Computer Science worksheets in PDF format, specifically designed for Chapter 5 Getting Started with Python. These practice sets are prepared by expert teachers following the 2025-26 syllabus and exam patterns issued by CBSE, NCERT, and KVS.
Chapter 5 Getting Started with Python Computer Science Practice Worksheet for Class 11
Students should use these Class 11 Computer Science chapter-wise worksheets for daily practice to improve their conceptual understanding. This detailed test papers include important questions and solutions for Chapter 5 Getting Started with Python, to help you prepare for school tests and final examination. Regular practice of these Class 11 Computer Science questions will help improve your problem-solving speed and exam accuracy for the 2026 session.
Download Class 11 Computer Science Chapter 5 Getting Started with Python Worksheet PDF
WS 8 – PYTHON MODULES
1. W rite the equivalent Python expressions and the output for the following :
i. X= sqrt( a2 + b2 + c2 ) assume that a= 2, b=3 and c=2.
ii. a= x2 – x where x=2
iii. b = (R+S) 4 assume R=2 & S =4
iv. c = 2 – 4y * (P + Q) 2 where y=2, P=4 and Q=3
v. e = (A + B)2 + (C + D)2 where A = 3 , B=2, C=5 and D=5
2. W rite the output for the following :
import math
print ("math.pow(3,3)=",math.pow(3,3))
print("math.sqrt(65)=",math.sqrt(65))
print("math.fabs(500.23)=",math.fabs(500.23))
print("math.fabs(-1500.73)=",math.fabs(-1500.73))
print("math.ceil(34.789) = ",math.ceil(34.789))
print("math.floor(34.789) = ",math.floor(34.789))
print("math.ceil(-5.67) = ",math.ceil(-5.67))
print("math.floor(-9234.32) = ",math.floor(-9234.32))
3. C onsider the set of height measurements in feet of students in a class :
Write a python program to calculate the average height of students in the class and median value using statistics module.
4. W rite a program to guess a number between 1 and 8.
5. W hat is a python module?
6. W rite a python program to calculate and print the average and median amount for the amount of donations received by a charitable organization as given below Donations=[100,60,70,900,100,200,500,500,503,1000,1200] use statistics module.
Please click on below link to download CBSE Class 11 Computer Science Python Modules Worksheet
| CBSE Class 11 Computer Science Python Modules Worksheet |
| CBSE Class 11 Computer Science Strings Worksheet |
| CBSE Class 11 Computer Science Lists Worksheet |
| CBSE Class 11 Computer Science Dictionary And Sorting Worksheet |
| CBSE Class 11 Computer Science Tuples Worksheet |
Important Practice Resources for Class 11 Computer Science
Chapter 5 Getting Started with Python CBSE Class 11 Computer Science Worksheet
Students can use the Chapter 5 Getting Started with Python practice sheet provided above to prepare for their upcoming school tests. This solved questions and answers follow the latest CBSE syllabus for Class 11 Computer Science. You can easily download the PDF format and solve these questions every day to improve your marks. Our expert teachers have made these from the most important topics that are always asked in your exams to help you get more marks in exams.
NCERT Based Questions and Solutions for Chapter 5 Getting Started with Python
Our expert team has used the official NCERT book for Class 11 Computer Science to create this practice material for students. After solving the questions our teachers have also suggested to study the NCERT solutions which will help you to understand the best way to solve problems in Computer Science. You can get all this study material for free on studiestoday.com.
Extra Practice for Computer Science
To get the best results in Class 11, students should try the Computer Science MCQ Test for this chapter. We have also provided printable assignments for Class 11 Computer Science on our website. Regular practice will help you feel more confident and get higher marks in CBSE examinations.
You can download the teacher-verified PDF for CBSE Class 11 Computer Science Python Modules Worksheet from StudiesToday.com. These practice sheets for Class 11 Computer Science are designed as per the latest CBSE academic session.
Yes, our CBSE Class 11 Computer Science Python Modules Worksheet includes a variety of questions like Case-based studies, Assertion-Reasoning, and MCQs as per the 50% competency-based weightage in the latest curriculum for Class 11.
Yes, we have provided detailed solutions for CBSE Class 11 Computer Science Python Modules Worksheet to help Class 11 and follow the official CBSE marking scheme.
Daily practice with these Computer Science worksheets helps in identifying understanding gaps. It also improves question solving speed and ensures that Class 11 students get more marks in CBSE exams.
All our Class 11 Computer Science practice test papers and worksheets are available for free download in mobile-friendly PDF format. You can access CBSE Class 11 Computer Science Python Modules Worksheet without any registration.