ANSWERS: 2
  • Repetition is the most important thing what computers do following the program's instruction given by the programmer without getting bored and/or tired like people.
  • If there was't repetition, people would need to copy and paste code hundreds of times just to get their program to run for a few minutes. The code would need to be millions of lines long if you wanted it to be able to run for hours. Repetition keeps the program running, and the control structures allow the program to be more generalized. Programs really only consist of loops and ifs (along with variable declarations and assignments and input/output functions).

Copyright 2023, Wired Ivy, LLC

Answerbag | Terms of Service | Privacy Policy