Operators, Expressions and Python Statements

Question: 1

निम्नलिखित में से कौन से कथन सत्य हैं?

Which of the following statements is true?

A)
B)
C)
D)

Question: 2

इस expression का उत्तर क्या है 22%3

What is the answer to this expression 22%3

A)
B)
C)

Question: 3

निम्नलिखित पायथन कोड का आउटपुट क्या होगा print(2**3)

What will be the output of the following Python code print(2**3)

A)
B)
C)
D)

Question: 4

रिलेशनल ऑपरेशन का परिणाम हमेशा होता है

The result of a relational operation is always

A)
B)
C)
D)

Question: 5

कौन सा कथन सही है ?

Which statement is correct ?

A)
B)
C)
D)

Question: 6

nested if-else को पायथन में अनुमति है।

Nested if-else is allowed in Python.

A)
B)
C)
D)

Question: 7

Command Prompt Operating System का हिस्सा है

Command Prompt is part of the Operating System

A)
B)
C)
D)

Question: 8

दो वेरिएबल एक ही ऑब्जेक्ट को refer कर रहे है या नही, ______ ऑपरेटर से पता कर सकते है

Whether two variables are referring to the same object or not, we can find out with the ______ operator.

A)
B)
C)
D)

Question: 9

list और tuple पर slice ऑपरेटर कार्य नहीं करता है

slice operator does not work on list and tuple

A)
B)
C)
D)

Question: 10

python में, in और not in ऑपरेटर को Membership Operator के रूप में जाना जाता है

In python, in and not in operators are known as Membership Operators.

A)
B)
C)
D)

Question: 11

a=[(1,1),(1,2),(1,3),(1,4)] डाटा किस प्रकार का है ?

a=[(1,1),(1,2),(1,3),(1,4)] What is the type of data?

A)
B)
C)
D)

Question: 12

and, or, not, if, elif, Else, for, while, break व as python keyword है इनकी कुल संख्या है|

The total number of python keywords are and, or, not, if, elif, else, for, while, break and as.

A)
B)
C)
D)

Question: 13

list, tuple, set, dictionary को define करने के लिए किन symbol का use करते है ?

Which symbols are used to define list, tuple, set, dictionary?

A)
B)
C)
D)

Question: 14

python में equality operator कौन से है ?

What are equality operators in python?

A)
B)
C)
D)

Question: 15

+ operator को _________ overload करता है ?

_________ overloads the + operator?

A)
B)
C)
D)

Question: 16

Python में ________ एक NULL statement है|

________ is a NULL statement in Python.

A)
B)
C)
D)

Question: 17

निम्नलिखित में से कौन चर(variable) नहीं हो सकता है?

Which of the following cannot be a variable?

A)
B)
C)
D)

Question: 18

Error checking के लिए Assert Statement का उपयोग किया जाता है।

Assert statement is used for error checking.

A)
B)
C)
D)

Question: 19

Compund statement में थेरेपी स्टेटमेंट होते हैं|

Compound statement contains therapy statements.

A)
B)
C)
D)

Question: 20

Python programming में ,pass एक NULL statement हैं |

In Python programming, pass is a NULL statement.

A)
B)
C)
D)

Question: 21

निम्न आदेश प्रतिस्थापन है जब एकाधिक ifs का उपयोग किया जाता है

The following command is replacement when multiple ifs are used

A)
B)
C)
D)

Question: 22

निम्नलिखित में से कौन सा निर्णय लेने वाला कथन नहीं है:

Which of the following is not a decision making statement:

A)
B)
C)
D)

Question: 23

किसी if स्टेटमेंट में वैकल्पिक शर्त जोड़ने के लिए आप किस कीवर्ड का उपयोग करेंगे?

Which keyword would you use to add an optional condition to an if statement?

A)
B)
C)
D)

Question: 24

अभिव्यक्ति का आउटपुट क्या है: 3*1**3

What is the output of the expression : 3*1**3

A)
B)
C)
D)

Question: 25

यदि l=[1,2,3,4,5]

If l=[1,2,3,4,5]

for X in l:
      print(X&1)
A)
B)
C)
D)

Question: 26

निम्नलिखित पायथन कोड का आउटपुट क्या होगा?

What will be the output of the following Python code?

for i in range(int(2.0)): 
    print(i)
A)
B)
C)
D)

Question: 27

किसी दी गई संख्या 'a' को 4 से गुणा करने के लिए निम्नलिखित में से किस अभिव्यक्ति का उपयोग किया जा सकता है?

Which of the following expressions can be used to multiply a given number ‘a’ by 4?

A)
B)
C)
D)

