Software 2
Software 2
GAYATHRI ARUN
LOW LEVEL LANGUAGES
• This method will translate a program into machine code. Compilers convert the
source code in one go into an executable file ready for distribution. This method
is used mainly when a program is finished with no syntax or logical errors
• Compiling may take time to be processed, however, this can be used over
without needing to be recompiled every time, bearing in mind that the program
contains no errors
• Error reports are produced after a program has been translated. Common errors
in code will allow the computer to crash and not respond, it’s important to be
aware that if there are errors the source code must be changed to compile again
INTERPRETER
• This is the method that directly sends the source code to the machine
code. This will translate each line of code individually, if an error occurs
the program will stop and an error message will occur. Once the error
message is fixed, the program can carry on running from where the
error occurred
COMPILER
INTERPRETER
IDE