Grade 11 C Annual Exam QN
Grade 11 C Annual Exam QN
Grade 11 C Annual Exam QN
Nagercoil
Annual Exam (2022-23)
Grade: XI C, D Max.Marks:70
Subject: Computer Science (083) Duration: 3 hours
General Instructions:
1. This question paper contains three sections, Sections A to C.
2. All questions are compulsory.
3. Section A have 17 questions carrying 01 mark each.
4. Section B has 08 Very Short Answer type questions carrying 03 marks each.
5. Section C has 06 Application & Knowledge based questions, Total of 29 Marks.
SECTION A
1. Instructions given by the user are called 1
(a) Human memory can retain information for a long times whereas computer’s memory
is temporary
(b) Human memory is volatile computer memory and is temporary
(c) There is no difference in both
(d) None of these
3. Data entered through input devices is temporarily stored in the main memory also called 1
(a) ROM (b) Secondary Memory (c) RAM (d) Cache Memory
4. Which system is used to keep track of employees who receive wages/salaries? 1
1
9. If the value of a=20 and b=20, then a+=b will assign……………. to a 1
>>>t=(1,2,4,3)
>>>t[1:3]
(a) (1, 2)
(b) (1, 2, 4)
(c) (2, 4)
(d) (2, 4, 3)
SECTION B
18. Find error in the following code(if any) and correct code by rewriting code and 3
underlining it.
a,b = 0
if (a = b)
a +b = c
print( z)
20. Find out the output of the Following – 3
a=20
a=a+5
a=a-10
print (a)
a,b=a-1,50
print (a,b)
21. Rewrite the following code in python after removing all syntax error(s). Underline each 3
3
22. Find output 3
p=5/2
q=p*4
r=p+q
p+=p+q+r
q-=p+q*r
print(p,q,r)
23. find output 3
a=(2+3)**3-6/2
b=(2+3)*5//4+(4+6)/2
c=12+(3*4-6)/3
d=12%5*3+(2*6)//4
print(a,b,c,d)
count = 0
while count<10:
print(‘Hello’)
count+=1
25. From the program code given below, identify the parts mentioned below: 3
def processNumber(x):
x = 72
return x + 3
y = 54
res = processNumber (y)
Identify these parts:
• function header
• function call
• arguments
• parameters
• function body
• main program
4
SECTION C
26. Draw & explain the block diagram of the Central processing unit. 4
27. Explain the tokens using in python programming language. 4
28. Name the input or output device used to do the following: 5
5
30. 5
• Hacking
• Virus
• Firewall
• Plagiarism