Header Ads Widget

Pseudo Codes

Pseudo  Codes:

  1. Pseudocode is a newer tool and has features that make it more reflective of the structured concepts.The drawback is that the narrative presentation is not as easy to understand and/or follow.
  2. Rules for Pseudocode:
    1. Write only one statement per line
    2. Capitalise initial keyword
    3. Indent to show hierarchy and structures
    4. End multi line structures
    5. Keep statements language independent 
      1. Remember you are describing a logic plan to develop a program, you are not programming!

Examples:

Advantages:

  • Easily modified
  • Implements structured concepts
  • Done easily on Word Processor

Disadvantages:

  • Not visual
  • No accepted standard,varies from company to company

Post a Comment

0 Comments