MS - Computer Science - 11 - 2023 - Sse - Set2

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

KENDRIYA VIDYALAYA SANGATHAN, MUMBAI REGION

SESSION ENDING EXAMINATION 2022-23


CLASS XI - COMPUTER SCIENCE
MARKING SCHEME
TIME- 3 HOURS MARKS-70

Instructions:
1. This question paper contains five sections, Section A to E.
2. All questions are compulsory.
3. Section A has 18 questions carrying 01 marks 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 03 Long Answer type questions carrying 05 marks each.
7. Section E has 02 questions carrying 04 marks each.
8. All programming questions are to be answered using Python Language only.

Que. SECTION A Mark


No.

1. (b) Indian Standard Code for Information Interchange 1

2. (C)System Bus 1

3. (d) Device Driver 1

4. (b) both inputs are high 1

5. (c) Temp_123 1

6. False.. 1

7. (c)== 1

8. (d) Semantics Error 1

9. (b) [15,12,9,6] 1

10. True 1

11. (c) S[-3:] 1

12. (b) False 1

13. (d) [1,2,1,2] 1

14. (b) [1, 2, 3, 4, 5] 1


15. (c)Digital Footprint 1

16. (a) Arnav sent an email to his friend with a message saying that “I am sorry” . 1

17 and 18 are ASSERTION AND REASONING based questions. Mark the


correct choice as
(A) Both (A) and (R) are true and (R) is the correct explanation (A)
(B) Both (A) and (R) are true and R is not the correct explanation (A)
(C) (A) is True but (R) is False
(D) (A) is false but (R) is True

17. (C) (A) is True but (R) is False 1

18. (C) (A) is True but (R) is False 1

SECTION-B

19. Testing is the process using which we find errors and bugs. Debugging is 2
the process using which we correct the bugs that we found during the
testing process.( 1 Mark each for correct answer)

20. Evaluate the following expressions and write an output. 2


(a) 27.2
(b) True
( 1 Mark each for correct answer)

21. cooperation 2
( 2 Mark for correct answer)

22. Give names of string related built-in functions for the following purpose. 2
(a) istitle().
(b) count()

23. [9, 8, 7, 6, 5, 3] 2
50
( 1 Mark for each correct output)

24. The random command will generate a random value present in a given 2
list/dictionary. And randint command will generate a random integer value from
the given list/dictionary. (1 mark)
And for suitable example 1 mark

25. 1 mark for definition and 1 mark for patent, copyright, trademark infringement, 2

SECTION-C
26. Convert the following: 3
(i) Convert (2765)8 to (1525)10
(ii) Convert (110111110011)2 to (6763)8
(iii) Convert (B2CD)16 to (1011 0010 1100 1101)2

27. (a) For correct logic diagram 2 marks 2+1


(b) According to the distributive law A(B+C)= (AB+AC) (1 Mark)

28. (a)½ mark for definition and ½ mark for multiline comment 1+2
(b) Rewrite & underline the following code after removing errors ?
num1=int(input('''Enter a number ?''') )
if num1%2==0:
print (“number is completely divisible” )
else :
print("it is not divisible from 2")

29. (a)[18, 42, 47, 60, 90, 101] 2 mark for correct output 2+1
(b) 1 mark for correct explanation

30. I mark each for correct definition,logic and output 3

SECTION-D

31. 5
1. Copyright Infringement.
2. Online fraud.
3. Identity theft.
4. Phishing/Pharming.
5. Cyber Bullying.

32. len(list1) 5
d. List1.extend([56,66])
list1. clear()
list1[2]=99
list1.sort(reverse=True)

33. For correct variable declaration 2 marks and 1 mark each for correct 5
statement.
SECTION-E

34. 4
For correct definition of tuple 1 mark, 2 marks for logic and 1 mark for
output.

OR

For correct definition of tuple 1 mark, 2 marks for logic and 1 mark for
output.

35. For appropriate answers 1 mark each. 4

You might also like