Fortran - PowerPoint PPT Presentation

About This Presentation
Title:

Fortran

Description:

First used on IBM 704 computers in 1957. Used extensively on Supercomputers ... Is not object oriented or anything else trendy. Fortran Programming CGS3410-CGS3460 ... – PowerPoint PPT presentation

Number of Views:182
Avg rating:3.0/5.0
Slides: 6
Provided by: DavidAG
Learn more at: http://www.cs.fsu.edu
Category:
Tags: fortran | trendy

less

Transcript and Presenter's Notes

Title: Fortran


1
Fortran History
  • Stands for FORmula TRANslator
  • First used on IBM 704 computers in 1957
  • Used extensively on Supercomputers
  • It is a Third Generation Language
  • The two current standards are Fortran 77 and
    Fortran 90
  • Very Simple Language
  • Is not object oriented or anything else trendy

2
Basic Problem Solving
  • State the Problem Clearly
  • Describe the Input and Output
  • Develop a Method to Solve the Problem by Hand
  • Develop a Solution that is general in nature
  • Test the Solution with a variety of Steps

3
Writing a Large Program
  1. Divide the problem into smaller and smaller
    portions until each portion can be easily solved.
  2. Perform the basic problem solving technique on
    the previous slide for each sub-problem one at a
    time.
  3. Put the components together one at a time and
    test them one at a time.
  4. Perform a final test .

4
Sample Problems
  • Who is the tallest person in the class
  • What is the shortest distance between this
    building and the Leach Center
  • What is a students Grade Point Average
  • What is the optimum schedule for a group of
    soccer teams to play each other.

5
SORT PEOPLE
  • Need a few volunteers to demonstrate sorting and
    the difference between an automated solution and
    a manual solution -
Write a Comment
User Comments (0)
About PowerShow.com