15. FORTRAN Programming Learning Outcomes

  1. Use Secure CRT to remotely connect to a UNIX type workstation.
  2. Trace sequential, conditional, and iterative code execution to determine output.
  3. Know where and why FORTRAN is still in use today.
  4. Understand and describe the basic Edit-Compile-Run Cycle
  5. Know what a compiler is and why some languages must be compiled.
  6. Know syntax for simple IO (read and write) commands.
  7. Know syntax for conditional statements (if stmts).
  8. Know syntax for iterative statements (do loop).
  9. Explain difference between compile time and run time errors.