0% found this document useful (0 votes)
24 views9 pages

Computer_Science_11_Std

This document is an annual exam question paper for Class XI Computer Science at Yavatmal Public School for the session 2023-24. It consists of five sections (A to E) with various types of questions including objective, short answer, and programming tasks, all to be answered using Python. The exam is designed to assess students' knowledge and skills in computer science concepts and programming.

Uploaded by

Rehan Adatiya
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
24 views9 pages

Computer_Science_11_Std

This document is an annual exam question paper for Class XI Computer Science at Yavatmal Public School for the session 2023-24. It consists of five sections (A to E) with various types of questions including objective, short answer, and programming tasks, all to be answered using Python. The exam is designed to assess students' knowledge and skills in computer science concepts and programming.

Uploaded by

Rehan Adatiya
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 9

YAVATMAL PUBLIC SCHOOL

SUBJECT : Computer Science Darda Nagar Yavatmal TIME : 3 Hrs.


CLASS : XI MARKS : 80
ANNUAL EXAM
SESSION 2023-24

General Instructions:
1. This question paper contains five sections, Sections A to E.
2. All questions of a particular section must be attempted in the correct order.
3. SECTION A has 18 Objective Type Questions of 1 mark each.
4. SECTION B has 07 Very Short Answer Type Questions carrying 02 marks each.
5. SECTION C has 05 Short Answer Type Questions carrying 03 marks each.
6. SECTION D has 02 Questions carrying 04 marks each.
7. SECTION E has 03 Questions carrying 05 marks each.
8. All programming questions are to be answered using Python Language only

Section A
1. Which of the following is not a valid relationl operator? 1
a. +=
b. >=
c. ==
d. !=

2. Which of the following is an invalid identifier in Python? 1


e. if
f. sum
g. Davmodelasansol
h. Dav_model_asansol

3. Which of the following memory types can store the data or information 1
permanently?
a. ROM
b. Flash Memory
c. RAM
d. Hard Disc

4. To append an element at the end of the tuple T=(10,5,15). 1


a. T=T + (40,)
b. T,append(4)
c. Not Possible
d. None of these
5. Identify the following Boolean logic gate. 1

a. AND
b. OR
c. XOR
d. NAND
6. Python programs stored with file extension 1
a. ,odt
b. .py
c. .pty
d. .obj

7. Select the correct output of the code: 1


tuple1=(11,22,33,44,55,66)
list1=list(tuple1)
new_list=[]
for i in list1:
if i%2==0:
new_list.append(i)
new_tuple=tuple(new_list)
print(new_tuple)
a. [22,44,66]
b. (22,44,66)
c. (11,33,55,66)
d. [11,33,55]
8. Which of the following symbol is not an operator? 1
a. %
b. #
c. *
d. //

9. Which is the right way to use the function pow? 1

a. import math
print(pow.math(12,4))
b. import maths
print(maths.pow(12,4))
c. import math
print(math.pow(12,4))
d. from math import pow
print(math.pow(12,4))
10. Evaluate the following expression and identify the correct answer: 1
4 * 5 + 3**2 %7//2-3
a. 18
b. -3
c. 44
d. 25
11. Which of the following will delete the key :value pair for key = "input" in 1
dictionary?
D1={"output": "monitor", "input":"keyword", "hardware": "mouse","software" :
"VLC"}
a. del D1["input"]
b. D1["tiger"].delete()
c. Delete(D1["input"])
d. del(D1.[ "input"])
12. Pick up the system utility software from the following: 1
a. MS Paint
b. LOGO
c. Ubuntu
d. Anti virus

13. What is hexadecimal equivalent of (467)8 1


