Python Fundamental MCQs |Python Questions and Answers in Hindi |Class 11

Q11. पाइथन प्रोग्रामिंग की मुख्य विशेषता क्या हैं? 

What are the main features of Python programming?

(A) Easy to use

(B) Cross-platform language

(C) Free and Open Source 

(D) All of these (ये सभी)

Answer- (D) All of these (ये सभी)

Q12. वह दो कौन-से तरीके हैं जिनके माध्यम से पाइथन में प्रोग्राम लिखा जा सकता हैं? 

What are the two ways through which programs can be written in Python?

(A) Interactive Mode

(B) Script Mode 

(C) (A) और (B)

(D) None of these (इनमें से कोई नहीं)

Answer- (C) (A) और (B) 

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

Which of the following is not a keyword of python?

(A) True

(B) Switch

(C) and 

(D) def 

Answer- (B) Switch 

Q14. पाइथन प्रोग्राम में Print (0.1+0.2==0.3) का आउटपुट क्या होगा? 

What will be the output of print (0.1+0.2==0.3) in Python program?

(A) False

(B) True

(C) Machine Dependent

(D) Equal

Answer- (A) False 

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

What do we use to define a block of code in Python program?

(A) Brackets

(B) Indentation

(C) Print

(D) None of these (इनमें से कोई नहीं)

Answer- (B) Indentation

Q16. पाइथन प्रोग्राम में Pow(x,y) का सही ऑपरेटर कौन-सा हैं? 

Which is the correct operator for pow(x,y) in  Python program?

(A) x**y

(B) x==y

(C) x+y

(D) x-y

Answer- (A) x**y

Q17. पाइथन कोड अनेकों प्लेटफॉर्म में चल सकता हैं, इसका मतलब हैं कि पाइथन कौन सी लैंग्वेज हैं?

Python code can run on a variety of platforms, it means Python is a which language?

(A) Independent

(B) Graphical

(C) Cross-platform

(D) All of these (ये सभी)

Answer- (C) Cross-platform 

Q18. किस मोड में पायथन टाइप किए गए स्टेटमेंट का तत्काल परिणाम दे देता हैं?

In which mode of Python gives instant result of typed statement?

(A) Interactive Mode

(B) Script Mode

(C) A combination of interactive and script modes

(D) All of these (ये सभी)

Answer- (A) Interactive Mode 

Q19. निम्नलिखित में से कौन-सा पाइथन IDE नहीं हैं?

Which of the following is not a Python IDE?

(A) Spyder

(B) IDLE

(C) Sublime Text

(D) Jupyter Notes 

Answer- (C) Sublime Text 

Q20. आपको पाइथन के लिए पेमेंट करने की आवश्यकता नहीं हैं और आप स्रोत कोड भी देख सकते हैं। इसका मतलब हैं कि पाइथन किस प्रकार में लैंग्वेज हैं?

You don’t have to pay for Python and you can view it’s source code too. It means Python is which type of language?

(A) Freeware 

(B) Free and open source

(C) Open source

(D) Shareware 

Answer- (B) Free and open source 

1
2
3
4
Previous article50+ Computer MCQs |Computer Question and Answer in Hindi for Competitive Exams 
Next articleFlow of Control MCQ Class 11 |Flow of Control MCQs Questions and Answers in Hindi 
pankaj
Hello दोस्तों मेरा नाम Pankaj Pal हैं और मैं webtechnoo का लेखक और Co-Founder हुँ। मैंने MSc Computer Science से की हैं और मुझे Technology, Computers से जुड़े तथ्यों को सीखना और आप लोगों को सीखाना अच्छा लगता हैं। अगर आप भी नई-नई Technology के बारे में जानने में रुचि रखते हैं। तो हमारे Blog या Social Media के माध्यम से हमसे जरूर जुड़े रहें। (Jai Hind)

LEAVE A REPLY

Please enter your comment!
Please enter your name here