CBSE Class 11 Computer Science Question 7 of 106

Computer System Organization — Question 7

Back to all questions
7
Question

Question 7

Assertion (A): Three types of translators used in computing system are assemblers, compilers and interpreters.

Reasoning (R): A translator is used to convert program written in high-level language to binary language.

  1. Both A and R are true and R is the correct explanation of A.
  2. Both A and R are true but R is not the correct explanation of A.
  3. A is true but R is false.
  4. A is false but R is true.
Answer

Both A and R are true and R is not the correct explanation of A.

Explanation
The translators can be of three types: assembler, compiler and interpreter. A translator is used to translate the program written in high-level language into machine code.