Access free live classes and tests on the app
Download
+
Unacademy
  • Goals
    • AFCAT
    • AP EAMCET
    • Bank Exam
    • BPSC
    • CA Foundation
    • CAPF
    • CAT
    • CBSE Class 11
    • CBSE Class 12
    • CDS
    • CLAT
    • CSIR UGC
    • GATE
    • IIT JAM
    • JEE
    • Karnataka CET
    • Karnataka PSC
    • Kerala PSC
    • MHT CET
    • MPPSC
    • NDA
    • NEET PG
    • NEET UG
    • NTA UGC
    • Railway Exam
    • SSC
    • TS EAMCET
    • UPSC
    • WBPSC
    • CFA
Login Join for Free
avtar
  • ProfileProfile
  • Settings Settings
  • Refer your friendsRefer your friends
  • Sign outSign out
  • Terms & conditions
  • •
  • Privacy policy
  • About
  • •
  • Careers
  • •
  • Blog

© 2023 Sorting Hat Technologies Pvt Ltd

  • Exams
    • SBI Exams
      • SBI PO
      • SBI Clerk
      • SBI SO
    • IBPS Exams
      • IBPS PO
      • IBPS Clerk
      • IBPS RRB
      • IBPS SO
    • LIC Exams
      • LIC Assistant
      • LIC AAO
      • LIC ADO
    • RBI Exams
      • RBI Grade B
      • RBI Assistant
  • Notifications
    • Upcoming Bank Exam
    • Syllabus
      • IBPS Syllabus
        • IBPS PO Syllabus
        • IBPS Clerk Syllabus
        • IBPS RRB Syllabus
        • IBPS SO Syllabus
      • SBI Syllabus
        • SBI PO Syllabus
        • SBI Clerk Syllabus
      • LIC Syllabus
        • LIC Assistant Syllabus
        • LIC AAO Syllabus
        • LIC ADO Syllabus
      • RBI Syllabus
        • RBI Assistant Syllabus
  • Study Material
    • Magazine Download
    • Bank Exams Notes
  • Tests & Practice
    • Scholarship Test
    • Test Series
    • Learning Festival
  • Rankers Guide
    • Paper Analysis
Bank Exam » Bank Exam Study Materials » Computer Knowledge » FORTRAN
insurance_banking_exams

FORTRAN

Complete summary of FORTRAN. Brief history, facts and uses of FORTRAN. FORTRAN’s file extension and their meaning.

Table of Content
  •  

FORTRAN, or Formula Translation, is a computer programming language invented by John Backus in 1957 to speed up the programming process and make it more approachable.

The introduction of FORTRAN in 1957 was a watershed moment in the evolution of computer programming languages. Programming used to be done in machine (first-generation) or assembly (second-generation) languages, which required the programmer to write binary or hexadecimal arithmetic instructions.

A quick overview of FORTRAN’s history

  • Prior to the creation of FORTRAN, programmers employed machine or assembly code to construct immensely complicated and time-consuming programmes.
  • It led to the development of FORTRAN, a programming language that was simple to learn, independent of the computer, easy to use for mathematical formulae, and suitable for a wide range of applications.
  • Developers could build programmes in FORTRAN 500 percent faster than in previous versions since it was so much easier to test.
  • FORTRAN IV and FORTRAN 77 are the most well-known FORTRAN variants.
  • FORTRAN IV became a USASI standard in 1966, and FORTRAN 77 was recognised by ANSI in 1978.
  • In the early 1990s, a new ISO & ANSI standard for FORTRAN, dubbed FORTRAN 90, was produced.

Characteristics of the FORTRAN Programming Language:

  • It’s simple to understand and learn.
  • It is possible to move software from one computer to another.
  • It allows complicated mathematical functions to be stated in a variety of natural forms.
  • In comparison to assembly or machine code, there is only roughly a 20% performance drop.
  • Programmers can use it to control storage allocation.
  • Programmers do not have to lay out code in tightly defined columns like they do in assembly or machine language.

Advantages of FORTRAN:

  • Numerical analysis and scientific computation are supported by Fortran.
  • Generic and Structured programming are supported by Fortran.
  • Array and Modular programming are supported in Fortran.
  • Object-oriented programming with high performance
  • Extremely well-suited to vectorization
  • Fortran is a legible and easy-to-understand programming language.
  • Scientific Computing is really quick.

Uses of FORTRAN:

FORTRAN is still used in applications that require a lot of matrix algebra and have high performance requirements, such as in science, where it’s used to simulate nuclear explosions and global climate, and engineering, where it’s used to do structural analysis and other things engineers do. I used FORTRAN in the aviation business until recently. Other high-performance languages like C, C++, and Julia, as well as multi-purpose languages like Python, Java, and R, are now putting FORTRAN to the test.

Extension and meaning:

In the extension, lowercase f is used.

These files lack preprocessor directives, which are common in the C programming language. To produce object files, they can be immediately compiled. .f,.for,.f95, etc.

In the extension, capital F.

These files include preprocessor directives that are comparable to those used in the C programming language. The preprocessors are either specified in the files themselves, or via C/C++ header files, or both. These files must be pre-processed in order to obtain lower-case extension files for compilation. .F,.FOR,.F95, etc.

.f, .for, .f77, .ftn

These are for Fixed style format Fortran files that use the Fortran 77 release version. They can’t have preprocessor directives since they’re lowercase extensions.

.F, .FOR, .F77, .FTN

These are for Fixed style format Fortran files that use the Fortran 77 release version. They can contain preprocessor directives since they are uppercase extensions, therefore they must be preprocessed to produce the lower case extension files.

