11 Computer Science
11 Computer Science
Session: 2023-2024
Name: -______________________ Date: - ________
Class: - XI Time: -3 hours
Subject – Computer Science M.M- 70
General Directions:
• Please check this question paper contains 35 questions.
• The paper is divided into four sections- A, B, C, D and E
• Section A, consists of 18 questions (1 to 18). Each question carries 1 mark.
• Section B, consists of 7 questions (19 to 25). Each question carries 2 marks.
• Section C, consists of 5 questions (26 to 30). Each question carries 3 marks each.
• Section D, consists of 3 questions (31 to 33) of 5 marks.
• Section E, consists of 2 questions (34 and 35). Each question carries 4 marks.
• All programming questions are to be answered using Python language only.
SECTION – E
34 Answer the following questions: 4
a. Find the output in the following program and debug error if any.
Tp1=(15,11,16,17,12)
Tp1=pop(12)
print(Tp1)
t=(5,)
t=t*2
print(len(t))