FC0-U61 · Question #738
A programmer is generating results by iterating rows that provide values needed for one calculation. Which of the following functions best accomplishes this task?
The correct answer is D. Looping. Looping is a function that allows a programmer to repeat a block of code for a certain number of times or until a condition is met. This is useful for iterating rows that provide values needed for one calculation, as it can perform the same operation on each row without writing r
Question
A programmer is generating results by iterating rows that provide values needed for one calculation. Which of the following functions best accomplishes this task?
Options
- ABranching
- BPausing for input
- CSorting
- DLooping
How the community answered
(37 responses)- A3% (1)
- C5% (2)
- D92% (34)
Explanation
Looping is a function that allows a programmer to repeat a block of code for a certain number of times or until a condition is met. This is useful for iterating rows that provide values needed for one calculation, as it can perform the same operation on each row without writing redundant
Topics
Community Discussion
No community discussion yet for this question.