Pseudo Codes:
- 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.
- Rules for Pseudocode:
- Write only one statement per line
- Capitalise initial keyword
- Indent to show hierarchy and structures
- End multi line structures
- Keep statements language independent
- 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
0 Comments