Question

A programming language for which most of its implementations execute instructions directly, without previously compiling a program into machine-language instructions is called ____________.

A Interpreted language Correct Answer Incorrect Answer
B Compiled Language Correct Answer Incorrect Answer
C Machine Language Correct Answer Incorrect Answer
D High level Language Correct Answer Incorrect Answer
E Hyper Text Language Correct Answer Incorrect Answer

Solution

An interpreted language is a programming language for which most of its implementations execute instructions directly, without previously compiling a program into machine-language instructions. The interpreter executes the program directly, translating each statement into a sequence of one or more subroutines already compiled into machine code

Practice Next
×
×