Question 3
What is the difference between an interpreted and a compiled language? Check all that apply
1 point
Interpreted languages are not broken into machine instructions beforehand.
Interpreted languages are broken into machine instructions beforehand.
Compiled languages are translated into machine instructions beforehand.
Compiled languages are not translated into machine instructions beforehand.
Answers
Answered by
0
Compiled Language:
A compiled language is a programming language which are generally compiled and not interpreted. It is one where the program, once compiled, is expressed in the instructions of the target machine;
Interpreted Language:
An interpreted language is a programming language which are generally interpreted, without compiling a program into machine instructions. It is one where the instructions are not directly executed by the target machine, but instead read and executed by some other program.
Hope it is helpful
Pls mark me as brainliest
Similar questions