Translation Process Presentation
Translation Process Presentation
PRESENTATION
ON THE
TRANSLATION
PROCESS
GROUP MEMBERS:
OCKOURI BARNES
PICCARD HARRIS
MALIEK ALLWOOOD
MALAKAI ALLWOOD
What is the translation process?
A computer system can only understand machine code. A program written
for example: in a high level language such as Java or C cannot be run
directly. To execute a computer program written in any programming
language it must first be translated.
Interpreters
of the source code into
Assemblers convert
the object code as the
assembly language
Interpreters program is being
mnemonics into machine
run. This gives a better
code.
interactive environment
Compilers
but is slower.