A
B
C
D
E
100

A visual way to show the steps or decisions in a process using shapes and arrows, often used to plan out how a program will work before writing code.

Flowcharting

100

The act of writing instructions in a programming language to make a computer perform specific tasks.

Coding

100

The process of finding and fixing errors or problems (called “bugs”) in code so the program runs correctly.  

Debugging

100

The parts of a program or app that users interact with, such as buttons, menus, and screens.


User Interfaces (UI)


100

How easy and effective a program or app is for users to navigate and accomplish tasks.


Usability

150

Named containers in code that store information, such as numbers or text, that can change while the program runs.


Variables

150

Programming structures that repeat a set of instructions multiple times:


Loops

150

Statements that tell the computer to make decisions and run different code depending on whether something is true or false (like “if…then” statements).


Conditionals

150

A set of rules and words used to write computer programs (examples include Python, JavaScript, and Scratch).

Programming Language

150

Actions that trigger code to run, such as a mouse click, key press, or when a game character touches another object.

Events

200

An Algorithm is

a step-by-step set of instructions or rules to solve a problem or perform a task

200

A graphic or object on the screen with a location, size, and appearance.

Sprite

200

 Instructions written in computer language

Code

200

Statements that only run when certain conditions are true.


Conditionals (If Statement) 

200

A container for information in programming:

Variable

250

If (age > 13): Then print "You can use this app" Else: print "Sorry, you're too young" 


What is this program an example of?

Conditional

250

Sketching or outlining a sequence of screens/scenes to plan what a user will see and do

Storyboard

250

Give an example of a Programming language?

Various Answers

250

A recipe on how to make a cake is an example of:

Algorithm

250

Flowchart