Syllabus
O Level
M1 R5: Information Technology Tools and Network Basics
Introduction to Computers
Office Automation Tools
Internet and Web Technologies
Networking Fundamentals
M2 R5: Web Designing and Publishing
HTML
CSS
Javascript
Web Hosting And Publishing
M3 R5: Programming and Problem Solving through Python
Introduction to Programming
Python Programming
Data Structures in Python
File Processing in Python
M4 R5: Internet of Things (IoT) and Its Applications
Introduction to IoT
IoT Architecture
IoT Applications
IoT Security and Challenges | Soft Skills
Courses
Under Graduate Courses
BA
BCA
B.COM
Post Graduate Courses
MCA
MBA
M.COM
MA
M.SC.(MATHS)
MSW
Institutional Courses
DCA
ADCA
DFA
DOAP
TALLY PRIME
JAVA
PYTHON
CCA
C Languages
Job Oriented Courses
Digital Marketing
Full Stack Development
Data Science
Cybersecurity and Ethical Hacking
Blockchain Development
Cloud Computing
Artificial Intelligence (AI) and Machine Learning
Government Courses
CCC
O LEVEL
A LEVEL
Mock Test
M1 R5: Information Technology Tools and Network Basics
M2 R5: Web Designing and Publishing
M3 R5: Programming and Problem Solving through Python
M4 R5: Internet of Things (IoT) and Its Applications
Old Papers
2025
New!
2024
New!
2023
New!
2022
New!
2021
New!
2020
New!
2019
New!
2018
New!
2017
New!
2016
New!
2015
New!
2014
New!
2013
New!
2012
New!
2011
New!
Assignments
HTML
New!
CSS
New!
Javascript
New!
Python
New!
Log in
Sign Up
O Level Papers!
M3 R5: Programming and Problem Solving through Python
Introduction to Programming
Set 5
25
See Explanation !
1
Explicitly remove entire tuple.
एक सम्पूर्ण टपल को स्पष्ट रूप से हटाता है।
del
remove
delete
None of these
Next Question
25
See Explanation !
2
Recursive functions usually take _____ memory space than non- recursive function.
रिकर्सिव फ़ंक्शन आमतौर पर गैर - रिकर्सिव फ़ंक्शन की तुलना में _____ मेमोरी स्पेस लेते हैं।
less
more
End
None of these
Previous Question
Next Question
25
See Explanation !
3
Python programming language was create by ______.
पायथन प्रोग्रामिंग भाषा ______ द्वारा बनाई गई थी।
Ray temilson
Guido van Rossum
Tim Berner
None of these
Previous Question
Next Question
25
See Explanation !
4
Python supports Object-Oriented style or technique of programming that encapsulates code within _____.
पायथन ऑब्जेक्ट - ओरिएंटेड शैली या प्रोग्रामिंग की तकनीक का समर्थन करता है जो _____ के भीतर कोड को समाहित करता है।
objects
style
memory
None
Previous Question
Next Question
25
See Explanation !
5
_____ returns the current time instant, a floating-point number of seconds since the epoch.
_____ वर्तमान समय तत्काल लौटाता है, जो युग के बाद से फ़्लोटिंग - पॉइंट सेकंड की संख्या है।
Time.time()
datetime()
time.date()
None of the above
Previous Question
Next Question
25
See Explanation !
6
All parameters (arguments) in the Python language are passed by.
पायथन भाषा में सभी पैरामीटर (तर्क) द्वारा पारित किए जाते हैं।
Text document
Spreadsheet
reference
Database
Previous Question
Next Question
25
See Explanation !
7
The ______ can be accessed only inside the function in which they are declared, whereas global variables can be accessed throughout the program body by all functions.
______ को केवल उस फ़ंक्शन के अंदर एक्सेस किया जा सकता है जिसमें उन्हें घोषित किया गया है, जबकि सभी फ़ंक्शन द्वारा पूरे प्रोग्राम बॉडी में ग्लोबल वेरिएबल्स को एक्सेस किया जा सकता है।
Global variables
local variables
datatype
None of these
Previous Question
Next Question
25
See Explanation !
8
The differences between tuples and lists are, the tuples cannot be changed unlike lists and tuples use whereas lists use square brackets.
ट्यूपल और सूचियों के बीच अंतर यह है कि सूचियों और ट्यूपल के उपयोग के विपरीत ट्यूपल को बदला नहीं जा सकता है जबकि सूचियां वर्ग कोष्ठक का उपयोग करती हैं।
Angular brackets
parentheses
curly brackets
None of these
Previous Question
Next Question
25
See Explanation !
9
Python converts numbers internally in an expression containing mixed types to a Common type for evaluation. But sometimes, coerce a number explicitly from one type to another to satisfy the requirements of ____ parameter.
पायथन मूल्यांकन के लिए मिश्रित प्रकार वाले अभिव्यक्ति में आंतरिक रूप से संख्याओं को एक सामान्य प्रकार में परिवर्तित करता है। लेकिन कभी - कभी, ____ पैरामीटर की आवश्यकताओं को पूरा करने के लिए एक प्रकार से दूसरे प्रकार की संख्या को स्पष्ट रूप से मजबूर करें।
function
tuple
list
None of these
Previous Question
Next Question
25
See Explanation !
10
A graphical representation of a computer program in relation to its sequence of functions____ .
कार्यों के अनुक्रम के संबंध में एक कंप्यूटर प्रोग्राम का एक ग्राफिकल प्रतिनिधित्व ____ ।
Algorithm
flowchart
Both of the above
None of these
Previous Question
Next Question
25
See Explanation !
11
_____method calls the built-in Python help system.
_____विधि अंतर्निहित पायथन सहायता प्रणाली को बुलाती है।
python.help ()
help()
help.python()
None of the Above
Previous Question
Next Question
25
See Explanation !
12
To create sequence of numbers,Numpy provides a function ____ analogous to range that returns arrays instead of lists.
संख्याओं का अनुक्रम बनाने के लिए,Numpy एक फ़ंक्शन प्रदान करता है ____ श्रेणी के अनुरूप जो सूचियों के बजाय सरणी देता है।
arange
aspace
aline
All of the above
Previous Question
Next Question
25
See Explanation !
13
What is use of seek() method in files?
फ़ाइलों में सीक() विधि का उपयोग क्या है?
sets the file's current position at the offset.
sets the file's previous position at the offset.
sets the file's current position within the file.
None of the above
Previous Question
Next Question
25
See Explanation !
14
What is unpickling ?
अनपिकलिंग क्या है ?
It is used for object deserialization.
It is used for object serialization.
Both of the above.
None of the above.
Previous Question
Next Question
25
See Explanation !
15
_______ method converts all uppercase characters to lowercase and vice versa of the given string, and returns it.
_______ विधि सभी अपरकेस वर्णों को दिए गए स्ट्रिंग के लोअरकेस और इसके विपरीत में परिवर्तित करती है, और इसे वापस करती है।
swapcase
uppertolower()
lowertoUpper()
None of these
Previous Question
Next Question
25
See Explanation !
16
ndarray is also known as the ____ array.
ndarray को ____ सरणी के रूप में भी जाना जाता है।
Array
alias
variable
None of these
Previous Question
Next Question
25
See Explanation !
17
____ is used to close a file object(fp).
____ का उपयोग फ़ाइल ऑब्जेक्ट(fp) को बंद करने के लिए किया जाता है।
close.fp
fp.close()
file.exit()
None of these
Previous Question
Next Question
25
See Explanation !
18
_____ reads one entire line from the file.
_____ फ़ाइल से एक पूरी पंक्ति पढ़ता है।
readline()
read()
readinglines()
None of these
Previous Question
Next Question
25
See Explanation !
19
filter() is used to
filter() का उपयोग करने के लिए किया जाता है
constructs an iterator from elements of an iterable for which a function returns true.
filters the given sequence with the help of a function that tests each element in the sequence to be true or not.
Both of the above
None of the above
Previous Question
Next Question
25
See Explanation !
20
Which of the following python in-built function is used to remove all the leading and trailing spaces from a string.
एक स्ट्रिंग से सभी प्रमुख और पीछे की जगहों को हटाने के लिए निम्नलिखित में से किस पायथन इन - बिल्ट फ़ंक्शन का उपयोग किया जाता है।
space()
strip()
remove()
None of the above
Previous Question
Next Question
25
See Explanation !
21
All keywords in python are in ____
अजगर के सभी कीवर्ड ____ में हैं
lowercase
UPPERCASE
Capitalized
None of the mentioned
Previous Question
Next Question
25
See Explanation !
22
Which of the following python function converts a string to a list.
निम्नलिखित में से कौन सा पायथन फ़ंक्शन एक स्ट्रिंग को एक सूची में परिवर्तित करता है।
list()
str()
Both of the above
None of the above
Previous Question
Next Question
25
See Explanation !
23
____ an explicit set of step by step specific instructions that solve a problem with an end or a solution
____ चरण - दर - चरण विशिष्ट निर्देशों का एक स्पष्ट सेट जो अंत या समाधान के साथ एक समस्या को हल करता है
Flowchart
Algorithm
Process
None of these
Previous Question
Next Question
25
See Explanation !
24
Which function is used to converts and returns the binary equivalent string of a given integer.
किसी दिए गए पूर्णांक के द्विआधारी समतुल्य स्ट्रिंग को परिवर्तित करने और वापस करने के लिए किस फ़ंक्शन का उपयोग किया जाता है।
bin()
int()
binary()
Zip()
Previous Question
Next Question
25
See Explanation !
25
Which of the following functions take iterables(can be zero or more), makes iterator that aggregates elements based on the iterables passed, and returns an iterator of tuples.
निम्नलिखित में से कौन सा फ़ंक्शन इटरेबल्स लेता है (शून्य या अधिक हो सकता है), इटेरेटर बनाता है जो पारित इटरेबल्स के आधार पर तत्वों को एकत्रित करता है, और ट्यूपल्स का इटेरेटर देता है।
Zip()
tuple()
list()
None of the above
Previous Question