M3 Part 3 NamePhone Number 1 / 50 Python में कौन-सा function random number generate करने के लिए होता है? randint() random() random module सभी 2 / 50 Python में कौन-सा function absolute value देता है? absvalue() abs() absolute() fabs() 3 / 50 Python में कौन-सा loop support करता है? for while do-while A और B दोनों 4 / 50 Python में कौन-सा operator logical OR के लिए use होता है? || | or ||| 5 / 50 Python में कौन-सा operator logical AND के लिए use होता है? && & and &&& 6 / 50 Python में कौन-सा function minimum value देता है? minvalue() small() min() minimum() 7 / 50 Python में कौन-सा function maximum value देता है? high() maxvalue() max() maximum() 8 / 50 Python में कौन-सा symbol floor division के लिए use होता है? % / // ** 9 / 50 Python में expression "True * 5" का result क्या है? Error 5 True 1 10 / 50 Python में expression "True + True" का result क्या है? True 2 False 1 11 / 50 Statement "if 0:" क्या करेगा? Error देगा True मानेगा False मानेगा Skip करेगा 12 / 50 Python में list से item remove करने के लिए कौन-सा method use होता है? delete() remove() discard() pop() 13 / 50 Python में कौन-सा function string को uppercase में convert करता strup() upper() toUpperCase() capital() 14 / 50 Python में कौन-सा function string को lowercase में convert करता है? strlow() lower() tolow() str.lowercase() 15 / 50 Expression "4 ^ 5" का result क्या होगा? 25 1 20 1 16 / 50 Python में कौन-सा data type mutable है? tuple list string int 17 / 50 Python में कौन-सा keyword inheritance के लिए use होता है? super inherit C) : class(parent) extend 18 / 50 Python में कौन-सा keyword class define करने के लिए use होता है? def class structure object 19 / 50 Python case-sensitive language है या नहीं? नहीं हाँ कभी-कभी Depends on OS 20 / 50 Python में “len()” function का use किसके लिए होता है? Add करने के लिए Length निकालने के लिए Sorting के लिए Index देने के लिए 21 / 50 Python में dictionary किस format में data store करता है? Array Key–Value pair Sequential List Tuple 22 / 50 Python में कौन-सा data type collection को unordered और unique बनाता है? list dict tuple set 23 / 50 Python में variable declare करने के लिए क्या करना पड़ता है? Data type लिखना पड़ता है Manual memory allocate करनी पड़ती है Direct value assign करना होता है Variable keyword लिखना होता है 24 / 50 Python में “Hello World” print करने के लिए कौन-सा code सही है? echo “Hello World” System.out.println(“Hello World”) print(“Hello World”) D) printf(“Hello World”) 25 / 50 Python किस प्रकार की programming language है? Low Level Machine Assembly High Level 26 / 50 Python किस वर्ष officially release हुआ था? 1985 1990 2000 1991 27 / 50 Python को किसने develop किया था? James Gosling Dennis Ritchie Guido van Rossum Charles Babbage 28 / 50 Python किसके नाम पर रखा गया है? Python Snake Comedy Group “Monty Python” Robot Python Greek Mythology 29 / 50 Python file का extension क्या होता है? .txt .c .java .py 30 / 50 Python किस प्रकार की typing language है? Static Manual Dynamically Typed Hybrid 31 / 50 Python किस प्रकार की language है? Compiled Interpreted Assembly Binary 32 / 50 Python में comment लिखने के लिए क्या use होता है? // <!-- --> # * * 33 / 50 Python में indentations (spaces/tabs) का use किसके लिए होता है? Decoration Block define करने के लिए Comment लिखने के लिए Variable declare करने के लिए 34 / 50 Python किस concept पर आधारित है? OOP (Object Oriented Programming POP (Procedure Oriented Programming) Functional Programming All of the above 35 / 50 Python में multiple values को store करने के लिए कौन-सा data type use होता है? int str list bool 36 / 50 Python में immutable data type कौन-सा है? tuple list dict set 37 / 50 Python में string print करने का सही तरीका कौन-सा है? print[“Hello”] print(“Hello”) echo “Hello” printf(“Hello”) 38 / 50 Python का latest major version कौन-सा है (2025 तक)? 2.7 3.6 3.9 3.12 39 / 50 Python किस company के under maintain होता है? Microsoft Google Python Software Foundation (PSF) Apple 40 / 50 Python में कौन-सा keyword function define करने के लिए use होता है? func define def function 41 / 50 Python में default input function कौन-सा है? read() scanf() cin>> input() 42 / 50 Python में data type check करने के लिए कौन-सा function use होता है? checktype() type() datatype() istype() 43 / 50 Python में error को handle करने के लिए कौन-से block use होते हैं? if-else try-except loop switch 44 / 50 Python में memory management किससे होता है? Programmer OS Automatic Garbage Collector Compiler 45 / 50 Python का interpreter कौन-सा extension support करता है? .exe .class .pyc .obj 46 / 50 Python में कौन-सा operator exponentiation (power) के लिए use होता है? ^ % ** ** // 47 / 50 Python में कौन-सा keyword loop exit करने के लिए use होता है? exit end break stop 48 / 50 Python में कौन-सा keyword loop skip (next iteration) करने के लिए use होता है? stop exit continue skip 49 / 50 Python का slogan क्या है? Code once, run anywhere Batteries Included Open your mind Future of coding 50 / 50 Responsive Web Design का मतलब क्या है? हर Device पर सही Layout Adjust होना केवल Laptop पर चलना केवल Mobile पर चलना सिर्फ Internet पर काम करना Your score isThe average score is 45% 0% Restart quiz