Quiz-1
Q 1. Comment in COBOL is denoted by ________ / कोबोल में कमैंट्स को डेनोट्स किया जाता है ________
- *
- /
- //
- ;
Q 2. A valid variable declaration in FORTRAN is __________ / फोरट्रान में एक वैलिड वेरिएबल डिक्लेरेशन __________ है
- real :: Celsius
- real Celsius;
- Celsius real;
- real : Celsius
Q 3. The first widely-used high level language developed in 1957. / फर्स्ट वाइडली यूज़ड हाई लेवल लैंग्वेज जो 1957 में डेवलप्ड हुई
- C
- Java
- Fortran
- Cobol
Q 4. Source program is compiled to an intermediate form called ___________ / सोर्स प्रोग्राम को ___________ नामक मध्यवर्ती रूप में संकलित किया जाता है
- Byte Code
- Smart code
- Executable code
- Machine code
Q 5. Which unit is responsible for converting the data received from the user into a computer understandable format? / उपयोगकर्ता से प्राप्त डेटा को कंप्यूटर समझने योग्य प्रारूप में परिवर्तित करने के लिए कौन सी इकाई जिम्मेदार है?
- Memory Unit
- Arithmetic & Logic Unit
- Input Unit
- Output Unit
Q 6. The compiler can detect what type of errors? / कंपाइलर किस प्रकार की त्रुटियों का पता लगा सकता है?
- neither logical nor grammatical error
- logical errors only
- grammatical errors only
- both grammatical and logical errors
Q 7. Which tool is used for grouping of characters in tokens in the compiler? / संकलक में टोकन में वर्णों के समूहन के लिए किस उपकरण का उपयोग किया जाता है?
- Parser
- Code optimizer
- Code generator
- Scanner
Q 8. Translation from one language to another is called ______________ translation. / एक भाषा से दूसरी भाषा में अनुवाद को _________ अनुवाद कहा जाता है।
- intralingual
- ntersemiotic
- Pronunciation
- inter-lingual
Q 9. A translator which reads an entire program written in a high level language and converts it into machine language code is: / एक अनुवादक जो एक उच्च स्तरीय भाषा में लिखे गए पूरे कार्यक्रम को पढ़ता है और उसे मशीनी भाषा कोड में परिवर्तित करता है, वह है:
- Assembler
- Translator
- Compiler
- System software
Q 10. Loaders that allow for program relocation are called / लोडर जो प्रोग्राम को स्थानांतरित करने की अनुमति देते हैं, कहलाते हैं
- Relocating loaders
- Relative loaders
- Both (a) and (b)
- None of the above