.f90, .f95, .f03,  and .f08 are examples of file extensions. These are used for Fortran files that utilise the Free style format and so use Fortran versions later than the current release. The names of the release versions are included in the name. They can’t have preprocessor directives since they’re lowercase extensions.

.F90, .F95, .F03, and .F08 are examples of file extensions. These are used for Fortran files that utilise the Free style format and so use Fortran versions later than the current release. The names of the release versions are included in the name.

They have preprocessor directives because they are uppercase extensions, therefore they must be preprocessed to produce the lower case extension files.

Conclusion:

It was created to facilitate simple translation of arithmetic formulae into code, FORTRAN is an abbreviation for FORmula TRANslation. It was created with keeping the work profile of  scientists and engineers in mind, and it has dominated this sector ever since. FORTRAN has been utilised for over 30 years in projects such as bridge and aeroplane structural design, industrial automation control, storm drainage design, and scientific data processing, among others.

faq

Frequently asked questions

Get answers to the most common queries related to the BANK Examination Preparation.

Define FORTRAN.

Ans.  FORTRAN is a high-level, general-purpose programming language that is utilised in mathematical ...Read full

What does FORTRAN stand for?

Ans.  Formula Translation

Who created the Fortran programming language?

Ans. IBM’s Developer John Backus designed this language..

What are the most widely used Fortran versions?

Ans.  The most widely used versions of the Fortran programming language are Fortran 77 , Fortran 90 a...Read full

Ans.  FORTRAN is a high-level, general-purpose programming language that is utilised in mathematical and scientific computing.

Ans.  Formula Translation

Ans. IBM’s Developer John Backus designed this language..

Ans.  The most widely used versions of the Fortran programming language are Fortran 77 , Fortran 90 and Fortran 95.

 

Crack Bank Exam with Unacademy

Get subscription and access unlimited live and recorded courses from India’s best educators

  • Structured syllabus
  • Daily live classes
  • Ask doubts
  • Tests & practice
Learn more

Notifications

Get all the important information related to the Bank Exam including the process of application, important calendar dates, eligibility criteria, exam centers etc.

Bank Exam Application Process
IBPS Clerk Notifications
IBPS Clerk Result – Check Prelims Exam Result Link
IBPS PO Notifications
IBPS PO Result
IBPS PO Syllabus 2023 for Prelims and Mains Exam
SBI Clerk Notifications
SBI Clerk Result – SBI Clerk Mains Result 2023 Out
SBI PO Admit Card 2022 – Link(Soon), Steps to Download
SBI PO Notifications 2022 – Check Eligibility, Exam Date, Syllabus, Exam Pattern
SBI PO Result
SBI PO Syllabus 2023, Prelims and Mains Syllabus in Detail
See all

Related articles

Learn more topics related to Computer Knowledge
Windows Operating System

This article discusses the Windows operating system and gives a detailed view on several versions of them. In this article you will get to know about major features and also a historical background of the Windows operating system.

What Is A Wireless Connection?

These days, hardly there's anyone who doesn't use the internet connection these days in their daily life. The Internet has become an essential part of our life because everything has gone online. From food to friends or education to entertainment, everything is present on the Internet.

WAN

This article helps us in understanding the basic meaning of the Internet's biggest WAN or Wide Area Network and the principle behind it, its applications in computer networks, its advantages, and disadvantages,

VPN

Virtual Private Network(VPN) helps guard your privacy by establishing an encrypted connection. It hides your IP address, after which no one can see or trace your activity.

See all
Access more than

12,591+ courses for Bank Exams 

Get subscription

Trending Topics

  • IBPS Clerk Exam Analysis 2022
  • Bank Exam Notifications
  • IBPS-PO Eligibility Criteria
  • IBPS PO Exam Pattern
  • IBPS PO Application Process
  • SBI Clerk Exam Pattern
freeliveclasses_bankexams

Related links

  • Bank Exam Study Materials
  • SBI Clerk Result
  • IBPS PO Syllabus
  • IBPS Clerk Result
  • IBPS PO Salary
  • IBPS Clerk Syllabus
  • IBPS Calendar 2023
  • RBI Grade B Officer
  • RRB PO Exam Pattern
  • RRB Exam Syllabus
  • RRB NTPC Exam Pattern
  • General Awareness for Bank Exams
  • RRB Clerk Exam Date 2023
testseries_bankexams
Download Free English Magazine
Company Logo

Unacademy is India’s largest online learning platform. Download our apps to start learning


Starting your preparation?

Call us and we will answer all your questions about learning on Unacademy

Call +91 8585858585

Company
About usShikshodayaCareers
we're hiring
BlogsPrivacy PolicyTerms and Conditions
Help & support
User GuidelinesSite MapRefund PolicyTakedown PolicyGrievance Redressal
Products
Learner appLearner appEducator appEducator appParent appParent app
Popular goals
IIT JEEUPSCSSCCSIR UGC NETNEET UG
Trending exams
GATECATCANTA UGC NETBank Exams
Study material
UPSC Study MaterialNEET UG Study MaterialCA Foundation Study MaterialJEE Study MaterialSSC Study Material

© 2025 Sorting Hat Technologies Pvt Ltd

Unacademy
  • Goals
    • AFCAT
    • AP EAMCET
    • Bank Exam
    • BPSC
    • CA Foundation
    • CAPF
    • CAT
    • CBSE Class 11
    • CBSE Class 12
    • CDS
    • CLAT
    • CSIR UGC
    • GATE
    • IIT JAM
    • JEE
    • Karnataka CET
    • Karnataka PSC
    • Kerala PSC
    • MHT CET
    • MPPSC
    • NDA
    • NEET PG
    • NEET UG
    • NTA UGC
    • Railway Exam
    • SSC
    • TS EAMCET
    • UPSC
    • WBPSC
    • CFA

Share via

COPY