An assembler is a computer program for translating assembly language – essentially, a mnemonic representation of machine language – into object code.
A compiler is a computer program that translates a series of statements written in one computer language (called the source code) into a resulting output in another computer language (often called the object or target language).
Most compilers translate a source code text file, written in a high level language to object code or machine language, e.g. into an executable .EXE or .COM file that may run on a computer or a virtual machine.
An assembler is a computer program for translating assembly language – essentially, a mnemonic representation of machine language – into object code.
A compiler is a computer program that translates a series of statements written in one computer language (called the source code) into a resulting output in another computer language (often called the object or target language).
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. Many people call these instruction assembler language and others use the term assembly language.The output of the assembler program is called the object code or object program relative to the input source program. The sequence of 0’s and 1’s that constitute the object program is sometimes called machine code.
A compiler is a special program that processes statements written in a particular programming language and turns them into machine language or code that a computer’s processor uses.The programmer then runs the appropriate language compiler, specifying the name of the file that contains the source statements.
An assembler is a computer program for translating assembly language – essentially, a mnemonic representation of machine language – into object code.
A compiler is a computer program that translates a series of statements written in one computer language (called the source code) into a resulting output in another computer language (often called the object or target language).
Most compilers translate a source code text file, written in a high level language to object code or machine language, e.g. into an executable .EXE or .COM file that may run on a computer or a virtual machine.
Nivassundar
An assembler is a computer program for translating assembly language – essentially, a mnemonic representation of machine language – into object code.
A compiler is a computer program that translates a series of statements written in one computer language (called the source code) into a resulting output in another computer language (often called the object or target language).
Mariyam khatoon
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. Many people call these instruction assembler language and others use the term assembly language.The output of the assembler program is called the object code or object program relative to the input source program. The sequence of 0’s and 1’s that constitute the object program is sometimes called machine code.
A compiler is a special program that processes statements written in a particular programming language and turns them into machine language or code that a computer’s processor uses.The programmer then runs the appropriate language compiler, specifying the name of the file that contains the source statements.