Supercomputing Applications
Lab Report Form - Lab 01

  1. Your name: __________________________________, Period: _____, Date __________

  2. Did you use separate functions for the tasks required (yes/no)? _____ If yes did you use parameters rather than global variables? _____

  3. Code to print the array: (If you used separate functions, include the entire function)
    
    
    
    
    
    
    
    
    
  4. Code to find the high/low values and the average value:
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  5. Code to find standard deviation:
    
    
    
    
    
    
    
    
    
    
    
  6. Code to sort the array:
    
    
    
    
    
    
    
    
    
    
    
    
    
  7. How large is the array you used, and what types of values are in the array? What range of values are there?
    
    
    
    
  8. Print out the first 20 or so numbers in your array and the last 20.
    
    
    
    
    
    
    
    
    
    
    
    
  9. Print a copy of your results for high/low, average value, and standard deviation:
    
    
    
    
    
    
    
    
    
  10. Print the first 20 or so values and the last 20 of the sorted array.