xi_computer science.doc
xi_computer science.doc
of pages - 8 (M)
MARKING SCHEME
COMMON ANNUAL SCHOOL EXAMINATION (2023-24)
CLASS : XI
SUBJECT: COMPUTER SCIENCE (083)
Time Allowed : 3 hours Maximum Marks : 70
GENERAL INSTRUCTIONS:
Please check this question paper contains 35 questions.
The paper is divided into 5 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.
Section D, consists of 2 questions (31 to 32). Each question carries 4 Marks.
Section E, consists of 3 questions (33 to 35). Each question carries 5 Marks.
All programming questions are to be answered using Python Language only.
Students may use their own logic. The marking scheme is just for the reference.
*************
SECTION A
2. d. switch 1
3. b. Application software 1
4. d. [40,50,60] 1
5. c. Integer 1
6. a. num 1
7. c. for x in range(11): 1
8. b. L[2][2] 1
9. True 1
10. b. 55.5 1
11. d. -5 1
1 XI-COMPUTER SC.-M
12. c. print(str1[-11:-6]) 1
14. a. bit 1
15. c. stalking 1
SECTION B
19. 7 20 2
ii. 16 1 mark
or
print(i)
2 XI-COMPUTER SC.-M
24. 2
b is greater (1 mark)
OR
4321
432
43
½ x4=2 marks
if a%7==0:
else:
SECTION C
26. a. Y=(U.V’)+(U’.W’) 3
b. 1.) (199)10
2.) (101001.11)2
3 XI-COMPUTER SC.-M
27. a , b=7,7 3
c=a+b
if c>=14:
else:
½ x6 =3 marks
Vcount=Dcount=Wcount=0
for i in content:
if i in 'AEIOUaeiou':
Vcount += 1
elif i.isdigit():
Dcount += 1
elif i.isspace():
Wcount += 1
print("Vowels: ",Vcount)
print("Digit: ",Dcount)
print("Words: ",Wcount+1)
Total 3 marks
4 XI-COMPUTER SC.-M
OR
29. a. random 3
c. randint or randrange ()
1x3 =3 marks
30. a. Eavesdropping 3
b. Cyber trolling
c. Phishing
(1 mark each)
5 XI-COMPUTER SC.-M
SECTION D
31. a. 1+3
i. D.items() ½ mark
new=[]
for i in Name:
if i[-1] in 'Aa':
new.append(i)
print(new)
valid description, 1 mark for definition and ½ mark for each point
to handle e-waste.
6 XI-COMPUTER SC.-M
SECTION E
½ x 2=1 mark
return 89.
½ x2 =1 mark
(c)
i. L = [100,10,20,30,40,50,60]
ii. L= [10,20,40,50,60]
iii.L = [10,20,30,40,50,60,70,80,90]
3.0
OR
55
b.)
D = {}
for i in data:
if i not in D:
D[i] = 1
else:
7 XI-COMPUTER SC.-M
D[i] += 1
print(D)
OR
student = {}
for i in range(n):
student[name] = marks
print(student)
your own.
or assignee that gives exclusive control over the use or sale of their
e. IT ACT 2000 is the law which covers all the crimes done using
8 XI-COMPUTER SC.-M