as programs become larger and more complicated, the need for good planning and design ____. \no increases\no…

as programs become larger and more complicated, the need for good planning and design ____. \no increases\no is not necessary\no decreases\no is inefficient\n\nquestion 28\nprogrammers refer to programs that contain meaningful names as ____.\no undocumented\no procedurally documented\no self - documenting\no formally documented

as programs become larger and more complicated, the need for good planning and design ____. \no increases\no is not necessary\no decreases\no is inefficient\n\nquestion 28\nprogrammers refer to programs that contain meaningful names as ____.\no undocumented\no procedurally documented\no self - documenting\no formally documented

Answer

Answer:

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

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.