Vidyalelo
Computer Fundamentals · Q425

Computer fundamental

Computer Related · Computer Fundamentals · question 425

Q425

Compilers and interpreters are themselves

A.
High-level language
B.
Codes
C.
Programs
Answer
D.
Mnemonics
E.
None of the above

Answer: Option C

Solution

Answer: Option C
Solution:
Compliers and interpreters are programs that help convert the high level language (Source Code) into machine codes to be understood by the computers. Compiler scans the entire program and translates the whole of it into machine code at once. An interpreter takes very less time to analyze the source code.