Definitions
Examples in Code
100

This term describes a repeating action or process in a loop.

What is iteration?

100

A for loop repeating from 1 to 10 represents this concept.

What is iteration?

200

A named storage location for data that can change during program execution.

What is a variable?

300

This term refers to the step-by-step procedure followed to solve a problem.

What is an algorithm?

400

A decision-making structure that executes one part of the code depending on a condition.

What is selection?

500

A set of related statements grouped together in code, often using curly braces.

What are blocks?

M
e
n
u