Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question 9 of 10 which programming design approach would be best to use…

Question

question 9 of 10
which programming design approach would be best to use if a line of code needed to be run repeatedly?
a. structured
b. bottom up
c. top down
d. object oriented

Explanation:

Brief Explanations

Structured programming uses control - flow constructs like loops (e.g., for, while) which are ideal for repeatedly running code. Bottom - up, top - down are design strategies more about system decomposition and object - oriented is about modeling real - world entities as objects.

Answer:

A. Structured