Section 1

Preview this deck

selection

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

4 years ago

Date created

Mar 1, 2020

Cards (7)

Section 1

(7 cards)

selection

Front

IF, THEN,ELSE Used to make a choice or decision in an algorithm.

Back

Syntax Error

Front

A syntax error is produced when a programs format or shape is incorrect, a misspelling is found, or text is not recognized. Syntax errors are also thrown when you have opened a command, but then do not close it.

Back

sequence

Front

The sequence is the order in which the steps of an algorithm are performed.

Back

Integer

Front

All whole numbers (both positive and negative) and zero.

Back

iteration

Front

When a cycle of actions or operations is repeated. Often referred to as a loop - comes in many formats EG FOR, WHILE, REPEAT.

Back

Boolean

Front

True or false

Back

Constants

Front

Back