Computer Programming - Just Basic

123456789101112131415
Across
  1. 2. Is an acronym for Beginner’s Algorithmic Symbolic code.
  2. 5. Used for holding numbers or takes the place of any number or spots in memory that holds information.
  3. 8. When when the program is displaying a result.
  4. 9. Step by step procedures used to create and design a computer program.
  5. 12. Lines used to organize a programs code. Can be any word in brackets or a line that begins with a sequence number that can be no more than 5 digits long.
  6. 13. Grammar rules of a computer language.
  7. 14. Program A set of instructions that tells the computer what to do.
  8. 15. A word that is reserved by a program because the word has a special meaning. They can be commands or parameters in a program.
Down
  1. 1. A line of characters used for holding words and other non-numeric character combinations to include letters and numbers that can be user defined. Identified by a $.
  2. 3. A value that cannot be altered by the program during normal execution.
  3. 4. Represents an action where the user of the program is being asked for information.
  4. 6. Keywords and commands used to program a computer using computer languages.
  5. 7. A set of special instructions that tells the interpreter to do something.
  6. 10. Used to compute a result.
  7. 11. Something that is stored in a variable, or object and can be numeric or alphanumeric.