O Level Online Exam
Menu mobile
Home
MCQ Topic Wise
INFORMATION TECHNOLOGY TOOLS AND NETWORK BASIS
New
WEB DESIGNING AND PUBLISHING
New
PROGRAMMING AND PROBLEM SOLVING THROUGH PYTHON
New
INTERNET OF THINGS AND ITS APPLICATIONS
New
Online Mock Test
INFORMATION TECHNOLOGY TOOLS AND NETWORK BASIS
New
WEB DESIGNING AND PUBLISHING
New
PROGRAMMING AND PROBLEM SOLVING THROUGH PYTHON
New
INTERNET OF THINGS AND ITS APPLICATIONS
New
Old Papers
Practical Questions
Projects
MCQ : INTRODUCTION TO PROGRAMMING For NIELIT O Level Exam
INTRODUCTION TO PROGRAMMING For NIELIT O Level Exam
00:00:00
English
Hindi
Question No# :
01
out of 50
Report Bug
The meaning of bug is a-
बग का एकअर्थ है-
A.
difficult syntax error in a program
किसी प्रोग्राम में कठिन सिंटैक्स एरर
B.
logical error in a programm
एक प्रोग्राम में लॉजिकल एरर
C.
Both a and b
A और B दोनों
D.
All of the above
ऊपर के सभी
Question No# :
02
out of 50
Report Bug
A program which translate a high-level language code into a machine language code is called
एक प्रोग्राम जो एक उच्च-स्तरीय भाषा प्रोग्राम को मशीन भाषा प्रोग्राम में अनुवाद करता है, कहलाता है
A.
Compiler
Compiler
B.
Interpreters
Interpreters
C.
Both Compiler and Interpreter
Compiler और Interpreter दोनों
D.
None of the above
इनमे से कोई भी नहीं
Question No# :
03
out of 50
Report Bug
The differences between tuples and lists are, the tuples cannot be changed unlike lists and tuples use whereas lists use square brackets.
टपल्स और सूचियो के बीच यह अंतर है कि टपल्स सूचियो के विपरीत बदले नहीं जा सकते है और टपल्स ______का उपयोग करते हैं, जबकि सूचियाँ वर्ग कोष्ठक का उपयोग करती है।
A.
Angular brackets
एंगुलर ब्रैकेट
B.
parentheses
ब्रैकेट
C.
curly brackets
कर्ली ब्रैकेट
D.
None of these
इनमें से कोई नहीं
Question No# :
04
out of 50
Report Bug
What is the symbol used to represent start and stop of a flowchart?
फ्लोचार्ट के स्टार्ट और स्टॉप को दर्शाने के लिए किस सिम्बल का उपयोग किया जाता है ?
A.
oval
अंडाकार
B.
rectangle
आयत
C.
arrow
एरो
D.
diamond
डायमंड
Question No# :
05
out of 50
Report Bug
Testing is known as
परीक्षण के रूप में जाना जाता है
A.
A stage of all projects
A stage of all projects
B.
Finding broken code
Finding broken code
C.
Evaluating deliverable to find errors
Evaluating deliverable to find errors
D.
None of the above
None of the above
Question No# :
06
out of 50
Report Bug
____ is a set of functions you want to include in your application.
फंक्शनो का एक सेट है जिसे आप अपने एप्लिकेशन में शामिल करना चाहते हैं ।
A.
Module
मॉड्यूल
B.
Function
फंक्शन
C.
Folder
फोल्डर
D.
None of these
इनमें से कोई नहीं
Question No# :
07
out of 50
Report Bug
Which mode Opens a file for both reading and writing in binary format.
कौन सा मोड बाइनरी फॉर्मेट में पढ़ने और लिखने दोनों के लिए फाइल खोलता है।
A.
rb+
rb+
B.
rb-
rb-
C.
Wb
Wb
D.
None
कोई नहीं
Question No# :
08
out of 50
Report Bug
Which of the following operator in python evaluates to true if the variables on either side of the operator point to the same object and false otherwise?
पायथन में निम्नलिखित में से कौन सा ऑपरेटर सत्य का मूल्यांकन करता है यदि ऑपरेटर के दोनों और वेरियेबिल एक ही ऑब्जेक्ट को इंगित करते हैं और अन्यथा गलत हैं?
A.
**
**
B.
//
//
C.
is
is
D.
not in
not in
Question No# :
09
out of 50
Report Bug
Which type of errors flagged by compilers
किस प्रकार की त्रुटि को compilers द्वारा चिह्नित किया जाता है
A.
Logical errors
Logical errors
B.
Syntax errors
Syntax errors
C.
Both Logical and Syntax errors
Logical और Syntax errors दोनों
D.
None of these
इनमें से कोई नहीं
Question No# :
10
out of 50
Report Bug
If we change one data type to another, then it is called ______?
यदि हम एक डेटा प्रकार को दूसरे में बदलते हैं, तो इसे कहते हैं
A.
Type conversion
टाईप कन्वर्जन
B.
Type casting
टाईप कॉस्टिंग
C.
Both of the above
उपर्युक्त दोनो
D.
None of the above
उपर्युक्त में से कोई नही
Question No# :
11
out of 50
Report Bug
_____ reads one entire line from the file.
____ फाइल से एक पूरी लाइन पढता है ।
A.
readline()
readline
B.
read()
read
C.
readinglines()
readinglines()
D.
None of these
इनमें से कोई नहीं
Question No# :
12
out of 50
Report Bug
What does pip stand for python ?
पायथन के लिए pip का क्या अर्थ है ?
A.
unlimited length.
असीमित लंबाई
B.
all private members must have leading and trailing underscores.
सभी प्राइवेट मेम्बरो के पास अग्रणी और अनुगामी अंडरस्कोर होना चाहिए
C.
Preferred Installer Program.
पसंदीदा इंस्टालर प्रोग्राम
D.
none of the mentioned
उल्लिखित कोई नहीं
Question No# :
13
out of 50
Report Bug
_______ are user Define name
___________उपयोगकर्ता परिभाषित नाम।
A.
Identifiers
Identifier
B.
constant
constant
C.
syntax
syntax
D.
expression
expression
Question No# :
14
out of 50
Report Bug
NumPY stands for. -
नमपाई का पूर्ण अर्थ है।
A.
Numbering Python
नंबरिंग पायथन
B.
Number In Python
पायथन में नंबर
C.
Numerical Python
न्यूमेरिक पायथन
D.
None of the above
उपर्युक्त में से कोई नहीं
Question No# :
15
out of 50
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?
निम्नलिखित में से कौन सा फंक्शन स्ट्रिंग में प्रत्येक शब्द के पहले कैरेक्टर को अपरकेस में और बाकी
A.
capitalize()
capitalize()
B.
title()
title()
C.
upper()
upper()
D.
swapcase()
swapcase()
Question No# :
16
out of 50
Report Bug
Which of the following is the proper syntax to check if a particular element is present in a list?
लिस्ट में कोई विशेष एलिमेन्ट मौजूद है या नहीं, यह जांचने के लिए निम्नलिखित में से कौन सा उचित सिन्टैक्स है?
A.
if ele in list
if ele in list
B.
if not ele not in list
if not ele not in list
C.
Both of the above
उपर्युक्त दोनों
D.
None of these
इनमें से कोई नहीं
Question No# :
17
out of 50
Report Bug
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.
निम्नलिखित में से कौन सा फंक्शन एक इंटरेबल्स लेता है (शून्य या अधिक हो सकता है), इटरेटर बनाता है जो पास किए गए इटरेबल के आधार पर एलिमेन्टो को एकत्रित करता है, और टपल्स का इटरेटर देता है।
A.
Zip()
Zip()
B.
tuple()
tuple()
C.
list()
list()
D.
None of the above
इनमे से कोई भी नहीं
Question No# :
18
out of 50
Report Bug
The ____ function is used to convert a string value to int.
_____फंक्शन का उपयोग स्ट्रिंग वैल्यू को int में बदलने के लिए किया जाता है।
A.
Str
Str
B.
int
int
C.
convert
कन्वर्ट
D.
None of these
इनमें से कोई नहीं
Question No# :
19
out of 50
Report Bug
Why does the name of local variables start with an underscore denote?
लोकल वेरिएबल का नाम अंडरस्कोर डिनोट से क्यों शुरू होता है?
A.
To identify the variable.
वेरिएबल की पहचान करने के लिए
B.
To identify the constant.
कॉन्स्टेन्ट की पहचान करने के लिए
C.
It indicates a public variable of a class.
यह एक क्लॉस के पब्लिक वेरिएबल को इंगित करता है।
D.
Variables cannot be accessed from outside the class.
वेरिएबल्स को क्लॉस के बाहर से एक्सेस नहीं किया जा सकता है
Question No# :
20
out of 50
Report Bug
The function generates sequence of numbers from 1 to n.
फंक्शन 1 से n तक संख्याओं का एक सिक्वेन्स उत्पन्न करता है ।
A.
Range
रेंज
B.
Input
इनपुट
C.
Open
ओपेन
D.
Pass
पास
Question No# :
21
out of 50
Report Bug
How can we create on empty list in Python?
हम पायथन में एक खाली सूची कैसे बना सकते हैं?
A.
list=()
list=()
B.
list.null
list.null
C.
null.list
null.list
D.
list=[]
list=[]
Question No# :
22
out of 50
Report Bug
Algorithm when transalated into a programming language is called
एल्गोरिथम जब एक प्रोग्रामिंग भाषा में अनुवादित किया जाता है तो उसे कहा जाता है।
A.
Flowchart
फ्लोचार्ट
B.
Identifier
आईडेन्टिफॉयर
C.
code
कोड
D.
Debugging
डिबगिंग
Question No# :
23
out of 50
Report Bug
Suppose t=(1,2,4,3), which of the following is incorrect?
मान लें कि t= (1,2,4,3), निम्नलिखित में से कौन सा गलत है?
A.
print(t[3])
print(t[3])
B.
t[3] = 45
t[3] = 45
C.
print(max(t))
print(max(t))
D.
print(len(t))
print(len(t))
Question No# :
24
out of 50
Report Bug
Leading white space at the beginning of each element, which is used to determine the group of statement
प्रत्येक एलिमेन्ट की शुरुआत में अग्रणी सफेद स्पेस, जिसका उपयोग कथन के समूह को निर्धारित करने के लिए किया जाता है।
A.
Testing
टेस्टिंग
B.
Indentation
इन्डेन्टेशन
C.
Debugging
डिबगिंग
D.
None of the above
उपरोक्त में से कोई नहीं
Question No# :
25
out of 50
Report Bug
The brain of computer system is
कम्प्यूटर सिस्टम का मस्तिष्क है
A.
RAM
रैम
B.
CPU
सीपीयू
C.
ROM
रोम
D.
Control Unit
कण्ट्रोल यूनिट
Question No# :
26
out of 50
Report Bug
Array processing package.
ऐरे प्रोसेसिंग पैकेज है ।
A.
Numpy
नमपाई
B.
Array
ऐरे
C.
dictionary
डिक्शनरी
D.
None of these
इनमें से कोई नहीं
Question No# :
27
out of 50
Report Bug
Which of the following python function converts a string to a list.
निम्नलिखित में से कौन सा पायथन फंक्शन एक स्ट्रिंग को एक लिस्ट में परिवर्तित करता है।
A.
list()
लिस्ट()
B.
str()
str()
C.
Both of the above
ऊपर के दोनों
D.
None of the above
इनमे से कोई भी नहीं
Question No# :
28
out of 50
Report Bug
Which of the following carries out the instructions defined in the interface ?
निम्नलिखित में से कौन इंटरफ़ेस में परिभाषित निर्देशों का पालन करता है?
A.
Operating System
ऑपरेटिंग सिस्टम
B.
Compiler
कम्पाइलर
C.
Implementation
इम्प्लीमेंटेशन
D.
Interpreter
इंटरप्रेटर
Question No# :
29
out of 50
Report Bug
____ an explicit set of step by step specific instructions that solve a problem with an end or a solution
चरण-दर-चरण विशिष्ट निर्देशों का एक स्पष्ट सेट जो किसी समस्या को अंत या समाधान के साथ हल करता है।
A.
Flowchart
फ्लोचार्ट
B.
Algorithm
एल्गोरिदम
C.
Process
प्रोसेस
D.
None of these
इनमें से कोई नहीं
Question No# :
30
out of 50
Report Bug
_____method calls the built-in Python help system.
____ मेथड बिल्ट-इन पायथन हेल्प सिस्टम को कॉल करती है।
A.
python.help ()
python.help ()
B.
help()
help()
C.
help.python()
help.python()
D.
None of the Above
उपर्युक्त में से कोई नहीं
Question No# :
31
out of 50
Report Bug
What is use of seek() method in files?
फाइलों में seek () पद्धति का उपयोग क्या है?
A.
sets the file's current position at the offset.
फ़ाइल की वर्तमान स्थिति को ऑफ़सेट पर सेट करता है।
B.
sets the file's previous position at the offset.
फ़ाइल की पिछली स्थिति ऑफ़सेट पर सेट करता है।
C.
sets the file's current position within the file.
फ़ाइल के भीतर फ़ाइल की वर्तमान स्थिति सेट करता है।
D.
None of the above
इनमे से कोई भी नहीं
Question No# :
32
out of 50
Report Bug
What are the three different types, of algorithm constructions?
तीन अलग-अलग प्रकार के एल्गोरिथा कंशट्रकशन्स क्या होते है।
A.
Input/Output, Decision, Repeat
इनपुट/आउटपुट, डिसीज़न,रीपीट
B.
Input, Output, Process
इनपुट, आउटपुट, प्रॉसेस
C.
Loop, Input/Output, Process
लूप, इनपुट/आउटपुट, प्रॉसेस
D.
Sequence, Selection, Repeat
सीक्वेंस,सेलेक्शन,रीपीट
Question No# :
33
out of 50
Report Bug
Find the last element of list in Python? Assume 'bikes' is the name of list.
पायथन में लिस्ट का अंतिम एलिमेन्ट बताइयें ? मान लें "बाइक लिस्ट का नाम है।
A.
bikes[:-1]
bikes[:-1]
B.
bilkes[1]
bilkes[1]
C.
bikes (:-1)
bikes (:-1)
D.
None of the above
उपरोक्त में से कोई नहीं
Question No# :
34
out of 50
Report Bug
The Pandas ______ method returns a new Data Prame.
पंडास का ______ मेथड एक नया डेटाप्रेम रीटर्न करता है।
A.
dropna()
dropna()
B.
Pandas
पंडास
C.
read_csv()
read_csv()
D.
None of these
इनमें से कोई नही
Question No# :
35
out of 50
Report Bug
How is a function declared in Python?
पायथन मे एक फंक्शन को कैसे डिक्लेयर किया जाता है?
A.
def function function_name():
def function function_name():
B.
declare function function_name():
declare function function_name():
C.
def function_name():
def function_name():
D.
declare function_name():
declare function_name():
Question No# :
36
out of 50
Report Bug
Istrip() method is used for :
Istrip() मेथड का उपयोग.... के लिए होता है ।
A.
delete all the trailing characters
सभी ट्रेलिंग कैरेक्टर्स को डिलीट करने
B.
delete all the leading characters
सभी लिडिंग कैरेक्टर्स को डिलीट करने
C.
delete all the leading and trailing characters
सभी लिडिंग और ट्रेलिंग कैरेक्टर्स को डिलीट करने
D.
delete upper case characters
अपरकेस कैरेक्टर्स को डिलीट करने के लिए
Question No# :
37
out of 50
Report Bug
It defines the accessibility and the lifetime of a variable.
यह वैरियेबल की पहुंच और जीवनकाल को डिफाइन करता है।
A.
scope
स्कोप
B.
Lifetime
लाइफटाइम
C.
keyword
कीवर्ड
D.
None
कोई नहीं
Question No# :
38
out of 50
Report Bug
____ help to check the data type of an array-
एक ऐरे के डेटा टाइप की जांच करने में मदद करता है
A.
arraydtype()
arraydtype()
B.
arr.dtype()
arr.dtype()
C.
dtype.arr()
dtype.arr()
D.
None of these
इनमें से कोई नहीं
Question No# :
39
out of 50
Report Bug
In the declaration, x = Circle (), x contains a _to Circle object. -
डिक्लेरेशन में, x=Circle (), x में Circle) का .....ऑब्जेक्ट शामिल होता है।
A.
dropna()
dropna()
B.
Reference
रेफ़्रेन्स
C.
Optimisers
ऑप्टिमाइजर
D.
None of these
इनमें से कोई नही
Question No# :
40
out of 50
Report Bug
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.
को केवल उस फंक्शन के अन्दर एक्सेस किया जा सकता है जिसमें उन्हें डिक्लेयर किया गया है, जबकि ग्लोबल वेरियबल को सभी फंक्शन द्वारा प्रोग्राम बॉडी मे शुरू से अंत तक एक्सेस किया जा सकता है।
A.
Global variables
ग्लोबल वेरियबल
B.
local variables
लोकल वेरिएबल
C.
datatype
डाटा टाइप
D.
None of these
इनमें से कोई नहीं
Question No# :
41
out of 50
Report Bug
_____ help programmers to create lists in a concise way.
_____ संक्षिप्त रूप में सूची बनाने के लिए प्रोग्रामर की मदद करता है।
A.
Tuple
टपल
B.
Dictionary
डिक्शनरी
C.
List Comprehensions
लिस्ट कम्प्रीहेन्सन
D.
None of these
इनमें से कोई नही
Question No# :
42
out of 50
Report Bug
The word comes form the name of a Persian mathematician Abu Ja'far Mohammed ibn-i Musa al khowarizami is a called?
यह शब्द एक फारसी गणितज्ञ अबू जाफर मोहम्मद इब्न- ए मूसा अल खोवारिजामी के नाम से आया है को..... क्या कहा जाता है?
A.
Flowchart
फ़्लोचार्ट
B.
Flow
फ्लो
C.
Algorithm
एल्गोरिथम
D.
syntax
सिन्टैक्स
Question No# :
43
out of 50
Report Bug
Identify the correct sequence of steps to run a program.
प्रोग्राम चलाने को रन करने के लिए स्टेप्स के सही सीक्वेंस की पहचान करें।
A.
Link, Load, Code, Compile, & Execute
लिंक, लोड, कोड, कम्पाइल, एवं एक्सीक्यूट
B.
Code, Compile, Link, Execute & Load
कोड, कम्पाइल, लिंक, एक्सीक्यूट एवं लोड
C.
Code, Compile, Link, load & Execute
कोड, कम्पाइल, लिंक, लोड एवं एक्सीक्यूट
D.
Compile, Code, Link, load, & Execute
कम्पाइल, कोड, लिंक, लोड एवं एक्सीक्यूट
Question No# :
44
out of 50
Report Bug
Which one of these is NOT true about recursion?
इनमें से कौन सा रिकर्सन के बारे में सत्य नहीं है?
A.
We can replace a recursive function by a non-recursive function.
हम एक रिकर्सिव फंक्शन को एक नॉन-रिकर्सिव फंक्शन द्वारा प्रतिस्थापित कर सकते हैं।
B.
The memory space taken by the recursive functions is more than that of non-recursive function,
रिकर्सिव फंक्शनो द्वारा लिया गया मेमोरी स्पेस नॉन-रिकर्सिव फंक्शन की तुलना में अधिक है।
C.
Running a recursive function is faster as compared to a non-recursive function.
नॉन-रिकर्सिव फंक्शन की तुलना में रिकर्सिव फंक्शन को रन करना तेज़ होता है।
D.
The process of recursion makes it easier for users to understand a program.
रिकर्सन की प्रक्रिया उपयोगकर्ताओं के लिए प्रोग्राम को समझना आसान बनाती है
Question No# :
45
out of 50
Report Bug
Which of the following is correct in respect of advantages of functions?
निम्नलिखित में से कौन सा फंक्शंस के लाभों के संबंध में सही है?
A.
Decomposing complex problems into simpler pieces
कॉम्प्लेक्स समस्याओं को सरल टुकडों मे विभाजित करना ।
B.
Reducing duplication of code
कोड का दोहराव कम करना
C.
both A and B
तथा B दोनों
D.
None of the above.
उपर्युक्त में से कोई नहीं
Question No# :
46
out of 50
Report Bug
Which of the following is not a keyword?
निम्न में से कौन सा कीवर्ड नहीं है?
A.
eval
एवल
B.
nonlocal
नॉनलोकल
C.
assert
अस्सेर्ट
D.
finally
फाइनली
Question No# :
47
out of 50
Report Bug
Which one is not the attribute of a file?
इनमें से कौन सा फाइल का ऐट्रिब्यूट नहीं है?
A.
softspace
सॉफ्ट स्पेस
B.
mode
मोड
C.
closed
क्लोस्ड
D.
rename
रिनेम
Question No# :
48
out of 50
Report Bug
Which of the following environment variable for Python tells the Python interpreter where to locate the module files imported into a program?
पायथन के लिए निम्नलिखित में से कौन सा एनवायरनमेंट वेरिएबल पायथन इंटरप्रेटर को यह बताता है कि प्रोग्राम में इम्पोर्ट की गई मॉड्यूल फाइलों को कहाँ स्थापित करना है ?
A.
PYTHONPATH
पाइथनपाथ
B.
PYTHONSTARTUP
पाइथनस्टार्टअप
C.
PYTHONCASEOK
पाइथनकासोक
D.
PYTHONHOME
पाइथनहोम
Question No# :
49
out of 50
Report Bug
A natural number 1 is also an ____ .
एक नेचुरल नंबर 1 भी एक ____ है ।
A.
Factor
फैक्टर
B.
integer number
पूर्णांक संख्या
C.
unique number
यूनिक नंबर
D.
None of these
इनमें से कोई नहीं
Question No# :
50
out of 50
Report Bug
Which of the following is not a legal integer type value in python.
निम्नलिखित में से कौन सा पायथन में ली इन्टीजर टाइप की वैल्यू नहीं है।
A.
Decimal
डेसीमल
B.
Octal
ऑक्टल
C.
Hexadecimal
हेक्साडेसीमल
D.
Roman
रोमन
Latest Current Affairs 2024
Online Exam Quiz for One day Exam
Online Typing Test
CCC Online Test
Python Programming Tutorials
Best Computer Training Institute in Prayagraj (Allahabad)
O Level NIELIT Study material and Quiz
Bank SSC Railway TET UPTET Question Bank
career counselling in allahabad
Best Website and Software Company in Allahabad