App Logo

No.1 PSC Learning App

1M+ Downloads
In which year did IBM developed FORTRAN High Level programming languages used to write scientific applications?

A1989

B1956

C1978

D1924

Answer:

B. 1956

Read Explanation:

Fortran is a general-purpose, compiled imperative programming language that is especially suited to numeric computation and scientific computing.


Related Questions:

........... is the process of successive reduction of a given set of relations to better form.
In Digital Logic Designs, GAL is abbreviated as:
Who invented the high level programming language C?
Pick out OOP language from the following :

What is the value of sum after the execution of the following code?

int sum = 0;

for (int i = -5; i<=;i++)

{

         if (!i) break;

         sum += i;

}