Translators Flashcards
1
Q
What does a Translator do?
A
Turn High-level languages into binary.
2
Q
What type of translators are there?
A
There is a Compiler and Interpreter.
3
Q
What does a compiler do?
A
Translates all the code from beginning to end.
4
Q
What does an Interpreter do?
A
Translate all the code line by line, stops if it finds an error.
5
Q
What is high-level language?
A
It uses english like words so programmers can understand it.
6
Q
Examples of high-level languages?
A
HTML, CSS, JavaScript, Python, VB and SQL are a few examples.
7
Q
What is a low-level language?
A
It is binary so a machine can understand it.