application generation 2.0 Flashcards
1
Q
what are translators
A
a program that converts high-level code into low-level code
2
Q
compiler
A
translate high-level code into machine code all at
once
3
Q
interpreter
A
Interpreters translate and execute code line-by-line
4
Q
assembler
A
translate assembly code into machine code
5
Q
what is lexical analysis
A
uses tokens to replace variables , slaps it in a table
6
Q
whats syntax analysis
A
checks the program to see if its the correct syntax
7
Q
whats code generation
A
generating code
8
Q
what is code optimisation
A
making sure code is efficient