Tuesday, July 24, 2012

Pseudo Code

Class Discussion
  • type of english that uses common words
  • informal structure
  • Describes and algorithm in text that resembles code
  • no set rules
Pseudo code Commands

Selection
if ..........................then
else......
Repetition
Repeat.........until
Pre test repetition
Post test repetition
Initialize - set to ________ value




Filling a Bath With 80L
Begin
initialize volume = 0L
turn on tap
repeat
wait 30 seconds
until volume = 80L
turn off tap
end


No comments:

Post a Comment