What is machine code
Machine code is the pure binary form of our source code
What are the three types of translators
Assembler
Compiler
Interpreter
How do we translate low level languages ?
Low level languages are written in assembly code and they are translated by using an assembler.
It takes the mnemonics and they translate them into machine code.
How can high level languages be translated through an interpreter
It takes one line of source code and translate it and then executes it
How does a compiler translate high level languages into machine code?
Takes the entire source code and translates it if it’s successful into machine code