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