Section 1

Preview this deck

Loop

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 (12)

Section 1

(12 cards)

Loop

Front

The action of doing something over and over again; to repeat.

Back

If - Then Statement

Front

A conditional statement that states "if this condition exists, do this".

Back

Binary / Digital

Front

A way of representing information using only two options 1 or 0.

Back

Coding

Front

Transforming actions into a symbolic language to create a program.

Back

Sequence

Front

Order in which steps and functions are completed in a program.

Back

Patterns

Front

A theme that is repeated many times. The coding pattern can be used for creating other objects, for instance, 5 cars in a racing game.

Back

Program

Front

An algorithm that has been coded into something that can be run by a machine.

Back

Bug

Front

A problem with a code.

Back

Else Statement:

Front

A conditional statement, used with another conditional statement that is another way of saying "otherwise, do this".

Back

Algorithm

Front

A list of steps you can follow to finish a task.

Back

Debugging

Front

Fixing the problems in your code.

Back

Conditional Statement

Front

A statement that tells the program what to do. The condition is either true or false depending on the situation.

Back