Introduction to Python
Python programming का विकास किसने किया ?
Who developed Python programming?
Correct Answer: B) Guido Van Rossum
/* */ का प्रयोग Python कोड में COMMENTS डालने के लिए किया जाता है।
/* */ is used to insert COMMENTS in Python code.
Correct Answer: B) False
निम्न में से कौन सा एक invalid variable है?
Which of the following is an invalid variable?
sys.argv में प्रत्येक element का प्रकार क्या है?
What is the type of each element in sys.argv?
निम्नलिखित में से कौन से कथन सत्य हैं?
Which of the following statements is true?
निम्नलिखित में से कौन सा python language में एक कीवर्ड नहीं है?
Which of the following is not a keyword in python language?
Correct Answer: C) switch
pow(x,y) के लिए सही ऑपरेटर कौन सा है?
Which is the correct operator for pow(x,y)?
निम्नलिखित में से कौन एक वैध स्ट्रिंग स्थिरांक(valid string constant in python) है?
Which of the following is a valid string constant in python?
रिलेशनल ऑपरेशन का परिणाम हमेशा होता है
The result of a relational operation is always
यदि हम values को key और value के संदर्भ में store करना चाहते हैं तो हम किस data type का उपयोग करते हैं।
If we want to store values in terms of key and value then what data type do we use.
हम पायथन भाषा में कोड के एक ब्लॉक को परिभाषित करने के लिए क्या उपयोग करते हैं ?
What do we use to define a block of code in Python language?
पायथन प्रोग्रामिंग लैंग्वेज में निम्नलिखित में से कौन सा गलत है ?
Which of the following is wrong in Python programming language?
set में duplicate items की entry होती है
Duplicate items are entered in the set.
निम्नलिखित में से python के बारे में कौन सही है ?
Which of the following is correct about python?
पायथन के लिए ,निम्नलिखित में से कौन सा environment variable Python interpreter को बताता है कि एक प्रोग्राम में import की गयी मॉड्यूल फाइलों को कहाँ locate करना है
For Python, which of the following environment variables tells the Python interpreter where to locate module files imported into a program?
निम्न में से कौन सा डेटा प्रकार पायथन में समर्थित नहीं है ?
Which of the following data types is not supported in Python?
Python case sensitive है जब identifiers के साथ डील करता है ?
Is Python case sensitive when dealing with identifiers?
Mathematical operation स्ट्रिंग पर किये जा सकते है ?
Mathematical operations can be performed on strings?
जोड़ और घटाव का वरीयता स्तर (precedence level)एक ही है |
The precedence level of addition and subtraction is the same.
expression int(x) का तात्पर्य है कि variablex को integer में बदल दिया जाता है।
The expression int(x) implies that the variablex is converted to an integer.
Correct Answer: A) True
Python Functional Programming को Support नहीं करती है|
Python does not support Functional Programming.
Correct Answer: B) False
क्या Python में, Function को argument के रूप में पास कर सकते है?
Can we pass a function as an argument in Python?
Python Variable व Expression का प्रकार (type) ________ तय (decide) होता है
The type of Python variable and expression is decided by ________.
Correct Answer: A) Run Time
Python फाइल को किस फाइल एक्सटेंशन के साथ सेव करते है ?
With which file extension is the python file saved?
________टूल जो बग खोजने या स्थिर विश्लेषण ( static analysis ) करने में मदद करता हैं?
________tool that helps in finding bugs or performing static analysis?
Python में, Mutable built-in Data-type है
In Python, Mutable is a built-in data-type.
एक पायथन documentation स्ट्रिंग को docstring के रूप में जाना जाता है
A Python documentation string is known as a docstring.
Correct Answer: A) True
पीईपी (PEP) का मतलब है
What does PEP mean?
Correct Answer: D) Python Enhancement Proposal
Python Free, open source, Statically typed, Interpreted व Portable language है
Python is free, open source, statically typed, interpreted and portable language.
Correct Answer: B) False
python में variable बनाते समय किस symbol का use नहीं कर सकते ?
Which symbol cannot be used while creating a variable in python?
string से एक्स्ट्रा space remove करने के लिए कौन सा method नहीं है ?
Which is not a method to remove extra space from a string?
क्या string को index value से access किया जा सकता है ?
Can string be accessed by index value?
string में slicing करने के लिए कौन सा statement सही नहीं है| a="examjila"
Which statement is not correct for slicing a string? a="examjila"
python में input() function क्या return करता है ?
What does the input() function return in python?
python में typecasting कितने प्रकार की होती है ?
How many types of typecasting are there in python?
integer value को string में बदलने के लिए किस function का प्रयोग करते है ?
Which function is used to convert integer value to string?
Python में equality operator कौन से है ?
What are equality operators in python?
Correct Answer: D) Both b and c
Python में ________ एक NULL statement है|
________ is a NULL statement in Python.
Tower of Honoi puzzle को __________ के द्वारा बनाया गया|
Tower of Honoi puzzle was created by __________.
पायथन 3.0 संस्करण(version) किस वर्ष विकसित किया गया था?
In which year was Python 3.0 version developed?
Correct Answer: A) 2008
पायथन भाषा में कोड के ब्लॉक को परिभाषित करने के लिए हम किसका उपयोग करते हैं?
What do we use to define a block of code in Python language?
Docstring एक स्ट्रिंग अक्षर है जिसे कुछ प्रोग्राम element के specification को प्रदान करने के लिए ट्रिपल कोट्स द्वारा दर्शाया जाता है।
Docstring is a string literal represented by triple quotes to provide the specification of some program element.
Python source code को compiler किस code में परिवर्तित करता है ?
Into which code does the compiler convert the Python source code?
Python Object-Oriented और Procedural paradigms में प्रोग्रामिंग की allows देता है।
Python allows programming in Object-Oriented and Procedural paradigms.
एक variable नाम एक letter या underscore character से शुरू होना चाहिए।
A variable name must begin with a letter or an underscore character.
Booleans की दो value होती हैं: True or False|
Booleans have two values: True or False.
Module functions का एक सेट है जिसे आप अपने application में शामिल करना चाहते हैं।
A module is a set of functions that you want to include in your application.