Interpreter
Summary: A translator that converts high-level language source code into machine code line by line at runtime. Easier for debugging but slower execution since translation happens each time. Tags: concepts computer-science igcse-computer-science software Created: 2026-05-08T14:03:00Z Last Updated: 2026-05-08T14:03:00Z
Content
A translator that converts high-level language source code into machine code line by line at runtime. Easier for debugging but slower execution since translation happens each time.