M3 PART-1 1 / 50 Debugger का काम क्या है? Program errors detect और trace करना Hardware errors check करना Compiler को run करना Output print करना 2 / 50 Machine Independent language कौन-सी है? High-Level Language Assembly Language Machine Language Binary 3 / 50 कौन-सा paradigm Event-driven applications में use होता है? Object-Oriented Binary Procedural Structured 4 / 50 Program execution का final step क्या है? Output प्राप्त करना Compiling Debugging Algorithm बनाना 5 / 50 किस error को detect करना सबसे मुश्किल होता है? Runtime Error Compiler Error Syntax Error Logical Error 6 / 50 Software Development Life Cycle (SDLC) का पहला step क्या है? Requirement Analysis Testing Coding Maintenance 7 / 50 कौन-सा programming model real world entities पर आधारित है? Procedural Object-Oriented Binary Assembly 8 / 50 Procedural Programming का main focus क्या होता है? Classes Functions और Procedures Database Objects 9 / 50 कौन-सी language Object-Oriented नहीं है? Java Python C Language C++ 10 / 50 Program में comments क्यों लिखे जाते हैं? Code को समझाने के लिए Compiler को confuse करने के लिए Output change करने के लिए Execution speed बढ़ाने के लिए 11 / 50 IDE में कौन-सी features होती हैं? Compiler/Interpreter All of the above Debugging Text Editing 12 / 50 कौन-सा language Database Management में use होता है? HTML SQL C++ Python 13 / 50 कौन-सी language Web Programming में mostly use होती है? JavaScript COBOL C Assembly 14 / 50 Programming में constant का मतलब क्या है? Variable value बदलती है Value fix रहती है Compiler error देता है केवल loop में use होता है 15 / 50 कौन-सा keyword output दिखाने के लिए use होता है? printf() write() show() cin 16 / 50 कौन-सा keyword C Language में input लेने के लिए use होता है? scanf() display() echo() print() 17 / 50 Looping construct किसके लिए use होती है? Database बनाने के लिए Repeated execution के लिए Output format करने के लिए Hardware connect करने के लिए 18 / 50 Flowchart शुरू और खत्म करने के लिए कौन-सा symbol use होता है? Oval (Terminator) Rectangle Diamond Arrow 19 / 50 Algorithm की खासियत क्या है? Complex language में लिखा जाता है Unambiguous और Finite Steps होते हैं केवल Binary में होता है हमेशा Graphical होता है 20 / 50 Program execution के दौरान data कहाँ store होता है? RAM (Memory) Hard Disk Compiler Flowchart 21 / 50 कौन-सी error program चलाते समय आती है? Syntax error Runtime error Debugging error Logical error 22 / 50 High-level languages को किसने popular बनाया? Use of English-like keywords Flowcharts Hardware Binary codes 23 / 50 कौन-सा translator Assembly Language को Machine Code में बदलता है? Compiler Assembler Debugger Interpreter 24 / 50 Machine language instructions किसमें लिखे जाते हैं? English Binary (0 और 1) Flowchart Mnemonics 25 / 50 Algorithm किस language में लिखा जा सकता है? केवल C Simple English या Pseudocode केवल Java केवल Binary 26 / 50 Programming में Variable का use क्यों होता है? Memory increase करने के लिए Data store करने के लिए Compiler run करने के लिए Flowchart बनाने के लिए 27 / 50 First High-level language कौन-सी थी? FORTRAN C Python Java 28 / 50 Program execution में सबसे पहला step क्या है? Source Code लिखना Output देना Compilation Debugging 29 / 50 Algorithm को represent करने के कितने common तरीके हैं? Binary Code Flowchart और Pseudocode दोनों केवल Pseudocode केवल Flowchart 30 / 50 Compiler और Interpreter में main difference क्या है? दोनों एक जैसे हैं Compiler पूरा code translate करता है, Interpreter line by line Compiler errors नहीं बताता दोनों hardware बनाते हैं 31 / 50 Structured Programming का example कौन-सा है? C Language Assembly COBOL Binary 32 / 50 कौन-सा programming paradigm Object-Oriented का base है? Objects और Classes Binary Database Functions 33 / 50 Debugging का मतलब क्या है? Errors को ढूँढना और ठीक करना Code लिखना Hardware check करना Virus remove करना 34 / 50 Logic error क्या है? Program चलता है पर सही output नहीं देता Compiler crash Spelling mistake in keywords RAM error 35 / 50 Syntax error कब होती है? Rules/Grammar break होने पर Logical गलती होने पर Memory full होने पर Hardware crash होने पर 36 / 50 Program execution के बाद कौन-सी file बनती है? Executable File (.exe) Source File Flowchart File Pseudocode 37 / 50 Flowchart में data flow किस symbol से दिखता है? Rectangle Arrow line Diamond Circle 38 / 50 कौन-सा language Object-Oriented है? Java Assembly Machine Language C 39 / 50 Pseudocode किसके लिए use होता है? Algorithm को simple English में लिखने के लिए Binary Code बनाने के लिए Hardware install करने के लिए Flowchart draw करने के लिए 40 / 50 Flowchart का main उद्देश्य क्या है? Decoration Program logic को समझना और represent करना Memory allocate करना Debugging करना 41 / 50 Flowchart बनाने में arrows का use क्यों होता है? Decoration के लिए Flow of control दिखाने के लिए Errors बताने के लिए Syntax check करने के लिए 42 / 50 Algorithm का सबसे पहला step क्या होना चाहिए? Output दिखाना Problem को clearly define करना Flowchart draw करना Debugging करना 43 / 50 IDE (Integrated Development Environment) का example कौन-सा है? PyCharm Chrome Photoshop MS Word 44 / 50 कौन-सा symbol Flowchart में decision के लिए use होता है? Diamond Rectangle Circle Oval 45 / 50 Flowchart किसका representation है? Hardware Structure Database Tables Algorithm का graphical representation Internet 46 / 50 Flowchart किसका representation है? Machine Language Database Algorithm का graphical representation Compiler 47 / 50 Algorithm की खासियत क्या है? Infinite steps होने चाहिए Finite और Unambiguous steps होने चाहिए केवल Graphical होना चाहिए केवल Binary code में होना चाहिए 48 / 50 Algorithm क्या है? Computer Hardware Step-by-step procedure to solve a problem Flowchart का diagram Programming language 49 / 50 High-level language का example कौन-सा है? Hexadecimal Python Machine Code Binary 50 / 50 First generation programming language कौन-सी थी? High Level Language Assembly Language Machine Language (Binary) Object-Oriented Your score isThe average score is 76% 0% Restart quiz