0
votes

Basics and Criteria for Good Software Programming

posted October 27, 2009 - 1:33am
Basics and Criteria for Good Software Programming

A program is a set of instructions or commands to be executed by the computer to accomplish some task. A program involves code for solving a problem and also good documentation which would be a guideline to anyone who tries to understand the program.

An algorithm is a formula, a method, a recipe, a step by step procedure to be followed in order to obtain the solution to a problem.

Conversion of an algorithm to a program in a software programming language following the syntax and semantics of that language is defined as a code.

Syntax is the correct method or grammar of writing a command or series of commands which are pre-defines by that particular programming language. Semantics is the logical meaning of a program or series of commands, separate from the grammatical structure. The computer detects syntax errors but does not detect logical errors.

What are the Criteria for a good program?

  • It should be correct i.e. output should be as per the specifications
  • It should be reliable; it should function accurately for a long period of time and also function correctly over all ranges and combination of data.
  • It should be robust; unwanted inputs or data should be identified and proper error message should be flashed. It should never crash.
  • It should be user friendly with enough comments, tips, on-line help and short cut options.
  • It should be efficient, with minimum memory and quality output in acceptable time span.
  • It should be readable i.e. it should be simple so that it can be understood to make changes and enhance it if required.
  • It should be portable so that program can be executed on different machines and environment.
  • It should follow all standards and have proper documentation.

For more info please visit A-1 Technology
Link
Article source: http://www.ezinearticles.com



Comments

Post new comment

  • Lines and paragraphs break automatically.
  • You can use BBCode tags in the text. URLs will automatically be converted to links.
  • Allowed HTML tags: <p> <br> <b> <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <span> <object> <param> <embed> <table> <tr> <td> <div>
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options

Join Xomba Today

Do you like to write? Would you like to make a little extra money on the side? These people do. Join the Xomba community today.
Become a Member