Computational Thinking and Programming
Pseudocodes
They are used for designing programs.
They are not actual program codes but an expression of an algorithm in short English-like
statements.
Anyone can understand a pseudocode, unlike a program code.
There is no set syntax for pseudocodes.
Pseudocodes follow the structure of a high level language.
What is a variable
A variable is a named storage location to store data.