Compiler
Sorting program in C
C compiler
Data
[3, 1, 5, 2]
Sorting program in assembly/machine code
Result
[1, 2, 3, 5]
Interpreter
Sorting program in Scratch
Data
[3, 1, 5, 2]
Scratch interpreter
Result
[1, 2, 3, 5]