Grade
Grade
Quizzes and attendance.
Syllabus 083
Syllabus
The goal to achieve, grading policy, tentative time schedule.
Lab 01
Introduction
How to use Windows, Microsoft FORTRAN PowerStation 4.0.
Lab 02
Data Types and Arithmetic Operations
To explore integer, real, and character as data types, to learn how to write arithmetic operations.
Lab 03
Logical Operations
To introduce truth table, logical and relational operations.
Lab 04
IF Statements
To introduce IF, IF-ELSE, and IF-ELSEIF statements.
Lab 05
FUNCTION statement
To introduce how to define a function.
Lab 06
FUNCTION and IF statement
To use function to solve complex problems.
Lab 07
SUBROUTINE statement
To learn how to make a subprogram using SUBROUTINE.
Lab 08
DO-LOOP statement
To learn how to make an iteration using DO-LOOP.
Lab 09
DO-WHILE statement
To learn how to make an iteration using DO-WHILE.
Lab 10 and 11
One Dimensional Array
To intoduce the 1D array notion in FORTRAN.
Lab 12
Two Dimensional Array
To intoduce the 2D array notion in FORTRAN.
Lab 13
FILE
To learn how to manipulate files in FORTRAN.