vocab test 4/11 Flashcards

1
Q

Variable

A

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

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

Increment

A

increase (add to) a value

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

Decrement

A

decrease (subtract from) a value

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

List

A

(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

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

Index number

A

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

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

Procedure

A

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

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

Define

A

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

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

Call

A

using the name of a procedure to run the group of code that makes it up

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

Random

A

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

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

Abstraction

A

to generalize from specific details, yet maintain the main idea

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