Section 1

Preview this deck

Variable

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

6 years ago

Date created

Mar 14, 2020

Cards (9)

Section 1

(9 cards)

Variable

Front

A factor that might change in your program. Ex.: your age

Back

If...Then...Else

Front

A common form of selection in coding, where a command is run if something is true, and a different command is run if it is false. Ex.: If pink, then walk forward 1 square, else backward 2 squares.

Back

Scratch

Front

A computer language that uses click and drag blocks to make a program.

Back

Program

Front

A set of instructions (algorithms) written in a language (code) that a computer can understand.

Back

Bug

Front

An error in a program that prevents the program from running as expected.

Back

Loop/Repeat

Front

The process of performing the same task again and again. Usually for a certain number of times.

Back

Debugging

Front

Getting rid of mistakes that stop your code (program) from working properly.

Back

Algorithm

Front

A list of steps that allow you to complete a task or solve a problem.

Back

Pixel

Front

The smallest block of color in a digital picture or a computer monitor.

Back