LOOP IF THEN Flashcards
1
Q
Branch
A
if then else
1
Q
Loop
A
repeats task, for, for next while or do while ex. (for i=1 to 100, print i, next.)
2
Q
Variable
A
place holder, referenced instead of the value.
3
Q
Constant
A
specific identifier, cannot be changed value.