Final QP - IP - XI - 01
Final QP - IP - XI - 01
Code : 065
General Instructions:
Section – A
Q1. What type of memory is Blue Ray Disc?
a) Primary b) RAM c) ROM d) Secondary Memory
Q6. Which of the following is an escape character for a new line character?
a) \b b) \t c) \n d) \b
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
c) Statement A and B both are True d) Statement A and B both are Wrong
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
2
Q 21. What are utility software give example? 2
if(5+7= =11):
print(“true”)
else:
print(“false”)
print(“true”)
print(“false”)
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
3
Section – D
Q33. How are the statements L1=L1+4 and L1=L1*4 are different, where L1 is list. 5
Or
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.
or
Start with the list [8,9,10]. Do the following using list functions where list name is L1.
************x**********