12. High leval languages are esigned to be easily understood by
humans.They use syntax and keywords that are closer to human
language.
Low level langiages: macahine and assembly
Machine languages: Consists of binary (0 ,1)
Assembly language: It uses mnemonic codes to represent machine
istructions to the programmer
13. Language processor
Compiler: A compiler translates code from a
high-level programming language into
machine code all at once..They read entire
source code analyse it and generate an
equivalent set of machine code instructions.
Interpreter: An interpreter translates code
written in a high-level programming language
into machine code line-by-line as the code
runs.