The basics
Simple words
Outliers
Weird words
100

Assigning a code to something to make it do a certain action.

What is coding?

100

A category of things, that can be possibly related/might have similar traits; action performed when inserting characters from a keyboard to a computer or different types of technology.

What is a type, Type, or typing?

100

Features of a programming language, which do different actions depending on whether a certain interaction is performed.

What is a condition?

100

A set of single bits that express specific conditions within a computer.

What is a conditional Code

200

A fault or error in code.

What is a bug?

200

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

What is a variable?

200

Control flow statement that allows code to be performed repeatedly.

What is a While loop?

200

A value that is passed into a function.

What is a parameter?

300

When a coder finds and eliminates bugs in a code.

What is debug or debugging?

300

something arranged in a specific order.

What is a sequence?

300

Procedures that lets the computer solve an issue.

What is algorithm?

300

A notation similar to a simplified programming language, used in program design

What is a pseudo code?

400

An instruction given by the coder to do something.

What is a command?

400

A data structure consisting of a collection of elements.

What is an array?

400

A special symbol or word which connects two or more phrases of information.

What is a logical operation?

400

Something that can have binary possible values

What is a Boolean?

500

A section that is named and does a task in coding

What is a function?

500

An indicator, sign or measure.

What is an index?

500

The assignment of an initial value for a data object aka. a variable

What is initialization?