Top 25 Multiple Choice Questions for Introduction to Python

Top 25 Multiple Choice Questions for Introduction to Python

Top 25 Multiple Choice Questions for Introduction to Python
Top 25 Multiple Choice Questions for Introduction to Python


25 MCQs on Introduction to Python (Hindi + English Mixed Style)

1. Python एक high-level language है, इसका मतलब…?
a) It directly talks to hardware
b) Human-friendly syntax
c) Only for professionals
d) Difficult to read
उत्तर: b) Human-friendly syntax (यह इंसानों के लिए पढ़ने और समझने में आसान होती है)
________________________________________
2. Python को design किसने किया था?
a) Tim Berners-Lee
b) Guido van Rossum
c) Elon Musk
d) Brendan Eich
उत्तर: b) Guido van Rossum
________________________________________
3. अगर आप Python में कोड लिखते हैं a = 5, तो a क्या बनता है?
a) Function
b) Variable
c) Keyword
d) Class
उत्तर: b) Variable
________________________________________
4. Python interpreter क्या करता है?
a) Machine code बनाता है
b) Code को HTML में बदलता है
c) Line-by-line execution
d) Full program compile करता है
उत्तर: c) Line-by-line execution
________________________________________
5. Python में comment लिखने के लिए कौन-सा symbol यूज़ करते हैं?
a) //
b) #
c) <!– –>
d) %%
उत्तर: b) #
________________________________________
6. Python का पहला version कब launch हुआ था?
a) 1980
b) 1991
c) 2000
d) 2010
उत्तर: b) 1991
________________________________________
7. What will be the output of this code: print(1, “a)?
a) Hi Hi Hi
b) 3Hi
c) Error
d) Hi * 3
उत्तर: c) Error
________________________________________
8. Python में ‘int’ keyword का काम क्या है?
a) It defines a class
b) It defines a dictionary
c) It defines a function
d) It defines a variable type
उत्तर: d) It defines a variable type
________________________________________
9. Python में print का कार्य क्या है?
a) Variable Value Display
b) String Display
c) a and b
d) None of These
उत्तर: c) a and b
________________________________________
10. Python में Variable कैसा होता है?
a) a1
b) 1a
c) a 1
d) None of These
उत्तर: a) a1
________________________________________
11. int, float, str ये क्या दर्शाते हैं?
a) Loops
b) Data types
c) Modules
d) Operators
उत्तर: b) Data types
________________________________________
12. Which of the following is a valid variable name in Python?
a) 1stvalue
b) first-value
c) first_value
d) first value
उत्तर: c) first_value
________________________________________
13. Python किस टाइप की typing follow करता है?
a) Static typing
b) Dynamic typing
c) Manual typing
d) Logical typing
उत्तर: b) Dynamic typing
________________________________________
14. What is the output of print(type(10.5))?
a) <class ‘int’>
b) <class ‘float’>
c) <class ‘str’>
d) <class ‘double’>
उत्तर: b) <class ‘float’>
________________________________________
15. Python में indentation क्यों जरूरी है?
a) To confuse beginners
b) For beauty
c) To define block of code
d) Optional होता है
उत्तर: c) To define block of code
________________________________________
16. Python में कौन-सा decimal value लेता है?
a) int
b) float
c) string
d) exit
उत्तर: b) float
________________________________________
17. print(“Python”[1]) का output क्या होगा?
a) P
b) y
c) t
d) h
उत्तर: b) y
________________________________________
18. Python में कौन-सा data structure key-value pair में data store करता है?
a) List
b) Tuple
c) Set
d) Dictionary
उत्तर: d) Dictionary
________________________________________
19. Python में true और false कैसे लिखते हैं?
a) TRUE, FALSE
b) 1, 0
c) true, false
d) True, False
उत्तर: d) True, False
________________________________________
20. Which operator is used for assign a value in variable in Python?
Python में किसी Variable को value देने के लिए कौन से operator use होता है?**
a) ^
b) =
c) pow()
d) ^^
उत्तर: b) =
________________________________________
21. अगर आप लिखते हैं: x = [1, 2, 3], तो x क्या है?
a) Tuple
b) List
c) Set
d) Dictionary
उत्तर: b) List
________________________________________
22. Python किस टाइप की language है? Compiled या Interpreted?
a) Compiled
b) Interpreted
c) Both
d) None
उत्तर: b) Interpreted
________________________________________
23. input() function से क्या होता है?
a) Output दिखता है
b) फाइल सेव होती है
c) यूजर से इनपुट लिया जाता है
d) कोड रन होता है
उत्तर: c) यूजर से इनपुट लिया जाता है
________________________________________
24. Python में multi-line string कैसे बनाते हैं?
a) Using single quotes
b) Using triple quotes ”’ ”’ or “”” “””
c) Using comma
d) Using \n
उत्तर: b) Using triple quotes
________________________________________
25. Python का नाम Python क्यों पड़ा?
a) क्योंकि यह सांप जितना तेज है 
b) लेखक को सांप पसंद था
c) Monty Python नामक कॉमेडी शो के कारण
d) यह random नाम था
उत्तर: c) Monty Python नामक कॉमेडी शो के कारण

Top 25 Multiple Choice Questions for Introduction to Python
25 Best MCQs to Master Python Basics – Introduction to Python
Introduction to Python: Top 25 MCQs for Beginners
Python Fundamentals with These 25 MCQs
Top 25 Python MCQs Every Beginner Should Know
Test Your Python Knowledge: 25 Key MCQs on Python Basics
Introduction to Python – 25 Must-Solve MCQs for Starters
Learn Python the Smart Way: Top 25 MCQs on Introduction to Python
Python Beginner Quiz: 25 Introduction-Level MCQs
Top 25 Objective Questions to Learn Python Basics Fast


Click Here for Important Question-Answer – Computer

Click Here for Important Question-Answer – Indian Geography

Click Here for Important Question-Answer – World Geography

Click Here for Important Question-Answer – Indian History

Click Here for Important Question-Answer – Economy


Click Here To Go To Home Page and Get More Knowledge

इसी प्रकार की महत्वपूर्ण जानकारी प्राप्त करने के लिए यहाँ Click करके Whats App Channel पर Follow Button को Select कर सकते हैं

Leave a Comment

x
Scroll to Top