Font size
WorksheetsM3 R5 Test 13
Total questions: 102
Worksheet time: 51mins
प्रोग्रामिंग में IDE का पूरा नाम क्या है?
Integrated Data Execution
Integrated Development Environment
Internal Data Editor
Integrated Debugging Editor
निम्नलिखित में से कौन सा प्रोग्रामिंग पैरेडाइम है?
Object-oriented programming
Functional programming
Procedural programming
All of the above
किसी वैरिएबल को मान देने के लिए कौन सा ऑपरेटर उपयोग किया जाता है?
=
==
===
:=
प्रोग्रामिंग में वैरिएबल क्या होता है?
A fixed value
A container for storing data
A type of function
None of the above
इनमें से कौन सा डेटा प्रकार प्राथमिक (primitive) नहीं है?
Integer
String
Class
Boolean
एक कंपाइलर क्या करता है?
Executes code line by line
Converts source code into machine code
Debugs errors in the code
None of the above
निम्नलिखित में से कौन सा लूप संरचना नहीं है?
For
While
If-else
Do-while
एल्गोरिथ्म का उद्देश्य क्या है?
To store data
To define a sequence of steps to solve a problem
To compile a program
To debug a program
Python में एक फ़ंक्शन को परिभाषित करने के लिए कौन सा कीवर्ड उपयोग किया जाता है?
def
func
function
define
OOP का पूरा नाम क्या है?
Online Object Programming
Object-oriented Programming
Output Oriented Programming
Operation Oriented Programming
प्रोग्रामिंग भाषा का मुख्य उद्देश्य क्या है?
To interact with the operating system
To create designs
To communicate instructions to the computer
To debug errors
निम्नलिखित में से कौन सी निम्न-स्तरीय प्रोग्रामिंग भाषा का उदाहरण है?
Python
Assembly
Java
HTML
प्रोग्रामिंग में "सिंटैक्स" शब्द का क्या मतलब है?
The logical flow of the program
The rules for writing code
The variables used in the code
The runtime environment
प्रोग्रामिंग में डीबगिंग क्या है?
Writing new code
Fixing errors in code
Documenting the program
Testing the code
इनमें से कौन सा प्रोग्रामिंग में त्रुटि का प्रकार नहीं है?
Syntax Error
Logical Error
Runtime Error
Debugging Error
"वैरिएबल स्कोप" से क्या तात्पर्य है?
The type of the variable
The lifetime and accessibility of the variable
The size of the variable
The memory location of the variable
प्रोग्रामिंग में लूप का उपयोग किस लिए किया जाता है?
To define functions
To repeat a block of code multiple times
To declare variables
To create conditional statements
निम्नलिखित में से कौन सा Python में अपरिवर्तनीय डेटा प्रकार है?
List
Dictionary
Tuple
Set
'ASCII' का पूरा नाम क्या है?
American Standard Code for Information Interchange
Advanced System Code for Internet Integration
Application System Code for Intelligent Interaction
None of the above
प्रोग्रामिंग में स्थिरांक (constants) के बारे में कौन सा कथन सही है?
उनका मान निष्पादन के दौरान बदल सकता है
वे गतिशील डेटा संग्रहीत करते हैं
वे पूरे कार्यक्रम में समान रहते हैं
वे केवल स्ट्रिंग्स संग्रहीत कर सकते हैं
किसी प्रोग्राम को छोटे-छोटे मॉड्यूल में तोड़ने की प्रक्रिया को क्या कहते हैं?
संकलन
डिबगिंग
मॉड्यूलर प्रोग्रामिंग
अब्स्ट्रैक्शन
निम्नलिखित में से कौन सी डायनामिक प्रोग्रामिंग भाषा का उदाहरण है?
पायथन
सी
जावा
असेंबली
किस प्रकार के प्रोग्रामिंग पैरेडाइम में क्लास और ऑब्जेक्ट का उपयोग होता है?
प्रोसीजरल प्रोग्रामिंग
ऑब्जेक्ट-ओरिएंटेड प्रोग्रामिंग
फंक्शनल प्रोग्रामिंग
लॉजिकल प्रोग्रामिंग
प्रोग्रामिंग में "पुनरावृत्ति (recursion)" का क्या मतलब है?
एक फ़ंक्शन का दूसरे फ़ंक्शन को कॉल करना
एक फ़ंक्शन का स्वयं को कॉल करना
एक लूप जो हमेशा दोहराता है
एक शर्तीय कथन
निम्नलिखित में से कौन सा Python की विशेषता नहीं है?
व्याख्यायित भाषा
केस-संवेदनशील
मजबूत प्रकार
पॉइंटर अंकगणित का समर्थन करता है
OOP में "इनहेरिटेंस" का क्या मतलब है?
दो या दो से अधिक कक्षाओं को मिलाना
एक कक्षा को दूसरी कक्षा से व्युत्पन्न करना
कई फ़ंक्शन लिखना
उपरोक्त में से कोई नहीं
प्रोग्रामिंग में 5 % 2 का आउटपुट क्या होगा?
1
2
0
5
Python में किसी स्ट्रिंग की लंबाई प्राप्त करने के लिए कौन सा फ़ंक्शन उपयोग किया जाता है?
size()
len()
length()
strlength()
किसी फ़ंक्शन के अंदर घोषित वैरिएबल को क्या कहते हैं?
Global Variable
Local Variable
Static Variable
Dynamic Variable
निम्नलिखित में से कौन सा एक वैध Python पहचानकर्ता है?
123variable
variable_name
variable-name
None of the above
फ़ंक्शंस में 'return' स्टेटमेंट का उद्देश्य क्या है?
To stop execution of the function
To send a value back to the caller
To define a new variable
To print the function's output
Python में लॉजिकल AND के लिए कौन सा ऑपरेटर उपयोग होता है?
&&
and
&
&&&
निम्नलिखित में से कौन सा Python कीवर्ड नहीं है?
True
False
Null
None
लूप को समय से पहले समाप्त करने के लिए कौन सा स्टेटमेंट उपयोग किया जाता है?
continue
break
exit
stop
अधिकांश प्रोग्रामिंग भाषाओं में एक array का डिफ़ॉल्ट प्रारंभिक इंडेक्स क्या है?
0
1
-1
None
इनमें से कौन सा एक रिलेशनल ऑपरेटर का उदाहरण है?
+
==
*
=
प्रोग्रामिंग में "switch" स्टेटमेंट का उद्देश्य क्या है?
To iterate over elements
To execute one block of code among many choices
To handle errors
To define variables
Python में 2 ** 3 का आउटपुट क्या होगा?
5
6
8
9
Python में अपवादों (exceptions) को संभालने के लिए कौन सा कीवर्ड उपयोग किया जाता है?
try
handle
exception
error
एक array क्या है?
A single data element
A collection of variables of different data types
A collection of elements of the same data type
A function to store variables
निम्नलिखित में से कौन सा Python में डेटा प्रकार नहीं है?
int
float
real
str
Python में उपयोगकर्ता से इनपुट प्राप्त करने के लिए कौन सा फ़ंक्शन उपयोग किया जाता है?
scanf()
input()
read()
get()
Python में "else" स्टेटमेंट क्या करता है?
Executes code when the "if" condition is false
Repeats code in a loop
Stops execution of a program
Declares a variable
Python में एक क्लास को परिभाषित करने के लिए कौन सा कीवर्ड उपयोग किया जाता है?
define
class
object
struct
प्रोग्रामिंग में इंटरप्रेटर क्या है?
A program that translates and executes code line by line
A tool to debug errors
A compiler that generates machine code
A library loader
Python फाइलों के लिए फाइल एक्सटेंशन क्या है?
.py
.python
.pt
.p
Python में 10 // 3 का परिणाम क्या होगा?
3.33
3
4
10
Python में अनंत लूप बनाने के लिए निम्नलिखित में से कौन सा उपयोग किया जाता है?
for i in range(0, 10):
while True:
for i = 1 to 10
repeat until
निम्नलिखित में से कौन सा Python में परिवर्तनशील (mutable) डेटा प्रकार है?
Tuple
List
String
Integer
Python में 'pass' स्टेटमेंट क्या करता है?
Exits the program
Skips the execution of a block
Does nothing and acts as a placeholder
Repeats a block of code
निम्नलिखित में से कौन सा Python में मान्य लूप नहीं है?
for
while
do-while
foreach
प्रोग्रामिंग में फ़ंक्शन क्या है?
A block of code that performs a specific task
A way to store data
A type of loop
A conditional statement
Python में, len([]) क्या रिटर्न करता है?
1
0
None
Error
Python में स्ट्रिंग्स को जोड़ने के लिए कौन सा ऑपरेटर उपयोग किया जाता है?
+
*
&
|
'break' स्टेटमेंट का उद्देश्य क्या है?
To terminate a program
To terminate a loop prematurely
To skip the current iteration of a loop
To define a variable
Python में bool(0) का आउटपुट क्या होगा?
True
False
0
None
Python में कई शर्तों को संभालने के लिए इनमें से कौन उपयोग किया जाता है?
if-elif-else
switch-case
do-while
while-if
Python फ़ंक्शन में "return" कीवर्ड क्या करता है?
Stops the execution of the function
Sends a value back to the caller
Declares a new variable
Creates a new function
फंक्शन में "return" कीवर्ड क्या करता है?
Stops the execution of the function
Sends a value back to the caller
Declares a new variable
Creates a new function
प्रोग्रामिंग में IDE का पूर्ण रूप क्या है?
Integrated Development Environment
Interactive Design Environment
Internal Debugging Editor
Integrated Data Execution
Python में 10 > 5 and 3 < 1 का आउटपुट क्या होगा?
True
False
None
Error
प्रोग्रामिंग में "स्ट्रिंग" क्या है?
A sequence of characters
A numeric value
A data type for boolean
A loop control statement
Python में 'import' स्टेटमेंट का उद्देश्य क्या है?
To define a new variable
To include libraries or modules
To create functions
To handle exceptions
Python में is ऑपरेटर क्या जांचता है?
If two variables are equal
If two variables point to the same object
If a variable is defined
If a variable is a string
कौन सा Python डेटा स्ट्रक्चर अनऑर्डर है और डुप्लिकेट की अनुमति नहीं देता है?
List
Tuple
Set
Dictionary
एल्गोरिथ्म क्या है?
A high-level programming language
A step-by-step procedure to solve a problem
A type of data structure
A mathematical formula
Python में PEP का क्या मतलब है?
Python Error Protocol
Python Execution Process
Python Enhancement Proposal
Python Evaluation Procedure
"Python"[::-1] का आउटपुट क्या होगा?
Python
nohtyP
Error
None
Python में स्ट्रिंग को पूर्णांक (integer) में बदलने के लिए कौन सा फ़ंक्शन उपयोग किया जाता है?
str()
int()
float()
ord()
Python में input() का डिफ़ॉल्ट डेटा प्रकार क्या है?
int
str
float
bool
Python में 'continue' स्टेटमेंट क्या करता है?
Terminates the loop
Skips the current iteration and continues with the next iteration
Stops the execution of the program
Returns a value
Python में for लूप के लिए सही सिंटैक्स क्या है?
for (i = 0; i < 10; i++)
for i in range(10):
foreach (i in 10):
for i = 1 to 10
Python में try-except ब्लॉक का प्राथमिक उद्देश्य क्या है?
To iterate over elements
To handle runtime errors
To define variables
To create functions
Python में 'Hello' * 3 का आउटपुट क्या होगा?
'HelloHelloHello'
'Hello'
'Hello3'
Error
निम्नलिखित में से कौन सा Python में अपरिवर्तनीय (immutable) डेटा प्रकार है?
List
Dictionary
Tuple
Set
Python में len({'a': 1, 'b': 2}) क्या रिटर्न करेगा?
2
3
1
Error
Python में कौन सा फ़ंक्शन एक iterable में सबसे छोटा आइटम रिटर्न करता है?
max()
min()
sum()
smallest()
Python में एक नया डिक्शनरी कैसे बनाई जा सकती है?
dict()
newdict()
dictionary()
{}
Python में 3 == 3.0 का आउटपुट क्या होगा?
True
False
Error
None
Python में 3 == 3.0 का आउटपुट क्या होगा?
True
False
Error
None
Python में रैंडम नंबर के साथ काम करने के लिए कौन सा मॉड्यूल उपयोग किया जाता है?
math
random
statistics
numbers
Python में type(5) का आउटपुट क्या होगा?
int
<class 'int'>
integer
5
Python में bool([]) का आउटपुट क्या होगा?
True
False
Error
None
निम्नलिखित में से कौन सा कीवर्ड Python में फ़ंक्शन को परिभाषित करने के लिए उपयोग किया जाता है?
func
def
define
function
Python में 5 + 5.0 का परिणाम क्या होगा?
10
10.0
Error
None
Python में किसी वैल्यू को स्ट्रिंग में बदलने के लिए कौन सा फ़ंक्शन उपयोग किया जाता है?
str()
int()
string()
convert()
Python में not True का आउटपुट क्या होगा?
True
False
Error
None
निम्नलिखित में से कौन सा Python में एक मान्य वेरिएबल नाम है?
2variable
_variable
variable-name
variable@123
Python में del कीवर्ड का उद्देश्य क्या है?
To delete a variable or object
To remove elements from a list
To clear the console
To exit a loop
Python में id() फ़ंक्शन का उपयोग क्या है?
To return the type of a variable
To return the unique identifier of an object
To convert a value into an integer
To create a new variable
'ABCD'.lower() का आउटपुट क्या होगा?
abcd
ABCD
Error
None
'ABCD'.lower()का आउटपुट क्या होगा?
abcd
ABCD
Error
None
निम्नलिखित में से कौन सा Python में एक परिवर्तनीय (mutable) डेटा प्रकार है?
List
Tuple
String
Integer
Python में print(10 // 3) का आउटपुट क्या होगा?
3.33
3
3.0
Error
Python में क्लास बनाने के लिए कौन सा कीवर्ड उपयोग किया जाता है?
def
class
create
cls
Python में [1, 2, 3] + [4, 5] का परिणाम क्या होगा?
[1, 2, 3, 4, 5]
[1, 2, 3, [4, 5]]
[4, 5, 1, 2, 3]
Error
Python में enumerate() फ़ंक्शन का उपयोग क्या है?
To create a dictionary
To iterate over an iterable and get the index and value
To sort a list
To convert a list into a set
Python में len({1, 2, 3, 1, 2}) का आउटपुट क्या होगा?
3
5
4
Error
Python के बारे में निम्नलिखित में से कौन सा कथन सही है?
Python is statically typed
Python does not support object-oriented programming
Python is case-sensitive
Python code must always be compiled
Python में 3 * 'Hello ' क्या उत्पन्न करेगा?
'Hello Hello Hello '
'HelloHelloHello'
Error
None
[x**2 for x in range(3)] का आउटपुट क्या होगा?
[1, 4, 9]
[0, 1, 4]
[1, 4]
Error
Python में किसी क्लास से एक ऑब्जेक्ट बनाने के लिए कौन सा फ़ंक्शन उपयोग किया जाता है?
init()
new()
object()
class()
