answersLogoWhite

0

What else can I help you with?

Related Questions

What translation programs converts assembly language programs to object program?

The only translation program that converts assembly language to machine code is an assembler.


The translator that converts source code to object code is called?

compiler


Differences between source program and object program?

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.


What converts light from the sun into thermal energy?

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.


Converts all the statements in a program in a single batch and the resulting collection of instructions is placed in a new file?

instruction set


A program that combines object code files into an executable program is called?

linker or binder


What are the two parts of compilation?

1) source program to object program 2)object program to object program output


Are programs that translate the source code to object code?

False. A compiler converts source code into object code.


The instructions that come out of the compiler or assembler ready to run on he computer -also called object code is known as?

object program


Which object converts light to electricity?

A solar panel converts light into electricity.


What is the process of converting a program to machine language called?

Binary, executable or object code


what type of variable is visible to every module and the entire program?

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.