Page 93 - 2611_SmartGPT Pro V(5.0) C-5
P. 93
uiz Bee Which language is also known as computer's native language?
_______________________________________________________________
LANGUAGE TRANSLATOR
A language translator is a software that converts a high-level language program into a
machine language. There are three types of language translators:
ASSEMBLER
An assembler is a software tool that translates assembly language into machine language.
It enables the computer to understand and execute assembly language instructions. This
conversion is essential for executing low-level code efficiently.
COMPILER
A compiler is a program that reads and translates all the instructions written in a high-
level language into machine language at once. A major drawback of a compiler is that if
there is an error in the program, the programmer only comes to know it after the entire
program has been translated.
INTERPRETER
An interpreter reads one line of instruction at a time and translates it into machine
language. Any error in the instruction is reported immediately and the programmer can
correct it accordingly. It is slower than the compiler.
Hashtag
#Algorithm: Step-by-Step instructions for doing any process
#Flowchart: Graphical representation of an algorithm
Algorithm, Flowchart and Mind Maps 91

