El Camino College Home
MyECC 
ACADEMICS   ADMINISTRATION   APPLY & REGISTER   COMMUNITY   STUDENT SERVICES  
MATHEMATICAL SCIENCES
Courses
Degrees & Certificates
Division Information
Faculty Directory
High School Students
Math Computer Labs
Math Study Center
Repeat a Course
Majors
Mathematics
Computer Science
Engineering
Special Programs
MESA
Science, Technology,
spacerEngineering and
spacerMathematics (STEM)

Supplemental Instruction
Home > Academic Divisions > Mathematical Sciences Division

  El Camino College - Division of Mathematical Sciences

CSCI 10
Computer Programming with FORTRAN
4 units; 3 hours lecture, 3 hours lab and 6 hours study

Prerequisite: Mathematics 190 with a minimum grade of C or concurrent enrollment.

Catalog Description:
This course is an introduction to elementary numerical methods using the Fortran language. Topics include algebraic equation solvers, numerical differentiation and integration, evaluation of determinants, matrix solutions of linear systems of equations, and prime number generators. Laboratory work is conducted on IBM compatible personal computers.

Course Objectives:

  1. Identify and make proper use of the basic data-types (INTEGER, REAL, DOUBLE PRECISION, COMPLEX, CHARACTER, LOGICAL) and the intrinsic operators (+, -, *, /, **) of the FORTRAN language.
  2. Use list-directed and format-directed I/O (input/output). Make proper use of FORTRAN format descriptors, such as nAw, nIw, nFw.d, "/", "tiny_mce_markerquot;, "\", and Tn.
  3. Write efficient program code using Fortran's control structures: Logical IF, IF - THEN - END IF, IF - THEN - ELSE - END IF, IF - THEN - ELSE IF - . . . - ELSE IF - END IF, IF - THEN - ELSE IF - . . . - ELSE - END IF, and GOTO.
  4. Write program code using the iteration structures: DO n - . . . - n CONTINUE, DO WHILE - END DO, DO - END DO. Conduct pre-tests and post-tests of looping structures.
  5. Demonstrate knowledge of structured programming using top-down design, implementing SUBROUTINE subprograms and FUNCTION subprograms.
  6. Use arrays of one and several dimensions.
  7. Specifically for the CHARACTER basic datatype, use the forms of the CHARACTER string data-type and implement the operators which act on objects of that type.
  8. Write program code using both formatted FORTRAN files and binary FORTRAN files.
  9. Use the Fortran DATA statement, COMMON statement, the STRUCTURE statement, and use externally-storable subprogram units.

For more information see CSCI 10 Course Outline of Record.




 Last Updated On: 11/21/08