SecondSixWeeks

1234567891011121314151617181920212223
Across
  1. 3. A number system based on ten
  2. 5. Information sent to the computer by the user
  3. 6. instruction that pulls in code to add functions to your program
  4. 7. the process of storing a value in a variable
  5. 8. A whole number(either positive or negative), and zero
  6. 10. Command that finds the largest value in a set of values
  7. 11. programming environment that allows users to write, run, and debug a program
  8. 13. A function that tells the program to handle the value as a string
  9. 15. one million million bytes
  10. 17. note written in program for the programmer to read;computer ignores
  11. 19. Adds two strings together
  12. 20. An electronic device consisting of hardware and software
  13. 23. A name for a spot in memory where information is stored
Down
  1. 1. a collection of instructions given a name
  2. 2. Data sets that are too large & complex for traditional data processing(2 words)
  3. 4. A symbol that defines a math operation
  4. 9. Special sequences marked with the \ symbol (2 words)
  5. 12. instruction to display text and numbers on the screen
  6. 14. stores letters, numbers and words
  7. 16. A number system based on two numbers
  8. 17. process of converting the value of one data type to another data type
  9. 18. Command that finds the smallest value in a set of values
  10. 21. A calculation giving the whole number of integers which have been divided
  11. 22. module used to create random numbers in programs