a. (D7)16
b. (137)16
c. (101110010)16
d. None of the above
14. Select the correct output of the following string operations 1
myString= "pynative"
stringList=["abc", "pynative", "xyz"]
print(stringList[1]==myString)
print(stringList[1] is myString)
a. True
False
b. True
True
c. False
True
d. False
False
15. What will be the output of the following code? 1
a,b=2,3
b,a=b**3,a**2
print(a,”#”,b)
a. 8#9
b. 9#8
c. 27#4
d. 4#27

16. How can individuals contribute to proper e-waste management? 1


a. To generate more revenue from electronic devices
b. To reduce the number of electronic devices in use
c. To prevent environmental pollution and health hazards
d. To promote the use of traditional waste disposal methods.
Q17 and 18 are ASSERTION AND REASONING based questions. Make 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.
17. Assertion(A): It is possible to have duplicate keys in a Python dictionary. 1
Reasoning (R): If you attempt to add a new key-value pair with a key that already
exists in the dictionary, the value associated with the existing key will be
overwritten with the new value.

18. Assertion(A): Slicing a list in python creates a new list containing the sliced 1
elements.
Reasoning(R): When you slice a list in Python, it returns a new list containing the
specified elements, while the original list remains unchanged.
Section B
19. Write down the differences between Compiler and Interpreter. 2

OR
Consider the following string mySchool
mySchool=”Dav Model School”

What will be the output of

a. Print(mySchool[:3]).
b. Print(mySchool[-5:-1])
20. Rewrite the following Python program after removing any/all logical and syntax 2
error(s), underline each correction done in the code:

A = int(input("Enter First Number: "))


B = int(input("Enter Second Number: "))
Op = int(input("Enter Operator")
if Op = "+":
C=A+B
elseif Op == "-":
C=A-B
else
C = "Invalid operator entered"
print("Result = ",C)

21. Evaluate the expressions: 2


a.7+5*10**3//5
b.not(10<5) and (13>9) or(5==7)
OR

Add a pair of parentheses to each of the following expression so that it evaluates


to True.
a. 0 ==2==3
b. 3+4==4+5==9
22. (a) Arrange the following memory units in descending order: KB, GB, PB, TB 2

(b)Shweta found a crumpled paper under her desk. She picked it up and opened
it. It contained some text which was struck off thrice. But she could still figure out
easily that the struck off text was the email ID and password of Himanshu, her
classmate. What is ethically correct for Shweta to do?

(i) Inform Himanshu so that he may change his password.


(ii) Give the password of Himanshu’s email ID to all other classmates.
(iii) Use Himanshu’s password to access his account.

23. Do the following conversion: 2


a. (76F)16 =>(?)10
b. (101110010.1011)2 => (?)8

OR
Draw the logic gate of the following expression:
Y=(NOT A OR B) AND ( A OR NOT B )

24. Define the De Morgan’s Laws and prove it by using truth table. 2
OR
Give the output of the following when num1=4,num2=3 and num3=2
NOTE: Consider the initial value of num1 to be 4 for each of the following parts.

a. num1+=num2+num3
print(num1)

b. num1=num1**(num2+num3)
print(num1)
c. num1=2+9*((3*12)-8)/10
print(num1)

d. num1=24//4//2
print(num1)

25. Write the Boolean expression for the following logic circuit shown below: 2

SECTION C
26. Write a Python program that accepts a string from user and display the reverse of 3
the string.(Ex: if Input is “Hello” then Ouput is “olleH”)
OR

Write a Python program that accepts a string from user and display list containing
indices of capital letters of the string.

For Example, If the String is:


'Dav Model School'
Then the output should be:
[0,4,10]

27. Draw a flowchart to check whether a given number in Palindrome or not? 3

28. What will be the output of the Python code given below: 3
T1= "IND-23"
T2= ""
I=0
while I<len(T1):
if T1[I] >= "0" and T1[I]<= "9":
Val=int(T1[I])
Val=Val+1
T2=T2+ str(Val)
elif T1[I]>= "A" and T1[I]<= "Z":
T2=T2+T1[I+1]
else:
T2=T2+ "*"
I+=1
print(T2)
29. a. Write a programe to print the pattern,. 3
1
21
321
4321
54321

b. What are the potential consequences of oversharing personal information on


social media?
30 Write a Python code to input electricity unit charges and calculate total electricity 3
bill according to given condition:
For units between 0-49, charge is Rs 0.50/unit.
For units between 50-99, charge is Rs 0.75/unit.
For units between 100-199, charge is Rs 1.20/unit.
For 200 and above units, charge is Rs 1.50/unit.
An additional surcharge of 20% is added to the bill in each case.

Section D
31. a. How many times the values of i and j will be displayed after executing the 2+2
following python code?
i,j=5,6
while i<20:
i=i+j
j=j-1
print(i,j)

b. Rewrite the following for loop into its equivalent whileloop


for i in "Programming ":
print(i)

32. a. A real value can be converted to nearest integer value with the help of 2+2
two built-in functions: int() and round().
In this context differentiate the above built-in functions with suitable
examples.
b. Write a program that will take a string as input and convert all the
vowels in the string to upper case and rest in lower case.

Section E
33. a. Find the output of the following python code: 1+2+2
(i) a,b,c,d=(1,2,3,4)
myt=(a,b,c,d)*2 +(5**2,)
print(len(myt)+2)
(ii) Mystring= "programming is Fun"
print(Mystring[-50:10:1].endswith('in'))
print(Mystring.partition('m'))
b. Write a program to count the number of lower case characters and upper case
characters in a given strings.
Example: I love My School
34. Create a dictionary named dict_1 and perform the following: 1*5=5
a. dict_1 should have first five primary numbers as key and their number
names as value
b. A code to return the keys in the dictionary.
c. To check if 7 is present or not.
d. To retrieve the value corresponding to 5
e. Differentiate between pop andpopitem.

OR

Consider the following dictionary stateCapital:

stateCapital = {"Karnataka": "Bangalore", "Haryana":"Chandigarh",


"Sikkim": "Gangtok", "Bihar":"Patna"}

Find the output of the following statements:


a. print(stateCapital.get("Bihar"))
b. print(stateCapital.keys())
c. print(stateCapital.items())
d. print(len(stateCapital))
e. print("Maharashtra" in stateCapital)

a. Define Escape Sequence and give example of any two. 1


b. Define comment and give an example to present multiline 1
35. comment.
c. What is the difference between python list and dictonary. 2
1
d. Give a example of string Slicing

You might also like