1.2.9 - Discuss the importance of iteration during the design process. Flashcards
1
Q
Give the two definitions of iteration.
A
1) A procedure in which repetition or a sequence of operations yields results successively closer to the desired result.
2) The repetition of a sequence of computer instructions a specified number of times or until a condition is met.
2
Q
Give an example of an iterative process.
A
The process of prototyping, testing, analysing test results, and refining.
3
Q
What does iteration allow for?
A
Iteration allows for constant improvement based on user or client feedback..
4
Q
What are the 4 sections of the MYP design cycle?
A
1) Define and research problem
2) Develop ideas
3) Plan and create a solution
4) Test and evaluate