The correct response is:
compiler; interpreter
A compiler translates source code into a new file (which is typically an executable file), while an interpreter translates and executes code line by line during run time.
(1 point)
Responses
interpreter; compiler
interpreter; compiler
compiler; interpreter
compiler; interpreter
pseudocode; binary code
pseudocode; binary code
binary code; pseudocode
binary code; pseudocode
1 answer
The correct response is:
compiler; interpreter
A compiler translates source code into a new file (which is typically an executable file), while an interpreter translates and executes code line by line during run time.