0% found this document useful (0 votes)
6 views

Computational Thinking and Programming

Pseudocodes are used for designing programs and express algorithms in simple, English-like statements that are easily understood. They do not have a specific syntax and resemble the structure of high-level programming languages. A variable is defined as a named storage location used to store data.

Uploaded by

MARK SIMIYU
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

Computational Thinking and Programming

Pseudocodes are used for designing programs and express algorithms in simple, English-like statements that are easily understood. They do not have a specific syntax and resemble the structure of high-level programming languages. A variable is defined as a named storage location used to store data.

Uploaded by

MARK SIMIYU
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

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.

You might also like