Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

9. PS3-P9: C++ Code Design Guide Lines: Other Errors C++ CODE DESIGN GUIDELINES

ID: 3607292 • Letter: 9

Question

9. PS3-P9: C++ Code Design Guide Lines: Other Errors
C++ CODE DESIGN GUIDELINES - OTHER TOPICS: Match the appropriate listed descriptions to the following:

a- How to make coding simpler;
b- To remove syntax errors;
c- To remove logical errors;
d- The design methodology that must be used to develop programs

OPTIONS:
1- Use debugger to eliminate this type of errors
2- Use top-down design
3- Use bottom-up design
4- As much as possible use copy-cut-paste-edit commands
5- As much as possible write code from scratch
6- Use compiler designated colors to distinguish keywords/ variables/
constants/commented-text to spot and correct this type of errors

Explanation / Answer

ANSWER

OPTION 1 IS RIGHT CHOICE i.e,   

As the to make code simpler we have to use top-down approach this is basic need.

and for to avoid syntax error we can make use copy and paste as the syntax are same.

and to avoid logical error we have to be at the scratch.

as the tools will automatically takes the seperate colors which help in identify so this methodology is used mostly.

Thank you for the oppurtunity