InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Structured English And Pseudo Code? |
|
Answer» STRUCTURED ENGLISH is NATIVE English language USED to write the structure of a program module by using programming language keywords, whereas, Pseudo Code is more close to programming language and USES native English language words or sentences to write parts of code. Structured English is native English language used to write the structure of a program module by using programming language keywords, whereas, Pseudo Code is more close to programming language and uses native English language words or sentences to write parts of code. |
|