The order
Jobs Jobs Jobs
To choose
Round & Round
Medical & Mechanics
100

Logic structure where instructions are executed in order

What is sequencing?

100

Where you change the information is called this

What is a Parameter?

100

Symbols that imply a comparison 

What are operators?

100

It is a loop that will continue until a particular condition is met

What is iteration?

100
This is a mathematical concept used by computer scientists to determine scalability.

What is the Big-O Notation?

200

These can be expressed using various symbols

What is a flow chart.

200

Annotations in the code that is not executed

What are comments?

200

Uses these to tell a computer how to select a step or to tell the sequence that should be executed

What is if...then statements?

200

This means to repeat a task of instruction until the number is done

What is a For Loop?

200

This searches in order and often has a linear relationship between work and list growth

What is a sequential search?

300

A process or set of rules to be followed in calculations 

What is an algorithm?

300

Collection of steps in an algorithm that can be reused without restating the details

What is a procedure?

300

These are if statements that use operators

What are statements with Comparisons?

300

This is executed when the condition is met and is checked at the beginning of it

What is a WHILE loop?

300

This is a logarithmic relationship and wont work if the list isn't in order.

What is a Binary Search?

400

Program instructions that are performed one at a time in order

What is sequential execution?

400

This symbol is used in selection blocks and represents a condition.

What are hexagons?

400

This only executes if a specific condition is met

What is If statement? What is If....then statement?

400
This states that the processing power of computers will double every two years.

What is Moore's Law?

400

This can be comprised of transistors, microchips, and motherboards

What is a Logic Gate?

500

Can emerge when data is transformed using computational logic structures

What is a flow pattern?

500

This happens during selection if the condition occurs

What is branching?

500

This stipulates what happens when a condition is not met

What is and IF ELSE statement?

500

This is executed when the condition is false and stops when the condition is true.

What is a Repeat Until loop?

500

This is a method for deriving an approximate solution. A rule of thumb.

What is Heuristics?