Posts

Showing posts from January, 2018

Loop...

/luːp/ noun noun: loop; plural noun: loops 1. a shape produced by a curve that bends round and crosses itself. 2. a structure, series, or process, the end of which is connected to the beginning. 3. a programmed sequence of instructions that is repeated until or while a particular condition is satisfied. An infinite loop is one that lacks a functioning exit routine. The result is that the loop repeats continually until the  " Operating System " senses it and terminates the " program " with an error or until some other " event " occurs.  ( such as having the program automatically terminate after a certain duration of time )