Instructions
1. When referring to the computer processor, an
instruction is small segment of code that contains steps that need to be executed by the computer processor.
For example, if you were to ask the computer to draw a square it would need
a set of instruction in order to complete the task. In
logo, a user could complete this task by giving
the computer the below set of instructions. In the picture to the right, is
an example of the results.
forward 100
right 90
forward 100
right 90
forward
100
right 90
forward 100
2. Portion of programming that prompts a computer to execute a function.
3. Documentation included with a product that provides information and help about that product.
Also see: Computer instructions, Information, Logic, Processing definitions, Program counter, Programming definitions, SOP
