What is considered the first high-level programming language?

By: Prof. Dr. Fazal Rehman Shamil | Last updated: February 3, 2024

 

Question:  What is considered the first high-level programming language?

A     Java

B    Python

C   FORTRAN

D  Assembly Language

Answer:  FORTRAN

 

Programming LanguageYear of CreationDeveloperPrimary Use                   Description
FORTRAN1957John BackusScientific and Engineering·        FORTRAN (short for “Formula Translation”) was the first high-level programming language, developed by IBM in 1957.

·        It was designed for scientific and engineering calculations, making it easier to write and read code compared to low-level assembly languages.

Java1995James GoslingGeneral-purpose·        Java, developed by James Gosling and his team at Sun Microsystems (now Oracle), is a versatile, object-oriented programming language known for its “Write Once, Run Anywhere” capability.
Python1989Guido van RossumGeneral-purpose·        Python, created by Guido van Rossum,

·        It is a high-level, interpreted programming language.