Activity 1.1.2 Happy Accelerometer Vocabulary Flashcards
a set of steps to accomplish a task
algorithm
The smallest unit of data storage that a program can use.
variable
The values that a program provides to a function or subroutine.
argument
A sequence of actions or instructions to follow in solving a problem or accomplishing a task.
procedure
data type: text or characters displayed by a program
string
A joining together of separate items—without changing them—into one place.
concatenate
defines certain properties of what different kinds of information may or may not do
data type
In a program, processing conditional statements to determine what action to take next.
logic
add,
subtract,
multiply,
divide,
exponent,
modulus
arithmetic operators
less than,
greater than,
less than or equal to,
greater than or equal to,
equal to,
not equal to
relational operators
AND,
OR,
NOT
logical operators
A style of writing file names that avoids spaces and other characters and differentiates words based on capitalization.
camelCase
data type; a whole number that does not have a decimal or any digits after the decimal.
integer
data type; number type that provides very precise information by including all the numbers after the decimal.
float
data type having only two values; true or false
Boolean