Programming Vocab

12345678910111213141516171819
Across
  1. 4. data type/ an example is string data type
  2. 7. string/two quotation marks with no space
  3. 9. of big numbers from one data type to another data type that can store larger numbers
  4. 13. instruction that causes the computer to perform some action after being executed
  5. 14. word with special meaning
  6. 16. rules for programming languages
  7. 17. data types/the basic data types built into C++
  8. 19. numbers/numbers that contain a decimal place
Down
  1. 1. conversion of a number from data type to another data type that can only store smaller numbers
  2. 2. a beginning value
  3. 3. literal constants/numbers
  4. 5. whole number without a decimal place
  5. 6. type conversion/converting a numeric value to fit a memory location
  6. 8. constant/an item of data that can appear in program instructions and be stored in a memory location
  7. 10. while a program is running
  8. 11. memory location whose value can change during runtime
  9. 12. constant/a memory location whose value cannot be changed during runtime
  10. 15. group of characters treated as one unit and not used in a calculation
  11. 16. literal constant/ zero or more characters in quotations
  12. 18. number system/ system using the digits 0 through 9