Infinite loop 1


Infinite loop 1 : (ICT) A programming term. A 'loop' in a program is a section of code that jumps back to its beginning to execute the same set of instructions over and over again. Some condition is checked each time to see if it is time to break out of the loop. An infinite loop is almost always a mistake in programming. Effectively it stops the computer doing anything else except running through the loop. An example of an infinite loop is shown below: x = 1, do
No records Found
afaatim.com copyright © April 2016 Dr.K.R.Kamaal. All rights reserved