Computer Applications

Compilers and Interpreters are referred to as Language processors.

OOP Intro Java

6 Likes

Answer

True

Reason — Compilers and interpreters are types of language processors that translate high-level programming languages into machine language so that a computer can execute the instructions. A compiler translates the entire program at once, while an interpreter translates and executes the program line by line.

Answered By

4 Likes


Related Questions