0% found this document useful (0 votes)
39 views

Cs CL 11 Term 2 Pro.

This document contains a certificate and acknowledgement for a computer science project completed by a student named Atulit of class 11th A. It also contains 10 Python programs written by the student on topics like strings, tuples, dictionaries, and lists as part of the project. The programs take inputs, perform various operations like checking vowels, replacing characters, sorting, etc. and display the outputs. The document certifies that the project was completed individually by the student within the deadline.

Uploaded by

Ayan Khan
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)
39 views

Cs CL 11 Term 2 Pro.

This document contains a certificate and acknowledgement for a computer science project completed by a student named Atulit of class 11th A. It also contains 10 Python programs written by the student on topics like strings, tuples, dictionaries, and lists as part of the project. The programs take inputs, perform various operations like checking vowels, replacing characters, sorting, etc. and display the outputs. The document certifies that the project was completed individually by the student within the deadline.

Uploaded by

Ayan Khan
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
You are on page 1/ 30

KALKA

PUBLICK
SCHOOL

COMPUTER SCIENCE

PROJECT
SUBJECT TEACHER - KALPANA MAM

BY ATULIT
11TH A , 11
INDEX

01 Certificate

02AcknolodgemenT

03 P r o g r a m c o d e s a n d r e s u l t s

04 Thankyoupage
ACKNOWLEDGEMENT

I would like to express my profound gratitude to mrs


kalpana ma’am, of computer science department,
and mrs. Anju Malhotra of Kalka Public School for
their contributions to the completion of my project. I
would like to express my special thanks to my
mentor for his/her time and efforts they provided for
this project. Your useful advice and suggestions were
really helpful to me during the project’s completion.
In this aspect, I am eternally grateful to you. I would
like to acknowledge that this project was completed
entirely by me and not by someone else.

Signature
CERTIFICATE

This is to certify that ATULIT of class XI A


has completed his computer science
project titled python program under the
guidance of mrs. Kalpana ma’am, for the
academic year 2023. The certified
student has been dedicated throughout
his research and completed her work
before the given deadline without
missing any important details from the
project. It is also certified that this project
is the individual work of the student and
can be submitted for evaluation.
TOPIC STRING
1.Write a python code to input a string and display all
input the vowels present in it.

output
Program 2: Write a python code to input a string in lowercase
replace the letter E with *symbol in the
given string. Display the new string.
input

output
program3. Write a python code to input a string and change the
case of each letter upper case to
lowercase and vice versa. Display the new string
input

output
Program 4: Write a python code to input a string and check
whether it is a palindrome string or not. (A
word is said to be the palindrome if it is a reads the same after
input reversing the letter)

output
Program 5: Write a python code to input a string convert into
uppercase and display the string in
alphabetical order of its letters.
input

output
Program 6: Write a program code to input a sentence in the
lowercase. Convert the first letter of each
word of the sentence in uppercase and display the new sentence
input

output
Program 7: Write a python code to input a sentence in the
lowercase. Enter a word separately and find
the frequency of the given word in the sentence. Finally, display
the frequency of the ward.
input

output
Program 8: Write a program that reads a line by user and prints its
statistics like:
Number of uppercase letters
input Number of Lowercase letters
Number of alphabets
Number of digits

output
Program 9: Write a program that enter a string and display the
string without vowel characters

input

output
Program 10: Write a program that enter a string and display the alternate
characters in a string
input

output
TOPIC - TUPLE AND DICTIONARY
Program 1: Write a program to enter N numbers in a tuple NUM and find the sum,
maximum and
input minimum vlaues from the tuple

output
Program 2: Write a program to enter N numbers in a tuple NUM and print the tuple in
ascending order
of name.

input

output
Program 3: Write a python code to accept a set of numbers in a tuple. Display all the
unique numbers

input

output
Program 4: Write a program code to accept the name of a student and create a
dictionary by assigning
marks secured by him/her in English, Maths and Science subjects as shown below

input

output
Program 5: Write a Python code to create a dictionary containing four products with
their names as keys
and their sales as values respectively. Display the dictionary with names of the product
having the
input highest sale.

output
Program 1: Write a python code to accept a number of integers (using negative as well
as positive) in a
list find and display the following
Sum of negative numbers
input Sum of positive even numbers
Sum of positive odd numbers

output
Program 2: Write a program code ine python to accept 10 integer numbers in a list find
and display the
sum of first five integers and the products of next five integersers

input

output
Program 3: Write a program in Python to enter a set of numbers in a list find and display
the maximum
and minimum numbers among them without using inbuilt function Max and min()

input

output
Program 4: Write a program in Python to accept a set of letters in a list find and display
the frequency of
vowels and consonants present in the list without using the inbuilt function.

input

output
Program 5: Write a python code to accept a set of names in a list enter or name separately and search
for it in the given list of names if found then display search is successful otherwise display the name
has
not been enlisted

input

output
Program 6: Write a program code in Python to input the integer numbers in a list. Display those
numbers
which are buzz numbers..

input

output
Program 7: Write a python code to accept the integers in 2 list. Find and display the frequency
of each
element of list L1 and L2

input

output
Program 8: Write a program code in Python to accept the names and marks in Computer
Science of
students of your class into different lists. Display the name of student who has secured the
highest
marks.
input
output
Program 9: Write a program code to input some words or names in a list display only those
words or
names that begin with ‘A’ vowel.

input

output
Program 10: Write a python code to accept a set of words in the list and display only those
words which
are palindrome.

input

output
THANK YOU
BY ATULIT 11TH A 11

You might also like