compiler
False. A compiler converts source code into object code.
Question #1: Compiler.Question #2: If you want to execute an external program in C, use function system.A translator in computer programming is a piece of software that translates one programming language to another.Therefore a C translator would translate either C source code into another language, let's say BASIC.So if you had a C to BASIC translator, you would write a program in C and the translator would give you the equivalent source code in BASIC.I have never used a translator, but at first glance, it doesn't sound very reliable for both security and memory management reasons.
An Assembler converts an assembly language source code into machine-specific code.
A compiler transforms source code from a source file into low-level machine code, which is able to be executed directly on the CPU. A translator feeds the source code of a script into a different program that determines what the code is doing and executes the instructions.
Is called machine code
Programmers used (and still use) translators to convert the source code into object code.
False. A compiler converts source code into object code.
Question #1: Compiler.Question #2: If you want to execute an external program in C, use function system.A translator in computer programming is a piece of software that translates one programming language to another.Therefore a C translator would translate either C source code into another language, let's say BASIC.So if you had a C to BASIC translator, you would write a program in C and the translator would give you the equivalent source code in BASIC.I have never used a translator, but at first glance, it doesn't sound very reliable for both security and memory management reasons.
source
A temporary source of an electric current is called a battery. It converts chemical energy into electrical energy to power devices or circuits.
To translate the C source code program, you need a program called a "C compiler".
The outline or form of an object is called its silhouette. It is the shape or contour of the object when viewed from a distance or against a light source.
An Assembler converts an assembly language source code into machine-specific code.
Embedded Object
Saghas Source: Dictionary.com translator
For example, if you don't have a FooBar-language compiler, but have a FooBar-to-C translator, then you still can use FooBar-language programs.
SOURCE PROGRAM=A set of instructions of the high level language used to code problems to find its solution on a computer is referred as source program. OBJECT PROGRAM=The computer translates the source program into machine language program called object program by using an interpreter or compiler is called object program.