KnowledgeBoat Logo
|
LoginJOIN NOW

Informatics Practices

Assertion (A): Compilers, Interpreters and Assemblers are categorized as Language translators.

Reasoning (R): A Language translator is a special system software that is used to translate the program written in high-level language (or Assembly language) into machine code.

  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 the correct explanation of A.

Explanation
A language translator is special system software used to translate programs written in high-level languages into machine code. Language processors or translators can be any of the following three types: compilers, interpreters, and assemblers.

Answered By

2 Likes


Related Questions