Quiz-1

Q 1. Comment in COBOL is denoted by ________ / कोबोल में कमैंट्स को डेनोट्स किया जाता है ________

  1. *
  2. /
  3. //
  4. ;

Q 2. A valid variable declaration in FORTRAN is __________ / फोरट्रान में एक वैलिड वेरिएबल डिक्लेरेशन __________ है

  1. real :: Celsius
  2. real Celsius;
  3. Celsius real;
  4. real : Celsius

Q 3. The first widely-used high level language developed in 1957. / फर्स्ट वाइडली यूज़ड हाई लेवल लैंग्वेज जो 1957 में डेवलप्ड हुई

  1. C
  2. Java
  3. Fortran
  4. Cobol

Q 4. Source program is compiled to an intermediate form called ___________ / सोर्स प्रोग्राम को ___________ नामक मध्यवर्ती रूप में संकलित किया जाता है

  1. Byte Code
  2. Smart code
  3. Executable code
  4. Machine code

Q 5. Which unit is responsible for converting the data received from the user into a computer understandable format? / उपयोगकर्ता से प्राप्त डेटा को कंप्यूटर समझने योग्य प्रारूप में परिवर्तित करने के लिए कौन सी इकाई जिम्मेदार है?

  1. Memory Unit
  2. Arithmetic & Logic Unit
  3. Input Unit
  4. Output Unit
View Answer Watch Solution Video

Q 6. The compiler can detect what type of errors? / कंपाइलर किस प्रकार की त्रुटियों का पता लगा सकता है?

  1. neither logical nor grammatical error
  2. logical errors only
  3. grammatical errors only
  4. both grammatical and logical errors
View Answer Watch Solution Video

Q 7. Which tool is used for grouping of characters in tokens in the compiler? / संकलक में टोकन में वर्णों के समूहन के लिए किस उपकरण का उपयोग किया जाता है?

  1. Parser
  2. Code optimizer
  3. Code generator
  4. Scanner

Q 8. Translation from one language to another is called ______________ translation. / एक भाषा से दूसरी भाषा में अनुवाद को _________ अनुवाद कहा जाता है।

  1. intralingual
  2. ntersemiotic
  3. Pronunciation
  4. 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: / एक अनुवादक जो एक उच्च स्तरीय भाषा में लिखे गए पूरे कार्यक्रम को पढ़ता है और उसे मशीनी भाषा कोड में परिवर्तित करता है, वह है:

  1. Assembler
  2. Translator
  3. Compiler
  4. System software

Q 10. Loaders that allow for program relocation are called / लोडर जो प्रोग्राम को स्थानांतरित करने की अनुमति देते हैं, कहलाते हैं

  1. Relocating loaders
  2. Relative loaders
  3. Both (a) and (b)
  4. None of the above
View Answer Watch Solution Video