Computer Science, asked by daleisipranjali, 4 months ago

. The software which converts the source program into object program line by line is called:

(a) interpreter (b) compiler (c) virtual machine (d) none​

Answers

Answered by nisreen82
0

Answer:

The software used to convert source program instructions to object instruction is known as Language processor.

A language processor is a software program designed or used to perform tasks, such as processing program code to machine code. Language processors are found in languages such as Fortran and COBOL.

An assembler is a program that takes basic computer instructions and converts them into a pattern of bits that the computer's processor can use to perform its basic operations. Some people call these instructions assembler language and others use the term assembly language.

Answered by ItzAwesomeGirl
11

{\huge{\boxed{\boxed{\boxed{\pink{Answer}}}}}}

Interpreter

It takes a source program and runs it line by line, translating each line as it comes to it

Similar questions