Quiz-1
Q 1. Which language translator is used with the 3rd Generation? / तीसरी पीढ़ी के साथ किस भाषा के अनुवादक का उपयोग किया जाता है?
- Compiler
- Interpreter
- Assembler
- All of the above
Q 2. Machine code is used in which generation of a programming language? / प्रोग्रामिंग भाषा की किस पीढ़ी में मशीन कोड का प्रयोग किया जाता है?
- 1st Generation
- 2nd Generation
- 3rd Generation
- 4th Generation
Q 3. A compiler is:- / एक कम्पाइलर है:-
- A program that places programs into memory and prepares them for execution / एक प्रोग्राम जो प्रोग्राम को मेमोरी में रखता है और उन्हें निष्पादन के लिए तैयार करता है
- A program that automate the translation of assembly language into machine language / एक प्रोग्राम जो असेंबली भाषा के मशीनी भाषा में अनुवाद को स्वचालित करता है
- Program that accepts a program written in a high level language and produces an object program / प्रोग्राम जो उच्च स्तरीय भाषा में लिखे गए प्रोग्राम को स्वीकार करता है और ऑब्जेक्ट प्रोग्राम तैयार करता है
- Is a program that appears to execute a source program as if it were machine language / एक प्रोग्राम है जो एक स्रोत प्रोग्राम को निष्पादित करता प्रतीत होता है जैसे कि वह मशीन भाषा थी
Q 4. Assembly language is:- / असेंबली भाषा है:-
- Is the easiest language to write programs / प्रोग्राम लिखने की सबसे आसान भाषा है
- Uses alphabetic codes in place of binary numbers used in machine language / मशीनी भाषा में प्रयुक्त बाइनरी नंबरों के स्थान पर अल्फाबेटिक कोड का उपयोग करता है
- Need not be translate into machine language / मशीनी भाषा में अनुवाद करने की आवश्यकता नहीं है
- None
Q 5. Which is the language that the computer can understand directly? / वह कौन सी भाषा है जिसे कंप्यूटर सीधे समझ सकता है?
- High level language
- Assembly language
- Machine language
- System program
Q 6. What do you call the translator which takes high level language program as input and produce machine language code as output? / आप उस अनुवादक को क्या कहते हैं जो उच्च स्तरीय भाषा प्रोग्राम को इनपुट के रूप में लेता है और आउटपुट के रूप में मशीनी भाषा कोड तैयार करता है?
- Assembler
- Compiler
- Interpreter
- Debugger
Q 7. Finding and solving run time errors is… / रन टाइम त्रुटियों को खोजना और हल करना है…
- Compiling
- debugging (Interpreting)
- Assembling
- Translating