vocab 6 Flashcards
(10 cards)
something that stores data in a program to be accessed or changed later.
Variable
increase a value (add to)
Increment
decrease a value (subtract from)
Decrease
(also called an array) a place where the computer program can store multiple pieces of data under the same list name. Each item on the list can be retrieved by using its index number.
List
a number that represents where a piece of data is located in a list.
Index number
a group of code that has been given a name; also called function.
Procedure
giving a name to a a group of code (a procedure) so it can be called.
Define
using same name of procedure to run the group of code to make it up.
Call
something that happens or is done without being able to predict the outcome in advance.
Random
to generalize from specific details, yet to mantain the main idea.
Abstraction