This test is run by .
Note that your final mark will not be saved in the system.
Note that your final mark will not be saved in the system.
Programming languages and IDEs (2.5) MatchUp
Target Level
4-5
Running Total
0
0%
Attempt
1 of 3
Click on a top box, then click on its match below. Or, drag a top box and drop it onto the correct match. Match all pairs before clicking ‘Check’.
High-Level
IDE
Source Code
Machine Code
Interpreter
Editor
Object Code
Assembly
Low-Level
Compiler
Code that had been translated into a form that can be executed by a computer
Code written in a high-level language
A collection of tools used to help developers to create, debug, test and edit programs
A program that converts an entire source code file into an object code file
A program that translates and then executes each line of a source code file in sequence
The binary patterns that the CPU uses to execute commands
A processor-specific programming language where each line of code can be directly translated into an instruction that can be executed by the computer
A type of programming language, where a single line of code can represent many different operations that need to be executed by the CPU
A type of programming language, including assembly language and machine code, where a single line of code represents a single operation to be executed by the CPU
The component of development software in which the programmer constructs their code