PYTHON:Ā Python was developed by Guido van Rossum at Centrum Wiskunde & Informatica (CWI) in the Netherlands in the year 1980,Ā  Python was developed as a successor for ABC programming language, however, the use of python was implemented in the year 1989. This is an interpreted language, It is a multiparadigm language Object-oriented programming and structured programming are fully supported and many of its features support functional programming and aspect-oriented programming (including by metaprogramming and metaobjects).Ā  Most famous social media application Instagram was made using the Python programming language.

Java:Ā Java was developed by James Gosling at Sun Microsystems on 23 January 1996, but java was later acquired by Oracle Corporation. Java is both compiledĀ and anĀ interpretedĀ language because its source code is firstĀ compiledĀ into a binary byte-code. This byte-code runs on theĀ JavaĀ Virtual Machine (JVM), which is usually a software-basedĀ interpreter. Java is an object-oriented programming language. some of the platforms that use java are in mobile software, scientific software, mathematical software also widely used to make games in various platform. one of the applications made with java is the MATLAB application.

Visual Basic:Ā Visual basic has a lot of versions, the first-ever version of Visual Basic was Visual Basic 1.0 which was introduced in the year 1991 by Microsoft. It is a third-generation event-driven programming language known for its Component Object Model programming model. visual basic was declared legacy in the year 2008. visual basic is an interpreted language. visual basic was made by Microsoft with an intention that it would be easy to learn and understand. one of the applications that use visual basic is Microsoft office (word, excel, PowerPoint)

Java Script:Ā Javascript was developed by Brendan Eich in the year 1995. JavaScriptĀ is anĀ interpreted language. Javascript is a multi-paradigm programming language that includes functional,Ā object-oriented, procedural, andĀ prototypal programming. Java script is also the programming language of the WEB(web pages). Java script is widely used in server management, web development, and game developemnt. one of the world-famous game pac-man was made using javascript.

Fortran: Fortran was one of the firstly developed high-level programming languages. Fortran was designed mostly for scientists and engineers, it was introduced in the year 1957 designed by John Backus and developed by John Backus and IBM.Ā FortranĀ is aĀ compiled language it belongs to multi-paradigm (structured, imperative (procedural, object-oriented), generic, array). FORTRAN has been used for such projects as the design of bridges and aeroplane structures, it is used for factory automation control, for storm drainage design, analysis of scientific data and many others. Fortran was used by NASA in 1970 during the planning of the interplanetary missions.