CBSE Class 11 Computer Science Python Modules Worksheet

Find CBSE Class 11 Computer Science Python Modules Worksheet right below. We offer free printable Class 11 Computer Science worksheets in PDF for Chapter 5 Getting Started with Python. Built by expert teachers for the 2026-27 session, these practice exercises align with standard CBSE, NCERT, and KVS patterns.

Chapter 5 Getting Started with Python Practice Set for Class 11 Computer Science

Are you in Class 11 Computer Science? Try these chapter-wise worksheets every day to make your concepts of Chapter 5 Getting Started with Python very clear. The practice papers contain useful questions and answers for school tests. Solving these Class 11 Computer Science problems regularly will build your speed and help you score high marks in the 2026-27 exams.

Chapter 5 Getting Started with Python Worksheet Download for Class 11 Computer Science

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 :

CBSE Class 11 Computer Science Python Modules Worksheet

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

Chapter 5 Getting Started with Python Practice Sheet & Solutions for Class 11 Computer Science

Class 11 Computer Science Chapter 5 Getting Started with Python Printable Worksheet

Access the Chapter 5 Getting Started with Python practice worksheet above to gear up for forthcoming school assessments. Following the active CBSE curriculum for Class 11 Computer Science, these solved questions are simple to download in PDF format for daily practice. Built by expert educators around high-yield exam themes, these exercises help raise your overall test scores.

Expert NCERT Practice Material for Class 11 Computer Science

Crafted around the official NCERT book for Class 11 Computer Science, these worksheets help reinforce core concepts. Once finished, students are advised to read our expert NCERT solutions to master standard problem-solving methodologies in Computer Science. Access all study materials online for free.

Improve Your Scores with Computer Science MCQ Tests

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.

FAQs

Where can I download the latest PDF for CBSE Class 11 Computer Science Python Modules Worksheet?

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.

Are these Computer Science Class 11 worksheets based on the 2026-27 competency-based pattern?

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.

Do you provide solved answers for CBSE Class 11 Computer Science Python Modules Worksheet?

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.

How does solving CBSE Class 11 Computer Science Python Modules Worksheet help in exam preparation?

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.

Is there any charge for the Class 11 Computer Science practice test papers?

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.