Pages

Computer instructions

Posted on Monday, September 22, 2014 by Unknown


Logo instructions for a square1. When referring to the computer processor, an instruction is a 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. The picture is an example of the results.
forward 100
right 90
forward 100
right 90
forward 100
right 90
forward 100
2. Computer instructions are a set of steps or documentation that includes information on how to operate, perform, or otherwise maintain particular computer software or hardware. If a program or hardware device includes an instruction manual or online instructions, it is highly recommended that these be reviewed before asking questions.

0 Responses to "Computer instructions":