FINAL TERM PAPER OF CLASS XIth Computer Science(083)
FINAL TERM PAPER OF CLASS XIth Computer Science(083)
SECTION-B 2*7=14
Q.19- What are intellectual property rights (IPR)?
Q-20- What do you understand by plagiarism? Why is it a punishable offence?
Q.21- What do you understand by identity theft?
Q.22- How are dictionaries different from lists?
Q.23- When should tuples be preferred over lists?
Q.24- What is the difference between append( ) and extended( ) functions?
Q.25- Write a program to input a string and print number of upper- and lower-case letters in it.
SECTION-C 3*5=15
Q.26- Write a Python program to count the number of even and odd numbers in a series of
numbers
Q.27- Define These terms: -
I) phishing II) scam III) computer forensics IV) identity theft
Q.28- Write a python program to find the highest 2 values in a dictionary and also write output.
Q.29- Write a program that inputs individual words of your school motto and joins them to make a
string. It should also input day, month and year of your school’s foundation date and print
the complete date.
Q.30- Write the output of the following python program-
SECTION-D 4*2=8
Q.31- Write a program to count the frequency of a given element in a list of numbers.
Q.32- Write a program to read three numbers in three variables and swap first two variables with
the sums of first and second, second and third numbers respectively.
SECTION-E 5*3=15
Q.33- Write The Outputs of the Following code fragments :
Q.34- Write a program to input a tuples and check if it contains the all elements as same.
Q.35- Write a program to enter a number from keyboard and find its factorial.
Or
Write a program that reads a line and prints its statistics like:
I) Number of uppercase letters: II) Number of lowercase letters:
III) Number of alphabets: IV) Number of digits:
IV) Number of symbols:
**********************************END OF PAPER************************************