# Computing - Translators and Machine Code

> Source: https://ollybritton.com/notes/a-level/computing/topics/translators/ · Updated: 2020-09-14 · Tags: computing, school, safe-to-post-online

##### What is machine code??
The lowest level of instruction comprising pure binary.

##### What are the three types of translator??
* Assembler
* Compiler
* Interpreters

##### What is the function of an assembler??
Translating assembly language into machine code.

##### What is the function of a compiler??
Translate high-level language programs into object code/machine.

---
Olly Britton — https://ollybritton.com. Machine-readable index: https://ollybritton.com/llms.txt
