Important Notice:
|| CCC Result Nov 2025 ||
|| CCC Marksheet Aug 2025 ||
|| O Level Jul 2026 Reg. Form Last Date: 30/04/2026 ||
|| CCC Mar 2026 Exam Postponed ||
|| CCC/ O Level Exam Full Form ||
|| CCC Result Nov 2025 ||
|| CCC Marksheet Aug 2025 ||
|| O Level Jul 2026 Reg. Form Last Date: 30/04/2026 ||
|| CCC Mar 2026 Exam Postponed ||
|| CCC/ O Level Exam Full Form ||
O Level
Notes
Follow us:
OLevelNotes
Home
O Level Notes
M1-R5.1
M2-R5.1
M3-R5.1
M4-R5.1
CCC
CCC Chapter Wise Notes
CCC Chapter Wise MCQ
CCC Modal Paper
CCC Previous Paper
CCC Assignment
CCC Online Test/Real Portal
Chapter Wise MCQ
M1-R5.1
M2-R5.1
M3-R5.1
M4-R5.1
Model Paper
M1-R5.1
M2-R5.1
M3-R5.1
M4-R5.1
O Level Real Test Portal
Old Paper
M1-R5.1
M2-R5.1
M3-R5.1
M4-R5.1
Practical Paper
M1-R5.1
M2-R5.1
M3-R5.1
M4-R5.1
Assignment
M1-R5.1
M2-R5.1
M3-R5.1
M4-R5.1
Contact Us
ADCA Course
Introduction To Computer
Introduction To OS
MS Office
Tally Prime
Graphic Design
Web Design
Programming Language
Learn Typing
Typing Tutor
Typing Test
KCIT Student
Student Login
KCIT Student
M3-R5.1 Old Paper — July 2022 (Set 2)
25 Questions • M3-R5.1
60:00
← Back
1
Python String Method upper() क्या करता है?
A
First letter capitalize
B
सभी letters uppercase
C
सभी letters lowercase
D
String reverse
2
Class Inherit करने का Syntax?
A
class Child(Parent):
B
class Child extends Parent:
C
class Child : Parent:
D
class Child inherits Parent:
3
Python में self Keyword किसको Refer करता है?
A
Class
B
Object instance
C
Module
D
Function
4
Python List Method sort() क्या करता है?
A
New sorted list return
B
In-place sort
C
Reverse sort
D
Random shuffle
5
Python File Read करने का Method?
A
read()
B
get()
C
fetch()
D
load()
6
Python के Creator कौन हैं?
A
Guido van Rossum
B
James Gosling
C
Dennis Ritchie
D
Bjarne Stroustrup
7
Python में Function Define करने का Keyword?
A
func
B
define
C
def
D
function
8
print(10 // 3) का Output क्या होगा?
A
3.33
B
3
C
4
D
1
9
Key-Value Pairs Store करने के लिए कौन सा Data Type?
A
List
B
Tuple
C
Set
D
Dictionary
10
Python 3 में User Input लेने का Function?
A
cin()
B
scanf()
C
input()
D
readline()
11
Python में Single-Line Comment का Symbol?
A
//
B
/* */
C
#
D
--
12
Python में Immutable Data Type कौन सा है?
A
List
B
Dictionary
C
Tuple
D
Set
13
len("Python") का Return Value?
A
5
B
6
C
7
D
4
14
Unknown Iterations के लिए कौन सा Loop?
A
for loop
B
while loop
C
do-while loop
D
foreach loop
15
print(2 ** 3) का Output?
A
6
B
8
C
9
D
5
16
NumPy मुख्य रूप से किसके लिए है?
A
Web development
B
Numerical computing
C
Database management
D
File handling
17
List के End में Element Add करने का Method?
A
add()
B
push()
C
insert()
D
append()
18
range(0, 5) क्या Produce करता है?
A
0,1,2,3,4,5
B
0,1,2,3,4
C
1,2,3,4,5
D
0,5
19
File Writing के लिए Open कैसे करें?
A
open("f","r")
B
open("f","w")
C
open("f","a")
D
open("f","x")
20
Loop से तुरंत बाहर आने का Keyword?
A
exit
B
stop
C
break
D
return
21
Lambda Function क्या है?
A
Recursive function
B
Anonymous function
C
Built-in function
D
Class method
22
List में Membership Check करने का Operator?
A
is
B
in
C
of
D
==
23
Set में कैसे Elements होते हैं?
A
Ordered
B
Duplicate
C
Unique
D
Key-value pairs
24
Random Numbers के लिए कौन सा Module?
A
math
B
sys
C
random
D
os
25
Python File का Extension?
A
.java
B
.py
C
.php
D
.pthn
📋 Question Navigator
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Answered
Not Answered
ℹ️ Quiz Info
Total Questions:
25
Time Limit:
60 min
Subject:
M3-R5.1
Passing:
60%
Attempt all questions before submitting. You can review your answers using the navigator above.
Answered:
0
/ 25
Submit Quiz