NEW
Font size
Worksheets2.5 Programming IDEs and Translators
Total questions: 20
Worksheet time: 20mins
This is where the code is written.
Translator
Run time environment
Editor
Error diagnostics
Notepad
This allows you to use debugging tools to help find and fix errors in your code.
Translator
Run time environment
Editor
Error diagnostics
Anti malware
This can help you find logic errors in your code when developing your program.
Translator
Run time environment
Editor
Error diagnostics
This translator is used to translate all of the source code all at once and creates one executable file
Uses Mnemonics as command words (for example LDA, STA and ADD)
High level code
Low level code
Assembly language
LDA, STA and ADD are examples of
Assembly language mnemonics
Assembly language acronyms
This code is difficult to read, understand and modify as it is designed to be understood by the CPU.
High level code
Low level code
