Programming Vocabulary

123456789
Across
  1. 3. in mathematics, an expression, rule, or law that defines a relationship between one variable
  2. 4. a collection of similar data elements stored at contiguous memory locations.
  3. 6. the set of rules that define what the various combinations of symbols mean
  4. 7. the integration of digital information with the user's environment in real time
  5. 9. is a set of instructions that are followed to solve a problem
Down
  1. 1. is a computer's way to represent information
  2. 2. A data type is the classification of a particular type of data.
  3. 5. is a value that can change, depending on conditions or on information passed to the program
  4. 8. operatorsthese operators are + (addition), - (subtraction), * (multiplication), / (division), and % (modulo).