You are on page 1of 1

Pseudo Codes by Sir Asim Ali

Qno.1 difference between Algo and pseudocodes?


Algos are the English written statements of a step out of task e.g Set total to zero written in simple English where as pseudo code is a logically expression of a step out of complete task e.g Total = 0 in papers you see the pseudo code provided by the examiner , and you suppose to write in logical expressions. Mentioning line numbers with the code is not required. These line numbers were used in GW Basic or other languages not now, no not required in paper to write.

Qno.2 What constructs are used in O level Computer studies?


1- Sequence construct setting/declaration input process output 2-selection construct

If...... then....... endif if....... then.......else......endif Case of ...........endcase 3-iteration/loops

for......... next while.......do loop repeat until

Asim Ali Khan 0333-4316006

You might also like