answersLogoWhite

0


Best Answer

The meaning of the word iterative, which is an adjective, indicates that an action is frequent and repetitive in nature. Often the adjective iterative is applied to the subjects of mathematics, computation and grammar.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

Iteration mean; repetition, or the action you repeat for reaching your aims or goals.

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
4y ago

R

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does the word iteration mean?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is there a fancy word for repetition?

iteration


What is iteration in data warehouse?

what is iteration?


What is the meaning of interation and what is a similar word for interation?

Interation is not a word. Interaction, integration, iteration, and international are all words, but interation is not.


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 does continuous integration mean in the context of an iterative lifecycle?

Integration at the end of very iteration


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 statement is used to skip the remainder of the body of a repetition structure and proceed with the next iteration of the loop?

The continue statement skips the remaining statements in the current iteration and execution proceeds with the iteration control statement for the next iteration.


What does iteration mean in ict?

i want the answers not to answer it come on :( mas mildly amused smile=mas lol


What is Emphasis by Iteration?

speacial importance, value, or prominence give to something/ stress liad on a word or words in speaking.


What is the difference between dowhile loop dountil?

A do-while loop checks its termination condition before each iteration, including the first; a do-until checks after each iteration, so that the first iteration occurs before the first check. The C language uses the word "while" for both types of loop, using the placement of the condition to control its timing:C do-while:while (condition) { /* condition checked before first loop iteration */... loop contents}C do-until:do {... loop contents} while (condition); /* condition not checked until after first loop iteration */


Each successive use of a rule is called a?

In geometry it's called and ITERATION.


What can be used as a rule to determine how many segments the cantor dust fractal has after the sixth iteration?

Counting the whole square as iteration 0, there are 46 = 4096 segments after iteration 6.