0% found this document useful (0 votes)
2 views5 pages

Sample Paper Computerscience

The document is a sample final exam paper for Class XI Computer Science at Modern Convent School, covering various topics in Python programming and computer networking. It consists of 37 questions divided into five sections, with varying marks assigned to each section. The exam includes multiple-choice questions, programming tasks, and theoretical questions, all to be completed within a 3-hour time frame.

Uploaded by

yashica.shokeen
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)
2 views5 pages

Sample Paper Computerscience

The document is a sample final exam paper for Class XI Computer Science at Modern Convent School, covering various topics in Python programming and computer networking. It consists of 37 questions divided into five sections, with varying marks assigned to each section. The exam includes multiple-choice questions, programming tasks, and theoretical questions, all to be completed within a 3-hour time frame.

Uploaded by

yashica.shokeen
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

MODERN CONVENT SCHOOL

Sector – 4,Dwarka
Sample Paper-Final (2025-26)
SET 1
Class: XI Time: 3 hrs
Subject: Computer Science (083) Max. Marks:70
Date of Exam:---.---.2025 No. of printed pages:8
General Instructions:
● This question paper contains 37 questions.
● All questions are compulsory. However, internal choices have been provided in some questions.
Attempt only one of the choices in such questions
● The paper is divided into 5 Sections- A, B, C, D and E.
● Section A consists of 21 questions (1 to 21). Each question carries 1 Mark.
● Section B consists of 7 questions (22 to 28). Each question carries 2 Marks.
● Section C consists of 3 questions (29 to 31). Each question carries 3 Marks.
● Section D consists of 4 questions (32 to 35). Each question carries 4 Marks.
● Section E consists of 2 questions (36 to 37). Each question carries 5 Marks.
● All programming questions are to be answered using Python Language only.
● In case of MCQ, text of the correct answer should also be written.
Section - A
1. Which of the following is a valid data type in Python?
a) Decimal b) String c) Float d) Letter
2. State True or False for the following statement:
“Python is a low-level language”

3. Explain any two functions of math module

4. What will be the output of the following code?

5. Riya wants to transfer pictures from her mobile phone to her laptop. She uses Bluetooth
Technology to connect two devices. Which type of network will be formed in this case?
a) PAN b) WAN c) MAN d) WWW

6. The variable declared outside all the functions is called a ........ ,. variable.

a) Global b)Local c) Intern d) Constant

7. Find the output of the following code:-

8. Find the output of the following code:-


9. Find the output of the following code:-

10. Find the output of the following code:-

a) 123 b) 1 2 3 c)„1 2 3‟ d) Error

11. Find the output of the following code:-

12. Find the output of the following code:-

13. Which of the following creates a tuple?


a) tuple1=("a","b") b) tuple1[2]=("a","b") c) tuple1=(5)*2 d) None of the above
14. Find the output of the following code:-

15. Expansion of SMTP is ________


a) Simple Mail Transfer Protocol
b) Simple Message Transfer Protocol
c) Simple Mail Transmission Protocol
d) Simple Message Transmission Protocol
16. What is printed by the following statements?

Given the lists L=[1,3,6,82,5,7,11,92] , write the output of print(L[3:7])


17.
Name the protocol is used to implement remote login.
18.

19. Out of the following, find those identifiers, which cannot be used for naming Variable or
Functions in a Python program:
a) while b) VAR c) For d) count
Q20 and 21 are ASSERTION AND REASONING based questions. Mark the correct choice as
a) Both A and R are true and R is the correct explanation for A
b) Both A and R are true and R is not the correct explanation for A
c) A is True but R is False
d) A is false but R is True
20. Assertion(A): Dictionaries are enclosed by curly braces { }
Reason( R) : The key-value pairs are separated by commas ( , )
21. Assertion (A): clear() method removes all elements from the dictionary
Reason (R): len() function cannot be used to find the length of a dictionary.
Section-B ( 7 x 2=14 Marks)
22. What is the difference between break and continue? Give examples.

23. Find the output of the following:-

24. Write a program to print table of a


number accepted from user.
Example:-
Input:
5
Output:
5x1=5
5 x 2 = 10
.
.
5 x 10 = 50
25. Write a Python program to print the numbers of list after removing even numbers from it. The
program first asks for the 10 numbers from the user.

26. What is the difference between mutable and immutable variables? Give an example.
27. Rewrite the following code fragment using for loop:

28. What is the difference between list and tuple? Give examples.
Section-C ( 3 x 3 = 9 Marks)
29. a) Find the output of the following: -

b) Find the output of the following:-


30. What possible output(s) is/are expected to be displayed on the screen at the time of execution
of the program from the following code?

a)BACKRIGHT b) BACKRIGHTFRONT
c) BACK d) LEFTFRONTRIGHT
31.
a) Shalini wants to prevent unauthorized access to/from his company‟s local area network.
Write the name of system (software/hardware), which she should install.
b) Two doctors in the same room have connected their Palm Tops using Bluetooth for working
on a group presentation. What kind of network they have formed?
c) Mr. Ramesh is working in a Global Organisation. He wants to login in his office‟s computer
from his home. Suggest the protocol for the same.
Section-D (4 x 4 = 16 Marks)
32. a) Write the full forms of the following:
(i) VoIP (ii) Wi-Fi (iii) TCP (iv) FTP
b) Difference between Gateway and bridge?

33. a) Find the output of the following: -

b) Predict the output of the following code:-

34. Write a Python Program that will ask cricketer code, cricketer name and his score in a match from
5 cricketer in a dictionary and display the following: -
(i) name of those cricketer whose has scored 100.
(ii) sum of scores of all cricketer.
35. (a) Write a Python program to input 10 numbers to store in the list and print the third largest
number.
(b) Answer the following:-

How do we delete „B‟ in given List colors?


(a) del colors[2] (b) [Link]("B")
(c) [Link](2) (d) All of these
SECTION E (2 X 5 = 10 Marks)
36. Write a menu-based program for the following: -
a) Add an element in a list
b) Delete an element from the list
c) Update an element of a list
d) Search an element in a list
37. Motherson Corporation has set up its new centre at Jaipur, Rajasthan for its office and web-based
activities. It has 4 blocks of buildings

Distance between the various blocks is as follows:


A to B - 50 m
B to C - 110m
C to D - 90m
A to D - 160m
B to D - 140m
A to C - 80m

Numbers of computers in each block


Block A – 25
Block B – 50
Block C - 125
Block D – 10
a) Suggest and draw the cable layout to efficiently connect various blocks of buildings within
the Jaipur centre for connecting the digital devices.
b) Suggest the placement of the following device with justification
i. Repeater
[Link]/Switch
c) Which kind of network (PAN/LAN/WAN) will be formed if the Jaipur office is connected
to its head office in Mumbai?
d) Which fast and very effective wireless transmission medium should preferably be used
to connect the head office at Mumbai with the centre at Jaipur.
e) Suggest the protocol that shall be needed to provide Video Conferencing between centres.

You might also like