Loops and what makes them
Statements and operators.
Functions and variables
parts of code/programming
Misc
100

A Loop that repeats a specific block of code.

For Loop

100

used to execute both the true part and the false part of a given condition.

a statement that means when something dosent happen something else occurs.

If Else Statement



100

a quantity that may be changed according to the mathematical problem.

Variable

100

a fundamental structure in programming that allows you to repeat code until a desired result is achieved.

iteration

100

The creation that allows us to access the internet and play games.

*hint- your probably using one.

computer

200

When something does not happen it creates a _____

programming language constructs that perform different computations or actions or return different values

(not boolean)

Condition

200

operators that compare values and return true or false.

Comparison Operator



200
The function that begins a program.

Start Function



200

function that finds Y axis

getHeight()

200

causes an unknown event 

Randomizer

300

 a result that can only have one of two possible values: true or false.

boolean

300

a symbol or word used to connect two or more expressions such that the value of the compound expression produced depends only on that of the original expressions and on the meaning of the operator.

Logical Operator

300

Define a Function

A function is a command of code that makes something happen.(any correct answer counts.)
300

Function to find x axis

Get width(x)

300

A different version of code

iteration

400

A control statement that lets codes repeat based on a boolean

While loop

400

In a looping statement, the ___ command ends the loop and moves control to the next command outside the loop.

Break Statement



400

things that happen in the system you are programming, which the system tells you about so your code can react to them.

Event(s)

400

Reads a part of your code

ReadLine

400

a subset of these indicators or symbols that denote that a specific mathematical operation is needed.

Arithmetic Operators

500

control flow statement that executes a block of code and then either repeats the block or exits the loop depending on a given boolean condition.

Do-While loop

500

terminates the execution of the nearest enclosing do , for , switch , or while statement in which it appears.

Break Statement



500

functions that are deployed after the first function completes its task.

Callback Function

500

Reads a 32-bit signed decimal integer from standard input, stopping when the Enter key is pressed.

readInt

500

used for method, variable and parameter names.

lowerCamelCase