Operators, Expressions and Python Statements

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

Which of the following statements is true?

A)
B)
C)
D)

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

What is the answer to this expression 22%3

A)
B)
C)

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

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

A)
B)
C)
D)

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

The result of a relational operation is always

A)
B)
C)
D)

Q.5 कौन सा कथन सही है ?

Which statement is correct ?

A)
B)
C)
D)

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

Nested if-else is allowed in Python.

A)
B)
C)
D)

Q.7 Command Prompt Operating System का हिस्सा है

Command Prompt is part of the Operating System

A)
B)
C)
D)

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

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

A)
B)
C)
D)

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

slice operator does not work on list and tuple

A)
B)
C)
D)

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

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

A)
B)
C)
D)

Q.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)

Q.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)

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

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

A)
B)
C)
D)

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

What are equality operators in python?

A)
B)
C)
D)

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

_________ overloads the + operator?

A)
B)
C)
D)

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

________ is a NULL statement in Python.

A)
B)
C)
D)

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

Which of the following cannot be a variable?

A)
B)
C)
D)

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

Assert statement is used for error checking.

A)
B)
C)
D)

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

Compound statement contains therapy statements.

A)
B)
C)
D)

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

In Python programming, pass is a NULL statement.

A)
B)
C)
D)

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

The following command is replacement when multiple ifs are used

A)
B)
C)
D)

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

Which of the following is not a decision making statement:

A)
B)
C)
D)

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

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

A)
B)
C)
D)

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

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

A)
B)
C)
D)

Q.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)

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

What will be the output of the following Python code?

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

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

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

A)
B)
C)
D)

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

What is the value of the following expression?

A)
B)
C)
D)

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

What does the “elif” keyword represent in Python?

A)
B)
C)
D)

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

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

A)
B)
C)
D)

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

What is the problem with the following statement?

100=grade
A)
B)
C)
D)

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

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

A)
B)
C)
D)

Q.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)

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

Point out the correct statement:

A)
B)
C)
D)

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

Consider these two statements:

A)
B)
C)
D)