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 10
25
See Explanation !
1
Which of the following is correct in respect of advantages of functions?
फ़ंक्शंस के फायदों के संबंध में निम्नलिखित में से कौन सा सही है?
Decomposing complex problems into simpler pieces
Reducing duplication of code
both A and B
None of the above.
Next Question
25
See Explanation !
2
Correct syntax of file.writelines is?
File.writelines का सही वाक्यविन्यास है?
file.writelines(sequence)
fileObject.writelines()
fileObject.writelines(sequence)
none of the mentioned
Previous Question
Next Question
25
See Explanation !
3
Which of the following is the proper syntax to check if a particular element is present in a list?
निम्नलिखित में से कौन सा उचित वाक्यविन्यास यह जांचने के लिए है कि कोई विशेष तत्व किसी सूची में मौजूद है या नहीं?
if ele in list
if not ele not in list
Both of the above
None of these
Previous Question
Next Question
25
See Explanation !
4
PyPI stands for
PyPI का मतलब ____ है
Python Package Index.
Python package Installer
Both A & B
None of the above.
Previous Question
Next Question
25
See Explanation !
5
Which one of the following has the highest precedence in the expression? -
निम्नलिखित में से किस एक की अभिव्यक्ति में सर्वोच्च प्राथमिकता है? -
Exponential
Parentheses
Multiplication
None of the above
Previous Question
Next Question
25
See Explanation !
6
Function of a compiler is to
एक संकलक का कार्य है
put to gether the file and functions that are required by the program
translate the instructions in to a form suitable for execution by the program
load the executable code in to the memory and execute them
allow the user to type the program
Previous Question
Next Question
25
See Explanation !
7
Identify the correct sequence of steps to run a program.
प्रोग्राम चलाने के लिए चरणों के सही अनुक्रम की पहचान करें।
Link, Load, Code, Compile, & Execute
Code, Compile, Link, Execute & Load
Code, Compile, Link, load & Execute
Compile, Code, Link, load, & Execute
Previous Question
Next Question
25
See Explanation !
8
The meaning of bug is a-
बग का अर्थ है -
difficult syntax error in a program
logical error in a programm
Both a and b
All of the above
Previous Question
Next Question
25
See Explanation !
9
Advantage of using Flow Charts are :
फ़्लो चार्ट का उपयोग करने के लाभ हैं :
Effective Analysis
Proper documentation
Efficient Coding
All of the above
Previous Question
Next Question
25
See Explanation !
10
The errors that can be pointed out by the complier are.
अनुपालनकर्ता द्वारा बताई जा सकने वाली त्रुटियां हैं।
Semantic errors
Syntax errors
Logical errors
All of the above
Previous Question
Next Question
25
See Explanation !
11
Actual instructions in flowcharting are represented in ____ .
फ्लोचार्टिंग में वास्तविक निर्देशों को ____ में दर्शाया गया है।
Boxes
Circles
Arrows
All of the above
Previous Question
Next Question
25
See Explanation !
12
The correctness and appropriateness of _____ solution can be checked very easily.
_____ समाधान की शुद्धता और उपयुक्तता को बहुत आसानी से जांचा जा सकता है।
algorithmic
heuristic
random
none of these
Previous Question
Next Question
25
See Explanation !
13
Bookmark Report Bug Which of the following function returns the string with first letter of every word in the string in uppercase and rest in lowercase?
बुकमार्क रिपोर्ट बग निम्नलिखित में से कौन सा फ़ंक्शन अपरकेस में स्ट्रिंग में प्रत्येक शब्द के पहले अक्षर के साथ स्ट्रिंग देता है और लोअरकेस में आराम करता है?
capitalize()
title()
upper()
swapcase()
Previous Question
Next Question
25
See Explanation !
14
What is full form of PVM?
पीवीएम (PVM) का पूर्ण रूप क्या है?
Python Visual Machine
Python Visual Mode
Python Virtual Machine
Python Virtual Mode
Previous Question
Next Question
25
See Explanation !
15
Other name of Pseudo code
Pseudo code का अन्य नाम
False Code
Representation of Code
Both A and B
None of these
Previous Question
Next Question
25
See Explanation !
16
Tool ________ is used for program design.
टूल ________ का उपयोग प्रोग्राम डिज़ाइन के लिए किया जाता है।
Flowchart
Psuedocode
Algorithm
All of the above
Previous Question
Next Question
25
See Explanation !
17
Bookmark Report Bug The word comes from the name of a Persian mathematician Abu Ja’far Mohammed ibn-i Musa al Khowarizmi is called?
बुकमार्क रिपोर्ट बग यह शब्द एक फारसी गणितज्ञ अबू जाफर मोहम्मद इब्न - ए - मूसा अल खोवारिज़मी के नाम से आया है?
Flowchart
Flow
Algorithm
Syntax
Previous Question
Next Question
25
See Explanation !
18
Two main measures for the efficiency of an algorithm are
एक एल्गोरिथ्म की दक्षता के लिए दो मुख्य उपाय हैं
Processor and memory
Complexity and capacity
Time and space
Data and space
Previous Question
Next Question
25
See Explanation !
19
The complexity of linear search algorithm is
रैखिक खोज एल्गोरिथ्म की जटिलता है
O(n)
O(log n)
O(n2)
O(n log n)
Previous Question
Next Question
25
See Explanation !
20
A step by step method for solving a problem using English Language
अंग्रेजी भाषा का उपयोग करके किसी समस्या को हल करने के लिए चरण - दर - चरण विधि
program
Flowchart
statement
Algorithm
Previous Question
Next Question
25
See Explanation !
21
Set of statements is executed based upon conditional test.
बयानों का सेट सशर्त परीक्षण के आधार पर निष्पादित किया जाता है।
Looping
Selective
Sequence
None
Previous Question
Next Question
25
See Explanation !
22
Set of statements is executed again and again based upon conditional test.
सशर्त परीक्षण के आधार पर कथनों का सेट बार - बार निष्पादित किया जाता है।
Looping
Selective
Sequence
None
Previous Question
Next Question
25
See Explanation !
23
The graphical representation of algorithm is
एल्गोरिथ्म का ग्राफिकल प्रतिनिधित्व है
program
Flowchart
statement
Algorithm
Previous Question
Next Question
25
See Explanation !
24
All instructions are executed one after other.
सभी निर्देशों को एक के बाद एक निष्पादित किया जाता है।
Looping
Selective
Sequence
None
Previous Question
Next Question
25
See Explanation !
25
In a flowchart a calculation (process) is represented by
फ़्लोचार्ट में एक गणना (प्रक्रिया) किसके द्वारा दर्शाई जाती है
A rectangle
A rhombus
A parallelogram
A circle
Previous Question