Lesson 7--Compilers Flashcards

1
Q

Compiler Front End

A

Lexical Analysis
Syntax Analysis
Semantic Analysis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Compiler Back End

A

Code Generation

Optimization

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Parsing

A

Translating code to rules of grammar. Building representation of code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Scanning

A

Converting input text into stream of known objects called tokens. Simplifies parsing process.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly