after programs are put into production, making necessary changes is called\n1. testing\n2. conversion\n3…

after programs are put into production, making necessary changes is called\n1. testing\n2. conversion\n3. debugging\n4. maintenance\nquestion 14\nusing ___ involves writing down all the steps you will use in a program.\n1. a flowchart\n2. an interpreter\n3. a compiler\n4. pseudocode
Answer
Answer:
- D. maintenance
- A. a flowchart
Brief Explanations:
- After programs are put into production, making necessary changes is part of maintenance. Maintenance includes fixing bugs, improving performance etc.
- A flowchart is used to write down all the steps in a program in a visual - diagrammatic way.