Across
- 1. Command that pulls in code to add functions to your code
- 3. that finds the smallest value in a set of values
- 4. 2^40 or one million million (10^12) bytes
- 8. A calculation which gives the remainder of integers which have been divided
- 9. A symbol that defines a math operation
- 10. A collection of commands given a name for example input( )
Down
- 2. A collection of code and functions that perform similar tasks
- 5. Data sets that are too large and complex for traditional data processing applications
- 6. The process of storing a value in a variable
- 7. A module used to create random numbers in programs. The numbers generated are not really random
