A computer program that translates one program instructions at a time into machine language is called?
A computer program that translates one program instructions at a time into machine language is called?
وہ کمپیوٹر پروگرام جو ایک وقت میں ایک پروگرام کی ہدایات کا مشینی زبان میں ترجمہ کرتا ہے ____ کہلاتا ہے؟
Explanation
A computer program that translates one program's instructions at a time into machine language is called an Interpreter.
A compiler is a special program that translates a programming language's source code into machine code, bytecode or another programming language.
Examples of interpreted languages are JavaScript, Python, Perl, etc.
***********