top of page

CHAPTER 14-Programmming Methodology

 

Stylistic guidelines

Meaningful Names for identifiers 

Ensure clarity of expressions

use comments and indentation

 

 

 

Characteristics of a good program

1)Effective and efficient

2)User friendly

3)Self -Documenting Code 

4)Reliable

5)Portable

 

 

Stages of program Development process

1)Crack the problem

2)Code the algorithm

3)Compile the program

4)Execute the program

 

When program formatting is done to make a program more readable ,it is called prettyprinting

              

 

            The ability of a program to recover following an error and to 

continue oprating within its environment is called robustness

 

  • w-facebook
  • Twitter Clean
  • w-googleplus
bottom of page