Computer Algorithm
An algorithm that can be executed by a computer
Algorithm
A step by step procedure for solving a problem or performing a task
What must algorithm steps include?
A clear starting and end point
Produces a reliable output based on an appropriate input
DIV
Integer division eg. 17 div 3 = 5
MOD
Remainder division eg. 17 mod 3 = 2