Search for Science Fair Projects

1000 Science Fair Projects with Complete Instructions

Algorithm

Algorithm is a set of step-by-step rules a computer follows to solve a problem or make a choice.

Think of it this way

A recipe card is a set of steps you follow in order. First you measure the flour, then you add eggs, then you mix. Each step depends on the one before it. A computer algorithm works the same way — a fixed list of steps run in order to reach a result.

Explaining algorithm by grade level

Think about tic-tac-toe. You follow rules to pick where to place your mark. A computer does the same thing. It checks each empty spot, one by one, and picks the best move using its own set of rules.