Computer Systems V - Languages and Translators

Cards (1)

  • Interpreter (HLL)

    • Translates the code one line at a time into machine code during program execution
    • Does not generate machine code directly (they call appropriate machine code subroutines within their own code to carry out statement)