Section 1

Preview this deck

Conditionals

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 1, 2020

Cards (26)

Section 1

(26 cards)

Conditionals

Front

Statements that only run under certain conditions.

Back

Sequencing

Front

Putting commands in correct order so computers can read the commands.

Back

While Loop

Front

A loop that continues to repeat while a condition is true.

Back

Constant

Front

Back

Event

Front

An action that causes something to happen.

Back

behavior

Front

an action that a sprite performs continuously until it's told to stop

Back

Repeat

Front

to do something again

Back

Prepare

Front

Research, plan, and acquire materials for the activity you are about to do

Back

Until

Front

A command that tells you to do something only up to the point that something becomes true.

Back

Variable

Front

A placeholder for a piece of information that can change.

Back

Refelct

Front

Carefully think back on something with the intention of improving the outcome in the future

Back

Condition

Front

A statement that a program checks to see if it is true or false. If true, an action is taken. Otherwise, the action is ignored.

Back

Command

Front

An instruction users give Word by clicking a button or entering information into a command box.

Back

Code

Front

(v) to write code, or to write instructions for a computer.

Back

Sprite

Front

A graphic character on the screen with properties that describe its location, movement, and look.

Back

function

Front

a named group of programming instructions. Functions are reusable abstractions that reduce the complexity of writing and maintaining programs

Back

For Loop

Front

Loops that have a predetermined beginning, end, and increment (step interval).

Back

Program

Front

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

Back

Debugging

Front

Finding and fixing problems in code

Back

Loop

Front

The action of doing something over and over again.

Back

Define

Front

Figure out the details of the problems that you are trying to solve

Back

Event

Front

An action that causes something to happen.

Back

Alorithm

Front

A list of steps to finish a task

Back

Bug

Front

Part of a program that does not work correctly.

Back

Programming

Front

The art of creating a program.

Back

Try

Front

to attempt to do something

Back