Question: 28

निम्नलिखित अभिव्यक्ति का मूल्य क्या है?

What is the value of the following expression?

A)
B)
C)
D)

Question: 29

पायथन में "elif" कीवर्ड क्या दर्शाता है?

What does the “elif” keyword represent in Python?

A)
B)
C)
D)

Question: 30

if कथन में, जब अभिव्यक्ति सत्य है, _______।

In an If statement, when the expression is true, _______.

A)
B)
C)
D)

Question: 31

निम्नलिखित कथन में क्या समस्या है?

What is the problem with the following statement?

100=grade
A)
B)
C)
D)

Question: 32

आप दोहरे-वैकल्पिक निर्णय संरचना को लिखने के लिए _________ कथन का उपयोग करते हैं।

You use an _________ statement to write dual-alternative decision structure.

A)
B)
C)
D)

Question: 33

निम्नलिखित में से कौन सा कथन सही है?

Which of the following statements are correct?

(i) Python is a high level programming language. 
(ii) Python is an interpreted language. 
(iii) Python is a compiled language. 
(iv) Python program is compiled before it is interpreted.
A)
B)
C)
D)

Question: 34

सही कथन बताइये:

Point out the correct statement:

A)
B)
C)
D)

Question: 35

इन दो कथनों पर विचार करें:

Consider these two statements:

A)
B)
C)
D)

Question: 36

थोड़ी देर के लूप में, लूप कंट्रोल वेरिएबल की क्या भूमिका है?

In a while loop, what is the role of the loop control variable?

A)
B)
C)
D)

Question: 37

हार्डवेयर की वह इकाई है, जिसका उपयोग एक ऑपरेटर कंप्यूटर प्रोसेसिंग की निगरानी के लिए करता है

The unit of hardware, which an operator uses to monitor computer processing, is the

A)
B)
C)
D)

Question: 38

निम्नलिखित में से कौन सी भाषा कंप्यूटर द्वारा समझी जाती है?

Which of the following language is understood by computer ?

A)
B)
C)
D)

Question: 39

किसी प्रोग्राम को चलाने के लिए चरणों का सही क्रम पहचानें:

Identify the correct sequence of steps to run a program :

A)
B)
C)
D)

Question: 40

भाषा प्रोसेसर प्रोग्राम को समग्र रूप से ऑब्जेक्ट कोड में अनुवादित करता है...

The language processor translates the program into object code as a whole…

A)
B)
C)
D)

Question: 41

कौन सा लूप नियंत्रण स्टेटमेंट वर्तमान पुनरावृत्ति के लिए लूप के अंदर बाकी कोड को छोड़ने के लिए उपयोग किया जाता है?

Which loop control statement is used to skip the rest of the code inside a loop for the current iteration only?

A)
B)
C)
D)

Question: 42

इन कथन का पालन करें...

Follow these statement...

Statement A: An existing file is opened in the write mode the previous data will be erased.
Statement B: When the existing file is opened in write mode the file object will be positioned at the end of the file.
A)
B)
C)
D)

Question: 43

निम्नलिखित में से कौन सा कथन बाइनरी फ़ाइलों के लिए सही है?

Which of the following statement is correct for binary files?

A)
B)
C)
D)

Question: 44

निम्नलिखित में से कौन सा कथन टेक्स्ट फ़ाइल के लिए सही नहीं है?

Which of the following statement is not correct for text file?

A) Contains the information as same as its held in memory
B) No delimiter for a line
C) read and write faster than binary files
D) Common format for general work
A)
B)
C)
D)

Question: 45

निम्नलिखित प्रोग्राम का आउटपुट क्या है?

What is the output of the following statement ?

A)
B)
C)
D)

Question: 46

निम्नलिखित में से कौन सा लूपिंग स्टेटमेंट का उदाहरण नहीं है?

Which of the following is not an example of looping statement ?

A)
B)
C)
D)

Question: 47

एक निश्चित संख्या में दोहराए जाने वाले ऑपरेशन ______ द्वारा किए जाते हैं।

Operations to be repeated a certain number of times are done by ______.

A)
B)
C)
D)

Question: 48

निम्नलिखित में से कौन सा मोड बाइनरी डेटा को संदर्भित करेगा?

Which of the following mode will refer to binary data?

A)
B)
C)
D)

Question: 49

pickling क्या है?

What is the pickling?

A)
B)
C)
D)

Question: 50

__________ वर्तमान लूप पुनरावृत्ति को तुरंत समाप्त कर देता है।

_________ immediately terminates the current loop iteration.

A)
B)
C)
D)

Latest Updates