Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

as programs become larger and more complicated, the need for good plann…

Question

as programs become larger and more complicated, the need for good planning and design ____.
o increases
o is not necessary
o decreases
o is inefficient

question 28
programmers refer to programs that contain meaningful names as ____.
o undocumented
o procedurally documented
o self - documenting
o formally documented

Explanation:

Brief Explanations
  1. As programs grow in size and complexity, more planning and design are needed to manage them effectively.
  2. Programs with meaningful names are considered self - documenting as the names help in understanding the code's purpose without extensive external documentation.

Answer:

  1. A. increases
  2. C. self - documenting