Important Notice:
Jul 2021 M3-R5
1 / 20
In computer science, algorithm refers to a special method usable by a computer for the solution to a problem.कंप्यूटर विज्ञान में, एल्गोरिदम किसी समस्या के समाधान के लिए कंप्यूटर द्वारा उपयोग की जाने वाली एक विशेष विधि को संदर्भित करता है।
2 / 20
The expression int(x) implies that the variable x is converted to integer.एक्सप्रेशन int(x) का तात्पर्य है कि वैरिएबल x इंटीजर में परिवर्तित हो गया है।
3 / 20
Python is case sensitive when dealing with identifiers.आइडेंटिफायर के साथ काम करते समय पायथन केस सेंसिटिव होता है।
4 / 20
unichr(x)function convert an integer to octal string in python.unichr(x)फ़ंक्शन पायथन में एक पूर्णांक को अष्टाधारी स्ट्रिंग में परिवर्तित करता है।
5 / 20
frozenset(s)function convert a sequence of tuples to dictionary in python.फ़्रोज़नसेट(s)फ़ंक्शन पाइथन में ट्यूपल्स के आर्डर को डिक्शनरी में परिवर्तित करता है।
6 / 20
nested if-else are allowed in Python.पायथन में नेस्टेड if-else की अनुमति है।
7 / 20
Mathematical operations can be performed on a string.गणितीय संक्रियाएं एक स्ट्रिंग पर निष्पादित की जा सकती हैं।
8 / 20
The following symbol represent :निम्नलिखित प्रतीक दर्शाता है:
9 / 20
Which of the following is not a keyword in Python ?निम्नलिखित में से कौन पायथन में कीवर्ड नहीं है?
10 / 20
Which of the following environment variable for Python tells the Python interpreter where to locate the module files imported into a program ?पायथन के लिए निम्नलिखित में से कौन सा पर्यावरण चर पायथन इंटरप्रेटर को बताता है कि प्रोग्राम में आयातित मॉड्यूल फ़ाइलों को कहाँ स्थित करना है?
11 / 20
Select the reserved keyword in python :पायथन में रिजर्व्ड कीवर्ड का चयन करें:
12 / 20
Which statement is correct ?कौन सा कथन सही है?
13 / 20
Any algorithm is a program.कोई भी एल्गोरिथ्म एक प्रोग्राम है।
14 / 20
Which of the following data types is not supported in python ?निम्नलिखित में से कौन सा डेटा प्रकार पायथन में समर्थित नहीं है?
15 / 20
Which of the following is correct about Python ?पायथन के बारे में निम्नलिखित में से कौन सा कथन सही है?
16 / 20
Which one of the following has the highest precedence in the expression ?अभिव्यक्ति में निम्नलिखित में से किसकी प्राथमिकता सबसे अधिक है?
17 / 20
Which of the following function of dictionary gets all the keys from the dictionary ?डिक्शनरी का निम्नलिखित में से कौन सा फ़ंक्शन डिक्शनरी से सभी keys प्राप्त करता है?
18 / 20
Addition and Subtraction has the same precedence levelजोड़ और घटाव की प्राथमिकता स्तर समान है।
19 / 20
When an algorithm is written in the form of a programming language, it becomes a :जब एक एल्गोरिथ्म को प्रोग्रामिंग भाषा के रूप में लिखा जाता है, तो यह बन जाता है:
20 / 20
values () is a function of dictionary gets all the values from the dictionary.values () डिक्शनरी का एक फ़ंक्शन है जो डिक्शनरी से सभी मान प्राप्त करता है।
Your score is
The average score is 62%
Restart quiz