Compiling and linking Flashcards

1
Q

What is C++ compiler?

A

Generate machine code from source code

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

What does a compiler contain?

A

Preprocessor
Compiler
Linked

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

Preprocessor

A

Processes its input data to produce output data which is used as input
data in another program.

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

Compiler

A

Translates source code written in a high level language (like C++) to machine
language instructions that can be understood by a digital computer’s CPU.

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

Linker

A

A program that takes one or more object files and combines them into a single executable file.

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