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