CBSE Class 11 Computer Science Python Modules Worksheet

Official Class 11 Computer Science Worksheets: Chapter 05 Getting Started with Python

Access printable practice worksheets for Chapter 05 Getting Started with Python designed to align with the 2026-27 academic syllabus for Class 11 Computer Science. These structured exercises help students evaluate their conceptual understanding and improve exam readiness.

Chapter-wise Practice Material: Chapter 05 Getting Started with Python

View or download the dedicated Chapter 05 Getting Started with Python practice resource below. Engaging with these objective and subjective questions daily ensures continuous academic progress and mastery of the 2026-27 curriculum.

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 05 Getting Started with Python Practice Sheet and Solutions for Class 11 Computer Science

Download Practice Sheet: Chapter 05 Getting Started with Python (Class 11 Computer Science)

Review targeted practice exercises for Class 11 Computer Science Chapter 05 Getting Started with Python. Curated to match official CBSE guidelines, these downloadable PDF sheets support daily revision and core concept reinforcement.

Concept Clarification for Chapter 05 Getting Started with Python

Built using the official NCERT book for Class 11 Computer Science, these practice materials provide reliable academic guidance. Pair your practice with our recommended NCERT solutions to master optimal problem-solving approaches.

Additional Study Resources for Class 11 Computer Science

Wrap up your chapter revision by testing your knowledge against standard question formats. Everything on our platform is provided free of charge.

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.