0% found this document useful (0 votes)
4 views1 page

Class 11 Python Practical Record

The document outlines a practical record for Class 11 Computer Science using Python, detailing 13 programs with specific aims and outputs. Each program focuses on fundamental programming tasks such as calculating areas, checking for palindromes, and generating Fibonacci series. The outputs for each program include various results like area, factorial, patterns, and character counts.

Uploaded by

pastudents023
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Class 11 Python Practical Record

The document outlines a practical record for Class 11 Computer Science using Python, detailing 13 programs with specific aims and outputs. Each program focuses on fundamental programming tasks such as calculating areas, checking for palindromes, and generating Fibonacci series. The outputs for each program include various results like area, factorial, patterns, and character counts.

Uploaded by

pastudents023
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

CLASS 11 – COMPUTER SCIENCE

PYTHON PRACTICAL RECORD

PROGRAM 1
Aim: To find the area and perimeter of Circle, Rectangle and Square.
Output: Area and perimeter are displayed.

PROGRAM 2
Aim: To find the factorial of a given number.
Output: Factorial is displayed.

PROGRAM 3
Aim: To check whether a number is palindrome or not.
Output: Palindrome result is displayed.

PROGRAM 4
Aim: To check whether a number is prime or not.
Output: Prime checking result is displayed.

PROGRAM 5
Aim: To print star and number patterns.
Output: Patterns are displayed.

PROGRAM 6
Aim: To find the number of vowels in a string.
Output: Number of vowels is displayed.

PROGRAM 7
Aim: To find the longest word in a string.
Output: Longest word is displayed.

PROGRAM 8
Aim: To separate even and odd numbers in a list.
Output: Even and odd lists are displayed.

PROGRAM 9
Aim: To add two lists.
Output: Combined list is displayed.

PROGRAM 10
Aim: To check the occurrence of an element in a tuple.
Output: Occurrence result is displayed.

PROGRAM 11
Aim: To print number into number name.
Output: Number name is displayed.

PROGRAM 12
Aim: To find occurrence of each character.
Output: Character count is displayed.

PROGRAM 13
Aim: To generate Fibonacci series using tuple.
Output: Fibonacci series is displayed.

You might also like