Across
- 2. Is an acronym for Beginner’s Algorithmic Symbolic code.
- 5. Used for holding numbers or takes the place of any number or spots in memory that holds information.
- 8. When when the program is displaying a result.
- 9. Step by step procedures used to create and design a computer program.
- 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.
- 13. Grammar rules of a computer language.
- 14. Program A set of instructions that tells the computer what to do.
- 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. 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 $.
- 3. A value that cannot be altered by the program during normal execution.
- 4. Represents an action where the user of the program is being asked for information.
- 6. Keywords and commands used to program a computer using computer languages.
- 7. A set of special instructions that tells the interpreter to do something.
- 10. Used to compute a result.
- 11. Something that is stored in a variable, or object and can be numeric or alphanumeric.
