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

Introduction to Python

Question: 101 Report Error

किस भाषा को सबसे पुरानी उच्च स्तरीय भाषाओं में से एक कहा जाता है?

Which of the language is said to be one of the oldest high level languages?

A)
B)
C)
D)

Question: 102 Report Error

कोड में त्रुटियां ढूंढने की प्रक्रिया को __________ कहा जाता है।

The process of finding errors in code is called as __________.

A)
B)
C)
D)

Question: 103 Report Error

सम्मिश्र संख्याओं के बारे में क्या सत्य है?

What is true about complex numbers?

A)
B)
C)
D)

Question: 104 Report Error

पायथन __________ में लिखा गया है।

Python is written in __________.

A)
B)
C)
D)

Question: 105 Report Error

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

Which of the following is not a keyword in Python ?

A)
B)
C)
D)

Question: 106 Report Error

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

Which of the following is correct about Python ?

A)
B)
C)
D)

Question: 107 Report Error

पायथन में आरक्षित कीवर्ड का चयन करें:

Select the reserved keyword in python :

A)
B)
C)
D)

Question: 108 Report Error

ट्राई ब्लॉक द्वारा उत्पन्न अपवादों को संभालने के लिए ब्लॉक के लिए किस कीवर्ड का उपयोग किया जाता है?

Which keyword is used for the block to handle the exceptions generated by try block ?

A)
B)
C)
D)

Question: 109 Report Error

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

Which of the following statement is correct for binary files?

A)
B)
C)
D)

Question: 110 Report Error

एक पूर्णांक स्थिरांक ज्ञात कीजिए

Find an integer constant

A)
B)
C)
D)

Question: 111 Report Error

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

What is the maximum possible length of an identifier ?

A)
B)
C)
D)

Question: 112 Report Error

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

Which of the following is not a keyword ?

A)
B)
C)
D)

Question: 113 Report Error

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

Which of the following is not a valid identifier?

A)
B)
C)
D)

Question: 114 Report Error

सिंगल लाइन टिप्पणी लिखने के लिए किस चिन्ह का प्रयोग किया जाता है?

Which symbol is used to write single line comment ?

A)
B)
C)
D)

Question: 115 Report Error

दशमलव संख्या 14 के समतुल्य द्विआधारी संख्या क्या है?

What is the binary number equivalent of the decimal number 14 ?

A)
B)
C)
D)

Question: 116 Report Error

इनमें से कौन सा कोर डेटा प्रकार नहीं है?

Which of these is not a core data type ?

A)
B)
C)
D)

Question: 117 Report Error

पहचानकर्ताओं के साथ व्यवहार करते समय पायथन एक केस संवेदनशील भाषा है।

Python is a case sensitive language when dealing with identifiers.

A)
B)
C)
D)

Question: 118 Report Error

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

Which of the following is true for variable names ?

A)
B)
C)
D)

Question: 119 Report Error

पायथॉन किस भाषा में लिखा गया है?

In which language is Python written ?

A)
B)
C)
D)

Question: 120 Report Error

किसी वेरिएबल को सौंपे गए कच्चे डेटा को __________ कहा जाता है।

Raw data assigned to a variable is called as __________.

A)
B)
C)
D)

Question: 121 Report Error

PHP फ़ाइलों का डिफ़ॉल्ट फ़ाइल एक्सटेंशन __________ होता है।

PHP files have a default file extension of __________.

A)
B)
C)
D)

Question: 122 Report Error

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

In python language, which of the following cannot be defined as variable ?

A)
B)
C)
D)

Question: 123 Report Error

पायथन फ़ाइल का सही एक्सटेंशन ____________ है।

The correct extension of the Python file is ____________.

A)
B)
C)
D)

Question: 124 Report Error

पायथन भाषा में कोड के ब्लॉक को परिभाषित करने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?

Which of the following is used to define a block of code in Python language ?

A)
B)
C)
D)

Question: 125 Report Error

पायथन पहचानकर्ता की अधिकतम लंबाई

Maximum length of a python identifier

A)
B)
C)
D)

Question: 126 Report Error

निम्नलिखित में से किसका उपयोग पहचानकर्ता के रूप में नहीं किया जा सकता है?

Which of the following cannot be used as an identifier?

A)
B)
C)
D)

Question: 127 Report Error

बेसिक मॉडल ऑफ कम्प्यूटेशन क्या वर्णन करता है?

What does the Basic Model of Computation describe?

A)
B)
C)
D)

Question: 128 Report Error

संगणना में मेमोरी की भूमिका क्या है?

What is the role of memory in comp utation?

A)
B)
C)
D)

Question: 129 Report Error

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

Which of the following is NOT a valid Python identifier?

A)
B)
C)
D)

Question: 130 Report Error

किस पीढ़ी की प्रोग्रामिंग भाषाएं मशीन भाषा हैं?

Which generation of programming languages is machine language?

A)
B)
C)
D)

Question: 131 Report Error

पायथन का पहला संस्करण कब लॉन्च किया गया था?

When was the first version of Python launched?

A)
B)
C)
D)

Question: 132 Report Error

उच्च-स्तरीय भाषाओं की प्राथमिक विशेषता क्या है?

What is the primary characteristic of high-level languages?

A)
B)
C)
D)

Question: 133 Report Error

असेंबलर का प्राथमिक कार्य क्या है?

What is the primary function of an assembler?

A)
B)
C)
D)

Question: 134 Report Error

पायथन क्या है?

What is Python?

A)
B)
C)
D)

Question: 135 Report Error

कौन सा पायथन मॉड्यूल regular expression संचालन के लिए समर्थन प्रदान करता है?

Which module in Python provides support for regular expression operations?

A)
B)
C)
D)

Question: 136 Report Error

पायथन में एक ऑपरेटर क्या है?

What is an operator in Python?

A)
B)
C)
D)

Question: 137 Report Error

पायथन में घातांक के लिए कौन सा ऑपरेटर उपयोग किया जाता है?

Which operator is used for exponentiation in Python?

A)
B)
C)
D)

Question: 138 Report Error

कौन सा तुलना ऑपरेटर जांचता है कि दो ऑपरेन्ड का मान समान है?

Which comparison operator checks if the value of two operands is equal?

A)
B)
C)
D)

Question: 139 Report Error

Python कहा से डाउनलोड की जा सकती है

Where can Python be downloaded?

A)
B)
C)
D)

Question: 140 Report Error

पायथन किस भाषा का उत्तराधिकारी है?

Python is successor of which language?

A)
B)
C)
D)

Latest Updates