NEW
Font size
WorksheetsUnit 4 - Translators
Total questions: 16
Worksheet time: 9mins
Translates low level assembly language mnemonic into machine code
Assembler
Compiler
Interpreter
What is a MNEMONIC?
A single action that can be performed by a computer.
A symbol that represents an instruction in assembly code.
A high level language keyword.
A register used inside a CPU A register used inside a CPU.
Program is translated line by line as the program is running
Assembler
Compiler
Interpreter
Translates source code from high level languages into object code and then into machine code
Assembler
Compiler
Interpreter
Which of the following is NOT a translator?
Assembler
Compiler
Interpreter
Executable
LOAD r2,
ADD r1,
DIV r1, #2
What generation of programming language is Machine Code
1st Generation
2nd Generation
4th Generation
3rd Generation
_____ level language is faster for the humans to use. (However, these take longer for a CPU to calculate).
Low
High
An example of a HIGH level language would be:
Python
Assembler
Binary
C
An example of a LOW level language would be:
C#
Python
Assembly
Scratch
