Conclusion
1.
Sometimes
code using an iterative loop can be written without a loop, simply repeating
the iterated code over and over as separate lines in the program. Explain the
disadvantages of developing a program this way.
It is very inefficient and tedious.
2.
Name
a large collection across which you might iterate.
The hardware store would iterate list for what they have in stock.
3.
What
is the relationship between iteration and the analysis of a large set of data?
Iteration changes information about each item in data and data analysis only reads their statistics.
This is proprietary material from Project Lead the Way Computer Science Principles. Take it down immediately.
ReplyDelete