Basics Flashcards

1
Q

Interpreter

A

A program that converts high-level languages to machine code while executing it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Machine Language

A

The most primitive 1/0 version of instructions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Assembly language

A

The halfway point between Machine Language and what I use

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

High-Level language

A

Java, C++, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Compiler

A

Converts high-level languages machine code and then executes it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Reserved Words

A

Words that are already used for syntax so can’t be used for other purposes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Blocks

A

Everything between curly braces

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Promotion

A

Making primitives into more precise arguments

How well did you know this?
1
Not at all
2
3
4
5
Perfectly