Wednesday, November 13, 2013

1.2.1 How to write Pseudocode



When designing a solution algorithm, you need to keep in your mind that a computer will eventually perform the set of instructions written. That is. If you use words and phrases in the Pseudocode, which are in line with basic computer operations, the translation from the Pseudocode algorithm to a specific programming language becomes quite simple.

 This chapter establishes six basic computer operations and introduce common words and keywords used to represent these operations in Pseudocode. Each operation can be represented as a straightforward English instruction, with keywords and a indentation to signify a particular control structure.


No comments:

Post a Comment