0% found this document useful (0 votes)
21 views

Final QP - IP - XI - 01

question paper for class 11 ip
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views

Final QP - IP - XI - 01

question paper for class 11 ip
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Roll No.:______________ Sub.

Code : 065

Please Check that this question paper


contains 35 questions and 4 pages

HALF YEARLY EXAM : 2023-24


Class : XI
Time : 3 Hrs. Subject : INFORMATICS PRACTICES Max. Marks : 70

General 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 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
Q1. What type of memory is Blue Ray Disc?
a) Primary b) RAM c) ROM d) Secondary Memory

Q2. Which is example of System software?


a) Antivirus b) package c) windows Os d) None

Q3.Which of the following is not mutable data types?


a) list b) dictionary c) set d) string

Q4.Which of the following is not valid identifier?


a) 1x b)x_1 c) X1 d) x

Q5. Python supports dynamic typing.


a. True b. False

Q6. Which of the following is an escape character for a new line character?
a) \b b) \t c) \n d) \b

Q7. Reserved words of python programming__________


a) Token b) Identifier c) Keywords d) None

Q8.Write the output of following code:


x=7
x=6
x=x+x
print(x)
a) 7 b) 12 c) 5 d) Error

1
Q9. An Antivirus is an example of _________
a) Application software b) System software c) Utility software

Q10 Which of the following free of cost as well provided with source code?
a) OSS b) Freeware c) Free software d) Adware

Q11. Data items having fixed value are called _________


a) Identifiers b) functions c) Keywords d) Literals

Q12. Each indentation in python consist of _____ spaces.


a) 2 b) 3 c) 4 d) None

Q13.Python is a/an _______________ language.


a) High level b) Object Oriented c) Procedural d) Difficult

Q14. To give a different separator with print() ________ argument is used,

a) sep b) separator c) end d) tab

Q15. Which will create empty list-

a) L=list() b) L=[ ] c) L=() d) L=list[0]

Q16. An empty statement in python__

a) null b) void c) pass d) ;

Q17. Select the correct


Statement A Compiler converts high level language program code into machine language in one go
Statement B Complier is fast in debugging .

a) Statement A is True B is False b) Statement B is True A is False

c) Statement A and B both are True d) Statement A and B both are Wrong

Q18. Select the correct –


Statement A In python ,unlike other types, you can change elements of list in place
Statement B List are mutable sequences..

a) Statement A is True B is False b) Statement B is True A is False

c) Statement A and B both are True d) Statement A and B both are Wrong

SECTION B
Q19. Difference between RAM and ROM. 2
Or
Difference between Compiler and Interpreter

Q 20. What is proprietary software, explain with example. 2

2
Q 21. What are utility software give example? 2

Q 22. Explain types of errors with example? 2


Or
Explain system software with its types?

Q 23. Is python a case sensitive language, explain. 2


Q24. Explain application software and write its example? 2
Q25. Write a program to find maximum of three numbers? 2
Section – C

Q 26. Consider the following expressions, find value of c in following expresiions: 3


a) a,b = 5,7 b) a,b = 5,7 c) a,b = 5,7
c=b//a c=b%a c=float(b//a)
Q27.Write the corresponding Python expressions for following mathematical expression- 3
a) 3- xye3z + 5z b) y- e4x +x4
Q28. Write the output of following programs. 3

if(5+7= =11):
print(“true”)
else:
print(“false”)
print(“true”)
print(“false”)

Q 29 Find out the error in following statement, Give reason: 3

Print(“My name is : “, name)

Q 30. Write the output of following programs. 3

p=20
q=40
p=p*q/2
q=q+q/4
print(p,q)
p=p+q
print(p)
or
Write a program to print multiplication table of any number?
Section – C

Q31.Explain following mathematical function with example? 4

a) pow b) ceil() c) sqrt d) fabs

Q32..How many types of statement are in flow of control with example? 4

3
Section – D

Q33. How are the statements L1=L1+4 and L1=L1*4 are different, where L1 is list. 5

Or

What will be the output of the following ?

(a)87//5 (b)(87//5.0) = = (87//5) (c) 87//5.0 (d) 17%5.0 e) 17%5.0= =13%5

Section – E

Q34. What are identifiers, write factors guide the choice of identifiers in program? 5

or

What are tokens in Python? How many types of tokens allowed in Python.

Q35.What will be the output of following code- 5

a) L1 =[1,3,5,7,9] (2) b) L1=[1,2,3,4,5,6,7,8,9,10,3,4,5] (3)


print(L1==L1.reverse()) print(L1.index(5))
print(L1) print(L1.count(5))
L1.append(L1.count(3))
print(L1)

or

Start with the list [8,9,10]. Do the following using list functions where list name is L1.

(a) Set the second entry (index 1) to 17


(b) Add 4 and 6 to the end of the list.
(c) Remove the first entry from the list.
(d) Sort the list.
(e) Insert 25 at index 3

************x**********

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy