2.1 Pseudocode Flashcards
1
Q
What is Pseudocode
A
Pseudocode is a way to write out algorithms using code-like statements.
It is intended to be very readable, and easy to understand.
2
Q
Purpose of Pseudocode
A
Pseudocode isn’t a programming language.
Pseudocode is used to plan algorithms, focusing on the logic and steps rather than language-specific syntax.