You are on page 1of 2

Kendriya Vidyalaya Sector 8 Rohini

First Periodic Exam


Subject: Informatics Practices
Class XI
All questions are compulsory MM: 40

SN Part A (Objective Type Questions) Marks


1 This is NOT the part of CPU 1
(i) ALU (ii) MU (iii) Speaker (iv) CU
2 This is NOT a Secondary Storage Device 1
(i) Pen Drive (ii) CD (iii) DVD (iv) ROM
3 This is an example of System Software: 1
(i) Operating System (ii) Tally Software (iii) Result Software (iv) Ms Office
4 There are ___ GB in 1 TB 1
5 Compiler is an example of: 1
(i) Application software (ii) System Software (iii) Programming Tool (iv) None
of the above
6 This is not the valid Identifier in Python 1
(i) _a (ii) EMP_ID (iii) 1ABC (iv) Int

7 Identify the type of literals for the following: 1


(i) False
(ii) “1234”
8 Identify the valid Relational Operator from the following: 1
(i) and (ii) or (iii) != (iv) not
9 L=[1,2,3,4] 1
Print(2 not in L) will print True/False
10 S=”computer” 1
Print(S*3) will print___________________
PART B
11 Write any two rules for naming a variable 2
12 Underline the errors in the following code. Also write the corrected code: 2
A=Int(input(“enter no”))
if A>10
print(“A is greater than 10)
Else:
print(“A is not greater than 10”)
13 Write the output of the following code: 2
>>>6 <20 and 7>20 or 8==8
>>>7*8//4-7+3*2
15 Write two points of differences between RAM and ROM 2
16 Write two points of differences between Compiler and Interpreter 2
PART C
17 What do you understand by mutable and immutable data types? Explain with 3
example (2 mutable type and 2 immutable type)
18 Write the output of the following code: 3
Consider the following codes:
if val<15:
print(val*2)
else:
print(val*3)
Write the output of above code if value of variable val is 8, 19, 12 respectively
19 Write a program in python which takes a number from user and tell whether no is 3
divisible by 5 or not. If number is divisible by 5 then add 100 to number otherwise
add 50. Print the modified number
20 Write down names of any three General purpose Application Software and any 3
three customized Application software
PART D (Case Study)
21 Write a program in python which takes input of Basic Salary, HRA, DA and IT from 4
user. Compute and print Gross Salary and Net Salary
Gross Salary will be sum of Basic, HRA and DA -IT
Net Salary will be calculated as follows
If Gross Salary is greater than 20000 then add Rs 1000 as commission in Gross
salary otherwise there will be no change between Gross Salary and Net Salary.
22 Aditi is using computer for first time. She is not much aware about Computer 4
hardware. Help her to identify the devices for the following purpose:
1) To take textual input
2) To take output in hard copy
3) To give voice input to computer
4) To get audio output from computer

You might also like