Unit 2 Vocabulary Practice - Review Key Vocabulary

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