A jump allows the order of execution of the statements in a computer program to be changed. Normally instructions are executed in the sequence they are stored but this can be changed by a jump instruction which enables a program to choose which instruction to execute next. Also known as a branch.

Related terms

Term sub categories

Programming
   procedural programming