Hour of Code-Coding Vocabulary

Hour of Code-Coding Vocabulary

memorize.aimemorize.ai (lvl 286)
Section 1

Preview this deck

Algorithm

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

Section 1

(11 cards)

Algorithm

Front

a list of steps you follow to complete a task

Back

Loop

Front

Repeating an action over and over again

Back

Bug

Front

a problem with the code

Back

Debug

Front

fixing the problem in your code

Back

Program

Front

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

Back

Sequence

Front

The order in which steps are completed

Back

Event

Front

An action that causes something to happen

Back

Code

Front

A set of instructions in a language the computer can understand

Back

Else

Front

Otherwise

Back

Conditional Statement

Front

A statement that is either true or false depending on the situation

Back

If then statement

Front

A line that determines whether or not you run a certain chunk of code

Back