ADVANCED TOPICS IN COMPILER DESIGN
CODE GENERATION FOR OBJECT ORIENTED LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
communicating with peers
|
|
repeatedly doing something
|
|
utilizing technology
|
|
all of the above
|
Detailed explanation-1: -doing something again and again, usually to improve it: iterative processes. Repeating an action.
Detailed explanation-2: -Iteration is the repeated application of a function or process in which the output of each step is used as the input for the next iteration.
Detailed explanation-3: -So “being iterative” means that you make your way through work by repeatedly processing a limited number of steps, with each successive pass bringing you closer to your end goal.
Detailed explanation-4: -Repetition in a program means that lines of code will be run multiple times. Iteration is a term similar to repetition: it means to continue repeating an action until you achieve the correct outcome.
Detailed explanation-5: -Iteration means the act of repeating a process usually with the aim of approaching a desired goal or target or result. Each repetition of the process is also called “iteration”. The result of iteration is used as the starting point for the next iteration.