You are on page 1of 2

Pseudocode

Pseudocode algorithms start off with begin and finish


with end or you can use start and stop.

INPUT is used to get data in and print is used to


display the results.

Calculations can be done and the results stored in a


memory location using an arrow pointing to the memory
location on the left.

Memory locations which can store any value input by


the user ( values which can change or the results of
calculations are called variables).
1

Memory locations which contain values which must


remain the same are called constants.

You might also like