Computing - Translators and Machine Code

2020-09-14
1 min read
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.


Metadata
date: 2020-09-14 14:28
tags:
- '@?computing'
- '@?school'
- '@?public'
- '@?safe-to-post-online'
title: Computing - Translators and Machine Code