KnowledgeBoat Logo
|

Computer Science

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.

Computer System

3 Likes

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.

Answered By

2 Likes


Related Questions