A compiler.
The only translation program that converts assembly language to machine code is an assembler.
compiler
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.
When sunlight hits an object, the object absorbs some of that light energy and converts it into heat energy through a process called thermal conduction. The absorbed light energy causes the atoms in the object to vibrate more, increasing the object's temperature.
instruction set
linker or binder
1) source program to object program 2)object program to object program output
False. A compiler converts source code into object code.
object program
A solar panel converts light into electricity.
Binary, executable or object code
If you are talking about a class in Java, a variable encapsulated by a class is called an instance variable b/c everytime you create an object with that class, each object has its own set of the variables declared.