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 — Chapter Wise MCQ
20 Questions • M3-R5.1
40:00
← Back
1
Python was created by?
A
Guido van Rossum
B
James Gosling
C
Dennis Ritchie
D
Bjarne Stroustrup
2
Which keyword is used to define a function in Python?
A
func
B
define
C
def
D
function
3
What is the output of: print(10 // 3)?
A
3.33
B
3
C
4
D
1
4
Which data type stores key-value pairs in Python?
A
List
B
Tuple
C
Set
D
Dictionary
5
How do you take user input in Python 3?
A
cin()
B
scanf()
C
input()
D
readline()
6
What symbol is used for single-line comments in Python?
A
//
B
/* */
C
#
D
--
7
Which of these is immutable in Python?
A
List
B
Dictionary
C
Tuple
D
Set
8
What does len("Python") return?
A
5
B
6
C
7
D
4
9
Which loop is used when number of iterations is unknown?
A
for loop
B
while loop
C
do-while loop
D
foreach loop
10
What is the output of: print(2 ** 3)?
A
6
B
8
C
9
D
5
11
NumPy is mainly used for?
A
Web development
B
Numerical computing
C
Database management
D
File handling
12
Which method adds an element to the end of a list?
A
add()
B
push()
C
insert()
D
append()
13
What does the range(0, 5) function produce?
A
0,1,2,3,4,5
B
0,1,2,3,4
C
1,2,3,4,5
D
0,5
14
How do you open a file for writing in Python?
A
open("f","r")
B
open("f","w")
C
open("f","a")
D
open("f","x")
15
Which keyword exits a loop immediately?
A
exit
B
stop
C
break
D
return
16
What is a lambda function?
A
A recursive function
B
An anonymous function
C
A built-in function
D
A class method
17
Which operator checks membership in a list?
A
is
B
in
C
of
D
==
18
Set is a collection of?
A
Ordered elements
B
Duplicate elements
C
Unique elements
D
Key-value pairs
19
Which module is used for random numbers in Python?
A
math
B
sys
C
random
D
os
20
What is the extension of a Python file?
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
Answered
Not Answered
ℹ️ Quiz Info
Total Questions:
20
Time Limit:
40 min
Subject:
M3-R5.1
Passing:
60%
Attempt all questions before submitting. You can review your answers using the navigator above.
Answered:
0
/ 20
Submit Quiz