Question Detail

BIO 107 While Loops & Control Flow Objective Question

Question

According to the document, what is the primary benefit of 'Iteration' in programming?
Options
A It allows computers to express creativity in tasks.
B It enables writing the same code many times for clarity.
C It saves programmers from writing the same repetitive code multiple times.
Correct Answer
D It slows down program execution for better user interaction.
Correct Answer

Option C is the correct answer.

Detailed Explanation

Page 3 quotes: 'Iteration saves you from writing the same code 1,000 times.', emphasizing its role in handling repetitive tasks efficiently.

Hint

The document highlights why computers are 'great at doing the same thing over and over without getting tired.'

Question Info