Basics Flashcards
1
Q
Interpreter
A
A program that converts high-level languages to machine code while executing it
2
Q
Machine Language
A
The most primitive 1/0 version of instructions
3
Q
Assembly language
A
The halfway point between Machine Language and what I use
4
Q
High-Level language
A
Java, C++, etc.
5
Q
Compiler
A
Converts high-level languages machine code and then executes it
6
Q
Reserved Words
A
Words that are already used for syntax so can’t be used for other purposes
7
Q
Blocks
A
Everything between curly braces
8
Q
Promotion
A
Making primitives into more precise arguments