answersLogoWhite

0

Definite interations: Repeated sequence of calculations/ operations for a fixed number of repetitions. (Do or For loop) Indefinite iteration: no set limit on iterations, generally "while" loops. multiple interations is the same as multiple repetitions or trials.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What are the two types of Iteration?

The two types of iteration are definite iteration, where the number of repetitions is known before the loop starts, and indefinite iteration, where the loop continues until a certain condition is met.


What are two types of iteration?

Two types of iteration are definite iteration (where the number of iterations is known in advance, such as using a for loop) and indefinite iteration (where the iteration continues until a certain condition is met, such as using a while loop).


What are the release dates for Loop Loop Loop Loop - 2014?

Loop Loop Loop Loop - 2014 was released on: USA: 15 February 2014


What is the English word 'developer' in Italian?

Sviluppatore in the masculine and sviluppatrice in the feminine are Italian equivalents of the English word "developer."Specifically, the masculine noun sviluppatore takes as its definite article il ("the") and as its indefinite article un, uno ("a, one"). The pronunciation is "svee-loop-pah-TOH-reh."The feminine noun, sviluppatrice, takes the definite article la. Its indefinite article is una. The pronunciation is "svee-loop-pah-TREE-tcheh."


What is a nested loop in java?

A nested loop is a (inner) loop that appears in the loop body of another (outer) loop. The inner or outer loop can be any type: while, do while, or for. For example, the inner loop can be a while loop while an outer loop can be a for loop.


The while loop is a type of loop?

Is loop


What is loop logic structure?

I believe it is: Loop condition Loop actions And how the loop breaks


What has definite volume and shape?

Solids have definite shape and definite volume. Liquids have not definite shape but have definite volume. Gases have neither definite shape not definite volume.


When was Loop-the-Loop - roller coster - created?

Loop-the-Loop - roller coster - was created in 1901.


What does not have a definite but they do have a definite volume?

WATER has no definite shape but has definite volume.


What do not have a definite have but they do have a definite volume?

WATER has no definite shape but has definite volume.


Definition of do loop while in visual basic?

There are 3 type of loop 1 is for loop 2 is loop while 3 is loop untile