Unless I am mistaken Option D is definitely False
Compilers: 1 Debug
2 Translate
3 Execute
Compilers take longer to execute the code, but once executed the code runs much faster than that of an interpreter.
Interpreters: 1 Execute
2 Debug
3 Translate
Interpreters execute the code much faster than compilers, but the executed program runs much slower than that of a compiler.
Compiled programs usually produce a product that run faster,
I would lean towards Option A
Option B is False computers cannot understand intermediate languages they only understand pure machine language.
Option C Is only true for the interpreter. You do not need a compiler to run compiled programs you only need the correct operating system and
compatible hardware.
I Hope this Helps