Section 1

Preview this deck

Bug

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

Section 1

(14 cards)

Bug

Front

An error in a program.

Back

Event Handler

Front

A piece of code that responds to an event.

Back

Syntax

Front

Precise rules defining how the letters, words, and punctuation of a programming language are required to be used together.

Back

Stepper Variable

Front

tracks the item number you are currently on while looping through a list

Back

script

Front

A set of instructions. In Scratch a script is a single stack of blocks belonging to one sprite or to the stage.

Back

Aggregator

Front

Stores a list of values built up over time and remembers separate individual values.

Back

Variable

Front

stores a value that will not change over the course of the entire program

Back

excute

Front

to preform

Back

Accumulator

Front

Maintains a running total.

Back

Concatenation

Front

(n.) a linking together in a sequence; a chain

Back

Iteration

Front

repetition

Back

conditional

Front

an if-then statement

Back

event

Front

A "trigger" from the user or from a program that causes a specific part of the program to execute.

Back

If-structure

Front

Evaluates a Boolean expression and executes some code if the expression is true (and possibly other code if it is false).

Back