Basics Flashcards

1
Q

In a computer language, a group of words, numbers, and operators that performs a specific task is known as a …

A

Statement

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

A term for something similar to little boxes that you can store stuff in … think of them as symbolic placeholders for values themselves.

A

Variable

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

Something that stands alone without being stored in a variable

A

Literal value

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

Characters that perform actions with values and variables such as assignment and mathematic multiplication

A

Operators

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

Statements are made up of one or more of these …

A

Expressions

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

A special utility on computers that is used to translate code into commands that a computer can understand

A

Compiler

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

The calculated value on the right hand side of an equal sign ( = ) in the case of assignment

A

Source value

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

The value on the left hand side of an equal sign ( = ) in the case of assignment

A

Target variable

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

A term meaning that variables can hold values of any type without type enforcement.

A

Dynamic typing

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

Tracking the changes to values as your program runs

A

State

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