🚀 Hurry! Offer Ends In
00 Days
00 Hours
00 Mins
00 Secs
Enroll Now
X

Introduction to Python

Question: 51 Report Error

Python 3.0 फाइनल जारी किया गया था

Python 3.0 final was released

A)
B)
C)
D)

Question: 52 Report Error

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

Which of the following precedence order is correct in Python?

A)
B)
C)
D)

Question: 53 Report Error

Python Programming Language का विकास किसने किया?

Who developed Python Programming Language?

A)
B)
C)
D)

Question: 54 Report Error

निम्नलिखित में से कौन पायथन फाइल का सही extension है?

Which of the following is the correct extension of a Python file?

A)
B)
C)
D)

Question: 55 Report Error

Pythonमें single-line comments देने के लिए निम्नलिखित में से किस character का उपयोग किया जाता है?

Which of the following characters is used to give single-line comments in Python?

A)
B)
C)
D)

Question: 56 Report Error

निम्नलिखित में से कौन पायथन में truncation division operator है?

Which of the following is the truncation division operator in Python?

A)
B)
C)
D)

Question: 57 Report Error

पायथन में strings के साथ कौन से arithmetic operators का उपयोग नहीं किया जा सकता है?

Which arithmetic operators cannot be used with strings in Python?

A)
B)
C)
D)

Question: 58 Report Error

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

In Python programming, pass is a NULL statement.

A)
B)
C)
D)

Question: 59 Report Error

Python में सिंगल लाइन कमेंट करने के लिए किस कैरेक्टर का उपयोग किया जाता है?

Which character is used to make a single line comment in Python

A)
B)
C)
D)

Question: 60 Report Error

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

Which of the following is the correct extension of a Python file

A)
B)
C)
D)

Question: 61 Report Error

निम्नलिखित में से कौन सा पायथन में वैध सेट ऑपरेशन नहीं है?

Which of the following is not a valid set operation in Python?

A)
B)
C)
D)

Question: 62 Report Error

पहचानकर्ता की अधिकतम संभव लंबाई क्या है?

What is the maximum possible length of an identifier

A)
B)
C)
D)

Question: 63 Report Error

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

Which of the following concepts is not a part of Python

A)
B)
C)
D)

Question: 64 Report Error

पायथन में एक्सेप्शन हैंडलिंग में निम्नलिखित में से कौन से कथन का उपयोग किया जाता है?

Which of the following statements is used in exception handling in Python

A)
B)
C)
D)

Question: 65 Report Error

python के लिए पिप का क्या अर्थ है?

What does pip mean for python

A)
B)
C)
D)

Question: 66 Report Error

Python किस भाषा में लिखा गया है?

Python is written in which language

A)
B)
C)
D)

Question: 67 Report Error

पहचानकर्ताओं से निपटने के दौरान क्या पायथन केस संवेदनशील है?

Is Python case sensitive when dealing with identifiers

A)
B)
C)
D)

Question: 68 Report Error

पायथन में दिनांक समय गणनाओं को संभालने के लिए निम्नलिखित में से किस मॉड्यूल को आयात करने की आवश्यकता है?

Which of the following modules needs to be imported to handle date time calculations in Python

A)
B)
C)
D)

Question: 69 Report Error

pvm को प्राय: कहा जाता है।

pvm is often called.

A)
B)
C)
D)

Question: 70 Report Error

csv का अर्थ है

What is the meaning of CSV?

A)
B)
C)
D)

Question: 71
Verified by Expert

निम्नलिखित में से कौन सा कीवर्ड पायथन में reserve कीवर्ड नहीं है?

Which of the following keywords is not a reserve keyword in Python?

A)
B)
C)
D)
Explanation
import keyword print(keyword.kwlist)

Correct Answer: C) goto


Question: 72 Report Error

किस प्रारूप/format में बाइनरी फ़ाइल में जानकारी होती है

In what format does a binary file contain information?

A)
B)
C)
D)

Question: 73 Report Error

एक प्रोग्रामर के लिए पढ़ने और लिखने में क्या आसान है।

What is easy for a programmer to read and write.

A)
B)
C)
D)

Question: 74 Report Error

निम्नलिखित में से कौन सा variable नाम के रूप में काम नहीं करेगा?

Which of the following will not work as a variable name?

A)
B)
C)
D)

Question: 75 Report Error

पायथन में फंक्शन का उपयोग निम्न में से क्या है?

Which of the following is the use of function in Python?

A)
B)
C)
D)

Question: 76 Report Error

पायथन में फंक्शन का उपयोग निम्न में से क्या है?

Which of the following is the use of function in Python?

A)
B)
C)
D)

Question: 77 Report Error

पायथन उपयोग करता है:

Python uses:

A)
B)
C)
D)

Question: 78 Report Error

_______ उपयोगकर्ता प्रलेखन का हिस्सा है।

_______ is part of the user documentation.

A)
B)
C)
D)

Question: 79 Report Error

कथनों के नामित अनुक्रम को निम्नलिखित में से किस नाम से जाना जाता है?

Which of the following is a named sequence of statements known as?

