Creado por Daniel Smillie
hace casi 7 años
|
||
Pregunta | Respuesta |
Iteration | A sequence of instructions repeated multiple times. Much more efficient than writing the instructions multiple times. |
WHILE... ENDWHILE | The condition is tested/checked upon entry to loop. It is possible that the instructions inside the loop might not be executed at all if the entry condition is not met. |
REPEAT... UNTIL | Loop statements are executed before the condition is evaluated. The statement will always be executed at least once. |
FOR… NEXT | Allows the coder to specify how many times a section of code should be repeated during the running of the program. An example of definite iteration |
Range | Used to indicate how many times the loop will be repeated. |
¿Quieres crear tus propias Fichas gratiscon GoConqr? Más información.