vocab 6 Flashcards

(10 cards)

1
Q

something that stores data in a program to be accessed or changed later.

A

Variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

increase a value (add to)

A

Increment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

decrease a value (subtract from)

A

Decrease

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

(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.

A

List

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

a number that represents where a piece of data is located in a list.

A

Index number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

a group of code that has been given a name; also called function.

A

Procedure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

giving a name to a a group of code (a procedure) so it can be called.

A

Define

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

using same name of procedure to run the group of code to make it up.

A

Call

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

something that happens or is done without being able to predict the outcome in advance.

A

Random

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

to generalize from specific details, yet to mantain the main idea.

A

Abstraction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly