Who is the reader of pseudocode?
Show Answer
Humans.
In contrast to program language code that is read by machines.
How does an algorithm written in pseudocode differ from one written in human language
Show Answer
Pseudocode has some (lightweight) "programming syntax (rules)" that make it "almost code" -- thus the use of
pseudo
.
This allows it to be more concise and allows for an easier translation to real program code (vs human language).
How does pseudocode differ from program code?
Show Answer
Program code is designed to be understood by machines (not humans).
Pseudocode is designed to be understood by humans (so complex problems can be tackled more easily).
The syntax of pseudocode is more lightweight and simpler than programming languages.
Algorithms (Chapter 102 - Introduction to Pseudocode)
Chapter 102 - Introduction to Pseudocode
Quiz
Contents
Intro
Syntax
Quiz
Examples
Recap
Tips
Challenge
Chapter
Top
Search
TOC