Unit 4 Flashcards

1
Q

Compiler [3]

A
  • Translates high level language into machine code
  • Compiled programs run without compiler
  • Executable file of machine code produced
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Interpreter [3]

A
  • Executes high level program one statement at a time
  • No executable file of machine code produced
  • interpreted code cannot be executed without interpreter
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Assembler [3]

A
  • Translates low level assembly language into machine code
  • executable file of machine code produced
  • Assembled programs are used without assembler
How well did you know this?
1
Not at all
2
3
4
5
Perfectly