You are on page 1of 3

CHANDRA SEKHAR ACADEMY , BALIGHAI , PURI

PT-2 EXAMINATION - (2023-24)

STD - XI Full Mark – 35


Subject – Computer Science (Code -083) Time – 2 hours

1) Answer any FOUR. [5×4]


a) Write a python program to find the area of rectangle and square .
b) Write a python code to illustrate NESTED loop
c) Describe the different mathematical functions without using module .
d) What is flowchart ? Write down its features .
e) Write a python code to input three digits and find out the smallest one .

2) Answer the following questions . [1×5]


. a) What is Tuple ?
b) What is POP() in list ?
c) What is sum() in tuple ?
d) Define Membership operator .
e) What do you mean by precedence of operators ?

3) Fill in the blanks . [1×5]


a) A ------------- is an unordered collection of keys and their values .
b) pdb stands for ----------------- ..
c) ---------------- is referred to as a technique of arranging elements of a list .
d) A variable including a set of characters is known as -------------- .
e) A constant which gives the exact representation of data is called ------------- .

4) Write whether the following statements are True / False . [1×5]


a) Exception handling refers to the process of eliminating exceptions in a program .
b) A nested tuple is a tuple enclosed as an element within another tuple.
c) (*) operator is used for string concatenation .
d) Indentation is a system of declaring a statement or a set of statements as a block .
e) A Tuple is an ordered sequence of data which is mutable .

********BEST OF LUCK**********
CHANDRA SEKHAR ACADEMY , BALIGHAI , PURI
PT-2 EXAMINATION - (2023-24)

STD - XI Full Mark – 35


Subject – Computer Science (Code -083) Time – 2 hours

SET – ‘B’
1) Answer any FOUR. [5×4]
a) Write a python program to find the area of rectangle and square .
b) Discuss any five built-in string methods .
c) Discuss the different methods of searching.
d) What is flowchart ? Write down its features .
e) Write a python code to input three digits and find out the smallest one .
2) Answer the following questions . [1×5] .
a) What is dictionary ?
b) Why len() in string is used ?
c) What is meant by an empty list ?
d) Define Membership operator .
e) What do you mean by precedence of operators ?
3) Fill in the blanks . [1×5]
a) The Escape Sequence is otherwise known as ------------- .
b) ----------------- function is used to create an empty or null dictionary.
c) ---------------- keyword is used to delete one or more elements from the list.
d) -------------- function is used to updating the existing dictionary .
e) A ------------- variable decides whether the task is to be performed or not in the iteration .
4) Write whether the following statements are True / False . [1×5]
a) The loop is a repetitive structure .
b) The len() method is used to remove the leading and trailing white spaces from a string .
c) Unary operator works on multiple operands .
d) List is a mutable collection of data .
e) The index() in tuple is called through tuple object .

************** BEST OF LUCK *************

You might also like