11 June, 2026 kushwaha2252091@gmail.com 0 Comments 1 category Programming and problem solving chapter 1 (M1-R5) part-1 Programming and Problem Solving 1 / 50 50. O Level M3-R5 में Chapter-1 का सबसे महत्वपूर्ण विषय कौन-सा है? / Most important topic of Chapter-1: A) Features of Python B) Modes of Python C) History of Python D) All of These 2 / 50 49. Python किस क्षेत्र में उपयोग नहीं होती? / Python is NOT mainly used for: A) AI B) Web Development C) Data Science D) Manufacturing Hardware Chips 3 / 50 48. Python का एक प्रमुख लाभ क्या है? / One major advantage of Python is: A) Simplicity B) Readability C) Less Coding D) All of These 4 / 50 47. Script Mode में program कहाँ store होता है? / In Script Mode program is stored in: A) File B) RAM Only C) Printer D) Browser 5 / 50 46. Interactive Mode में code कहाँ execute होता है? / In Interactive Mode code executes: A) Line by Line B) File by File C) Page by Page D) Module by Module 6 / 50 45. Python में comment का उद्देश्य क्या है? / Purpose of comments is: A) Documentation B) Output C) Error Generation D) Calculation 7 / 50 44. Python किस operating system पर चलती है? / Python runs on: A) Windows B) Linux C) macOS D) All of These 8 / 50 43. Python को execute करने से पहले compile करना आवश्यक है? / Is compilation mandatory before execution? A) Yes B) No C) Sometimes D) Depends 9 / 50 42. Python का उपयोग Machine Learning में किया जाता है? / Python is used in Machine Learning. A) Yes B) No C) Rarely D) Never 10 / 50 41. Python में error-free code को क्या कहते हैं? / Error-free code is called: A) Correct Program B) Bug C) Fault D) Virus 11 / 50 40. Python free software है? / Python is free software. A) True B) False C) Partially D) None 12 / 50 39. Python किस organization द्वारा maintain की जाती है? / Python is maintained by: A) Oracle B) Microsoft C) Python Software Foundation D) IBM 13 / 50 38. Python में blank spaces का महत्व किसलिए है? / Blank spaces are important for: A) Indentation B) Comments C) Variables D) Operators 14 / 50 37. Python को किस प्रकार की language भी कहा जाता है? / Python is also called: A) Scripting Language B) Machine Language C) Hardware Language D) Assembly Language 15 / 50 36. Python का उपयोग Automation में किया जाता है? / Python is used for Automation. A) Yes B) No C) Rarely D) Never 16 / 50 35. Python में semicolon (;) का प्रयोग है? / Semicolon in Python is: A) Mandatory B) Optional C) Not Allowed D) Required Twice 17 / 50 34. Python code line-by-line execute होता है? / Python executes code line by line. A) True B) False C) Sometimes D) Never 18 / 50 33. Python shell क्या है? / Python shell is: A) Interactive Environment B) Hardware Device C) Browser D) Database 19 / 50 32. Python का उपयोग Web Development में होता है? / Python is used in Web Development. A) Yes B) No C) Rarely D) Never 20 / 50 31. Python में statement grouping किससे होती है? / Statement grouping is done by: A) Indentation B) Braces C) Semicolon D) Colon 21 / 50 30. Python का नवीनतम प्रमुख संस्करण कौन-सा है? / Latest major version is: A) Python 1 B) Python 2 C) Python 3 D) Python 4 22 / 50 29. Python सीखने में आसान क्यों है? / Why is Python easy to learn? A) Complex Syntax B) Readable Syntax C) Binary Syntax D) Assembly Syntax 23 / 50 28. Python में syntax error कब मिलती है? / Syntax error is detected: A) Interpretation Time B) Shutdown Time C) Installation Time D) Formatting Time 24 / 50 27. Python किस प्रकार की language मानी जाती है? / Python is considered: A) General Purpose Language B) Hardware Language C) Machine Language D) Network Language 25 / 50 26. Python में multi-line comment के लिए क्या उपयोग किया जाता है? / Multi-line comments use: A) ''' ''' B) ## C) && D) %% 26 / 50 25. Python किस license के अंतर्गत उपलब्ध है? / Python is available under: A) Open Source License B) Trial License C) Paid License D) Demo License 27 / 50 24. Python का logo किससे संबंधित है? / Python logo represents: A) Two Snakes B) Lion C) Tiger D) Horse 28 / 50 23. Python interpreter क्या करता है? / What does Python interpreter do? A) Executes Code B) Deletes File C) Creates Hardware D) Formats Disk 29 / 50 22. Python में keyword को variable name के रूप में प्रयोग किया जा सकता है? / Can a keyword be used as a variable name? A) Yes B) No C) Sometimes D) Depends 30 / 50 21. निम्न में से कौन Python का feature है? / Which is a feature of Python? A) Easy to Learn B) Portable C) Open Source D) All of These 31 / 50 20. Python का उपयोग Data Science में किया जाता है। / Python is used in Data Science. A) True B) False C) Rarely D) Never 32 / 50 19. Python का उपयोग AI में किया जाता है। / Python is used in AI. A) True B) False C) Rarely D) Never 33 / 50 18. Python platform independent है। / Python is platform independent. A) True B) False C) Sometimes D) Never 34 / 50 17. Python Script Mode में file को पहले ______ करना पड़ता है। / In Script Mode file must be: A) Deleted B) Saved C) Printed D) Copied 35 / 50 16. Python का कौन-सा mode command-by-command execution करता है? / Which mode executes command by command? A) Script Mode B) Interactive Mode C) Batch Mode D) Compile Mode 36 / 50 15. Python का नाम किससे प्रेरित है? / Python name is inspired by: A) Snake B) Bird C) Monty Python D) Tiger 37 / 50 14. Python का official website कौन-सा है? / Official website of Python is: A) python.net B) python.org C) python.com D) python.in 38 / 50 13. Python case sensitive है? / Python is case sensitive. A) True B) False C) Partially D) None 39 / 50 12. Python में code blocks किससे निर्धारित होते हैं? / Code blocks in Python are defined by: A) Braces B) Semicolon C) Indentation D) Comma 40 / 50 11. Python किस प्रकार की programming को support करती है? / Python supports: A) Object-Oriented B) Procedural C) Functional D) All of These 41 / 50 10. Python में user input लेने के लिए कौन-सा function प्रयोग होता है? / Which function takes user input? A) get() B) read() C) scan() D) input() 42 / 50 9. Python में output दिखाने के लिए कौन-सा function प्रयोग होता है? / Which function displays output? A) show() B) output() C) print() D) display() 43 / 50 8. Python एक ______ language है। / Python is a ______ language. A) Proprietary B) Open Source C) Closed Source D) None 44 / 50 7. Python में single line comment किससे शुरू होता है? / Single-line comments start with: A) // B) # C) /* D) %% 45 / 50 6. Python source file का extension क्या है? / What is the extension of Python file? A) .exe B) .java C) .py D) .ppt 46 / 50 5. Python को कौन execute करता है? / Python code is executed by: A) Compiler B) Assembler C) Interpreter D) Loader 47 / 50 4. Python किस प्रकार की भाषा है? / Python is a _____ language. A) High Level B) Machine Level C) Assembly Level D) Low Level 48 / 50 3. Python पहली बार कब जारी की गई थी? / When was Python first released? A) 1989 B) 1991 C) 1995 D) 2000 49 / 50 2. Python के निर्माता कौन हैं? / Who developed Python? A) Dennis Ritchie B) James Gosling C) Guido van Rossum D) Bjarne Stroustrup 50 / 50 1. Python क्या है? / What is Python? A) Operating System B) Programming Language C) Database D) Browser Your score isThe average score is 0% 0% Restart quiz Category: O LEVEL TEST Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *Comment * Name * Email * Website Save my name, email, and website in this browser for the next time I comment. Post navigation Previous: chapter 8 (M3-R5) o level Related Posts Chapter 6 (M1-R5) O'Level [ays_quiz id="16"] Test Chapter 3 (m1-r5) O'Level [ays_quiz id="4"] Test CHAPTER 1 (M1-R5) O LEVEL TEST [ays_quiz id="2"] Test