Cs CL 11 Term 2 Pro.
Cs CL 11 Term 2 Pro.
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
Signature
CERTIFICATE
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