LOOP IF THEN Flashcards

1
Q

Branch

A

if then else

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

Loop

A

repeats task, for, for next while or do while ex. (for i=1 to 100, print i, next.)

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

Variable

A

place holder, referenced instead of the value.

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

Constant

A

specific identifier, cannot be changed value.

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