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 1)
25 Questions • M3-R5.1
60:00
← Back
1
Python में Single-Line Comment का Symbol?
A
//
B
/* */
C
#
D
--
2
Python में Immutable Data Type कौन सा है?
A
List
B
Dictionary
C
Tuple
D
Set
3
len("Python") का Return Value?
A
5
B
6
C
7
D
4
4
Unknown Iterations के लिए कौन सा Loop?
A
for loop
B
while loop
C
do-while loop
D
foreach loop
5
print(2 ** 3) का Output?
A
6
B
8
C
9
D
5
6
NumPy मुख्य रूप से किसके लिए है?
A
Web development
B
Numerical computing
C
Database management
D
File handling
7
List के End में Element Add करने का Method?
A
add()
B
push()
C
insert()
D
append()
8
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
9
File Writing के लिए Open कैसे करें?
A
open("f","r")
B
open("f","w")
C
open("f","a")
D
open("f","x")
10
Loop से तुरंत बाहर आने का Keyword?
A
exit
B
stop
C
break
D
return
11
Lambda Function क्या है?
A
Recursive function
B
Anonymous function
C
Built-in function
D
Class method
12
List में Membership Check करने का Operator?
A
is
B
in
C
of
D
==
13
Set में कैसे Elements होते हैं?
A
Ordered
B
Duplicate
C
Unique
D
Key-value pairs
14
Random Numbers के लिए कौन सा Module?
A
math
B
sys
C
random
D
os
15
Python File का Extension?
A
.java
B
.py
C
.php
D
.pthn
16
Python में String Concatenation का Operator?
A
&
B
+
C
.
D
,
17
Python List Slicing a[1:4] क्या Return करता है?
A
Index 1 से 4 तक (4 include)
B
Index 1 से 3 तक
C
Index 0 से 3 तक
D
Index 1 से 4 तक
18
Python में try-except किसके लिए है?
A
Loop control
B
Error handling
C
Function definition
D
Variable declaration
19
type(10) का Output?
A
<class 'float'>
B
<class 'int'>
C
<class 'str'>
D
<class 'num'>
20
Python में Global Variable Declare करने का Keyword?
A
var
B
public
C
global
D
static
21
pip क्या है?
A
Python Interpreter
B
Package Manager
C
IDE
D
Debugger
22
Python Dictionary से Key Delete करने का Method?
A
remove()
B
delete()
C
pop()
D
discard()
23
bool(0) का Value?
A
True
B
False
C
0
D
None
24
Python में Multi-line String कैसे बनाते हैं?
A
""" """
B
// //
C
<< >>
D
{{ }}
25
List Comprehension का Syntax?
A
[x for x in range(5)]
B
{x for x in range(5)}
C
(x for x in range(5))
D
<x for x in range(5)>
📋 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