Vocab

1234567891011121314151617181920
Across
  1. 2. giving a labeled spot in memory a new value
  2. 3. a programming language that is easy for humans to read and write because it uses English-like commands and abstract concepts, making it machine-independent
  3. 4. a symbol that represents an operation.
  4. 5. a language that has developed naturally in use
  5. 11. a type of language that provides direct control over a computer's hardware and is closer to machine code
  6. 13. Computer-readable code
  7. 14. Any data or information that is received or entered into a computer system, such as typing on a keyboard or reading from a file.
  8. 15. the most basic and fundamental data types available in a programming language’
  9. 16. just symbols that have meaning when read in a predefined way
  10. 17. a person who uses or operates something
  11. 19. formal systems used to communicate instructions to a computer
  12. 20. any fractional part of the result is simply discarded, regardless of its value.
Down
  1. 1. labeling a location in memory as a way to refer to it at a later time
  2. 6. a combination of numbers, variables, and operators that tells the computer to perform a math calculation.
  3. 7. divide and take the remainder.
  4. 8. the process of combining a String with another data type
  5. 9. labeling a location in memory and giving that spot in memory a value.
  6. 10. Display information to the user of our program
  7. 12. Data provided by the user to a program via input commands.
  8. 18. standardized rules for naming files, code, and other digital assets to promote consistency, clarity, and organization
  9. 19. the order in which operations are performed in programming languages