vocab 6 Flashcards
1
Q
variable
A
Something that stores data
2
Q
Increment
A
add to a value
3
Q
Decrement
A
subtract from a value
4
Q
List
A
a place where programs can store miltiple pieces of data under the same list name.
5
Q
Procedure
A
codes that has been given a name
6
Q
Define
A
a giving name to a group of code
7
Q
Call
A
the name to run the codes
8
Q
Abstraction
A
to generalize from specific details
9
Q
Index
A
a number that represents a pice of data