coding 1
coding 2
coding 3
Symbols
100

A value that can change, depending on conditions or on information passed to the program.

Variable

100

What is the most popular coding language

JavaScript, Python

100

What does this symbol mean:||

OR

100

What does this symbol mean: &&

And

200

These essential pieces of code check whether something is true or false before moving on to the next step.

Conditions

200

A type of variable that can only hold true or false values.

Boolean Variable

200

This is the part of the app that users see and interact with, like buttons and screens.

User interface

200

What does this symbol mean: !

Not

300

Blocks of reusable and organised code that usually perform a single, related action.

Functions

300

When you try to fix problems in code

Debugging

300

Before releasing an app, developers often create this early version to test basic features.

Prototype

300

What does this symbol mean: x<=y

x Is less than or equal to y

400

What website do we use to code on.

400

This type of programming structure uses "if-then-else" statements

Conditional Statements

400

If you were to create a game app similar to an app on your phone what type of variable would you use

score, lives, username, password

400

what does this symbol mean: =

Use this symbol when setting a variable equal to a value

500

A sequence of instructions that is continually repeated until a certain condition is reached.

Loops

500

This is what we call programs on your phone or tablet that help you play, learn, or work.

Apps

500

This is what happens if you accidentally use a variable before giving it a value.

What is an error

500

what does this symbol mean: == 

set something equal to each other