JavaScript and Pseudocode

123456789101112131415161718
Across
  1. 8. This keyword is used to 'talk' to and get data out of a field on a form.
  2. 9. What you use to reference a certain line or row of an array.
  3. 13. This keyword is used in Pseudocode to indicate you're going to output data/text to the user.
  4. 15. This keyword denotes a data type which stores characters, symbols and numbers together (text).
  5. 16. This keyword is used to start a pre-test loop which ends when a condition is met.
  6. 17. This keyword is used to display text on the screen in a box.
  7. 18. This keyword is used to generate random numbers.
Down
  1. 1. This keyword declares a procedure.
  2. 2. This keyword is used in Pseudocode to indicate you're going to output data/text to the user.
  3. 3. This keyword denotes a data type which stores decimal numbers.
  4. 4. This keyword can only do multi-way selection.
  5. 5. This keyword is used to round up numbers.
  6. 6. This keyword is used to start a pre-test loop which increments or decrements a variable every time until it reaches a certain value.
  7. 7. This keyword is used in Pseudocode to indicate you're getting input from the user.
  8. 10. This keyword ends a certain type of loop which increments or decrements a variable every time in Pseudocode.
  9. 11. This keyword ends a certain type of pre-test loop which ends when a condition is met in Pseudocode.
  10. 12. This keyword is used to round down numbers.
  11. 13. This keyword is used to get input from the user entered into a box.
  12. 14. This keyword can do binary or multi-way selection.