Keywords:
START: This is the start of your pseudocode. It compares to the start symbol (oval) in your flowchart.
INPUT: This is the input that you use when the user will type a value in. It corresponds to the parallelogram symbol (input) in your flowchart.
GET: This is the input that you will use when reading from a data file. Like Input, it corresponds to the parallelogram symbol in your flowchart.
PRINT: This is how you will output to the screen. It corresponds to the parallelogram symbol in the flowchart also (The symbol is both input/output).
WHILE: This is the keyword for the while do loop (or while endwhile loop). There is no corresponding symbol in the flowchart, but it can be represented by the loop where the condition is at the beginning.