Basics Flashcards
In a computer language, a group of words, numbers, and operators that performs a specific task is known as a …
Statement
A term for something similar to little boxes that you can store stuff in … think of them as symbolic placeholders for values themselves.
Variable
Something that stands alone without being stored in a variable
Literal value
Characters that perform actions with values and variables such as assignment and mathematic multiplication
Operators
Statements are made up of one or more of these …
Expressions
A special utility on computers that is used to translate code into commands that a computer can understand
Compiler
The calculated value on the right hand side of an equal sign ( = ) in the case of assignment
Source value
The value on the left hand side of an equal sign ( = ) in the case of assignment
Target variable
A term meaning that variables can hold values of any type without type enforcement.
Dynamic typing
Tracking the changes to values as your program runs
State