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