A)
B)
C)
D)

Question: 80 Report Error

पायथन को ___ जाना जाता है:

Python is known as:

A)
B)
C)
D)

Question: 81 Report Error

पायथन में पूर्ण संख्या को संग्रहीत करने के लिए आप किस डेटा प्रकार का उपयोग करेंगे?

What data type would you use to store a whole number in Python?

A)
B)
C)
D)

Question: 82 Report Error

इस असाइनमेंट के बाद वेरिएबल x का डेटा प्रकार क्या होगा:

What will be the data type of the variable x after this assignment:

x = 3.5
A)
B)
C)
D)

Question: 83 Report Error

निम्नलिखित कोड स्निपेट का आउटपुट क्या है:

What is the output of the following code snippet:

print(type("Hello, World!"))
A)
B)
C)
D)

Question: 84 Report Error

पायथन भाषा में निम्नलिखित में से किसे परिभाषित नहीं किया जा सकता है

In python language.which of the following cannot be defined as

A)
B)
C)
D)

Question: 85 Report Error

समय-समय पर डेटा को हटाने और फ़ाइल में नया डेटा जोड़ने की प्रक्रिया को कहा जाता है

The process of periodically removing data and adding new data to a file is referred to as

A)
B)
C)
D)

Question: 86 Report Error

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

What is the output of the following Python code?

print(int())
A)
B)
C)
D)

Question: 87 Report Error

विकसित की गई पहली विशुद्ध रूप से ऑब्जेक्ट ओरिएंटेड प्रोग्रामिंग भाषा कौन सी थी?

Which was the first purely object oriented programming language developed?

A)
B)
C)
D)

Question: 88 Report Error

निम्नलिखित में से कौन एक वर्ग को सर्वोत्तम रूप से परिभाषित करता है?

Which of the following best defines a class?

A)
B)
C)
D)

Question: 89
Verified by Expert

OOP का आविष्कार किसने किया?

Who invented OOP?

A)
B)
C)
D)
Explanation
The term "Object-Oriented Programming" (OOP) was coined by Alan Kay around 1966 or 1967 while he was at grad school.

Correct Answer: A) Alan Kay


Question: 90 Report Error

OOP की कौन सी विशेषता कोड की पुन: प्रयोज्यता को दर्शाती है?

Which Feature of OOP illustrated the code reusability?

A)
B)
C)
D)

Question: 91
Verified by Expert

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

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)
Explanation
Python is a high-level programming language, so statement (i) is correct, and it is also known as an interpreted language, making (ii) correct because its code is executed line by line. However, Python is not a purely compiled language, so (iii) is incorrect. In reality, Python first compiles the source code into bytecode (an intermediate form) and then the interpreter executes it, which makes statement (iv) correct. Hence, Python uses both compilation and interpretation, but is generally considered an interpreted language.

Correct Answer: D) (i), (ii), and (iv)


Question: 92 Report Error

पायथन में स्ट्रिंग लिटरल को दर्शाने के लिए किस प्रकार के उद्धरण का उपयोग किया जाता है?

Which type of quote is used to represent string literal in Python?

A)
B)
C)
D)

Question: 93
Verified by Expert

कोड पर विचार करें, p का ​​मान क्या है?

Consider the code, What is the value of p?

p=q=r=30
A)
B)
C)
D)
Explanation
In Python, the statement p = q = r = 30 is an example of multiple assignment, where the same value is assigned to multiple variables at once. Here, the value 30 is assigned to r, then q, and finally p. So, all three variables (p, q, and r) will have the value 30.

Correct Answer: C) 30


Question: 94 Report Error

पायथन में वेरिएबल डिक्लेरेशन का सिंटैक्स क्या है?

What is the syntax of variable declaration in Python?

A)
B)
C)
D)

Question: 95 Report Error

पायथन में private identifier का प्रतिनिधित्व कैसे करें?

How to represent private identifier in Python?

A)
B)
C)
D)

Question: 96
Verified by Expert

फ़ाइल प्रबंधन में, “r, a” शब्द का क्या अर्थ है

In file handling, what does this terms means “r, a”?

A)
B)
C)
D)
Explanation
“r” is used to open a file for reading (file must exist), while “a” is used to append data at the end of a file (creates file if it doesn’t exist).

Correct Answer: C) read, append


Question: 97 Report Error

'how are you?' को 'How Are You?' में बदलने के लिए किस फ़ंक्शन का उपयोग किया जाना चाहिए?

Which function should be used to change 'how are you?' to 'How Are You?',

A)
B)
C)
D)

Question: 98 Report Error

निम्नलिखित में से कौन सा कथन आउटपुट को 'बी' के रूप में प्रिंट करता है?

Which of the following statement prints output as ‘B’?

A)
B)
C)
D)

Question: 99 Report Error

संकलक के लिए सत्य कथन में से एक का चयन करें?

Select one of the true statement for the compiler?

A)
B)
C)
D)

Question: 100
Verified by Expert

डिक्शनरी, पायथन का _________ डेटा प्रकार है।

Dictionaries are _________ data type of python.

A)
B)
C)
D)

Latest Updates