CBSE Class 11 Computer Science
Question 7 of 106
Computer System Organization — Question 7
Back to all questions 7
Question 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.
- Both A and R are true and R is the correct explanation of A.
- Both A and R are true but R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.
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.