Programming

?
Machine Code
Binary / Raw instructions, understood by a computer, loaded into memory to be used by CPU
1 of 6
Assembly Language
Low-level language, mnemonics to represent machine code instructions, basic instructions to be assembled
2 of 6
Translator
Translates high-level languages into machine code
3 of 6
Compiler
Type of translator, translates and stores all programming at once (stored as .exe), will only show errors once programming is being run
4 of 6
Interpreter
Type of translator, translates single line of code at a time - will halt code if an error is found
5 of 6
IDE
Integrated development environment, software package - contains tools needed to develop a program, usually through a GUI
6 of 6

Other cards in this set

Card 2

Front

Low-level language, mnemonics to represent machine code instructions, basic instructions to be assembled

Back

Assembly Language

Card 3

Front

Translates high-level languages into machine code

Back

Preview of the back of card 3

Card 4

Front

Type of translator, translates and stores all programming at once (stored as .exe), will only show errors once programming is being run

Back

Preview of the back of card 4

Card 5

Front

Type of translator, translates single line of code at a time - will halt code if an error is found

Back

Preview of the back of card 5
View more cards

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Programming resources »