answersLogoWhite

0

PROGRAMMING is a process of developing computer program.While FOTRAN means formula translation which translate math formula into code in high level programming language.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What are the key differences between gfortran and Fortran 77?

gfortran is a modern open-source compiler for Fortran, while Fortran 77 is an older version of the Fortran programming language. Some key differences include improved features and optimizations in gfortran, better compatibility with modern systems, and support for newer language standards beyond Fortran 77.


What are the differences between PHP and .NET?

.NET is a framework, PHP is a scripting (programming) language.


Which Programming languages came first between BASIC C COBOL AND Foltran?

Fortran (Foltran is a misspelling)


What are the differences between Oracle and SQL?

Oracle is an RDBMS aka Relational Database Management System and SQL (Structured Query Language) is a programming language.


What are the differences between the human language and machine programming language?

Human language is natural and used for communication between people, while machine programming language is artificial and used to communicate instructions to computers. Human language is context-dependent and ambiguous, while programming languages are precise and unambiguous. Humans use language for various purposes, such as expressing thoughts and emotions, while programming languages are designed for specific tasks like controlling hardware and software.


In what decade were the first high level programming languages designed?

The first high-level language to be designed was Plankalkül between 1943 and 1945. However, it was never implemented. The first implementation to be widely-used was Fortran in 1956.


What is FORTRAN and what type of job is it suited for?

Fortran is a high-level programming language initially developed between 1953 and 1957 by IBM. The name derives from Formula Translation and was originally written in capitals (FORTRAN) up until the release of Fortan 90. It was developed for scientific and engineering applications and is a popular language for high-performance computing and computationally intensive applications such as weather prediction and computational physics. The world's fastest supercomputers are typically benchmarked using Fortan programs.


What are the differences between Oracle 10g and ms sql database?

Oracle is an RDBMS aka Relational Database Management System and SQL (Structured Query Language) is a programming language.


Is XML a programming language?

It is programming languages that are referred to in terms of "high level" and "low level".Extensible Markup Language(XML) is a markup language not a programming language, it is a data formatting specification that makes the presentation of data independent of programs (so that data can be passed between programs).For this reason the answer to your question is "neither".


What is the comparative between Objective Oriented Programming Language and Structured Programming Language?

what is triple jump test?


What does Beginner's All-purpose Symbolic Instruction Code mean?

Beginners All purpose Symbolic Instruction Code is a programming language developed by John Kemeny and Thomas Kurtz in the mid-1960s at Dartmouth College, commonly called by its acronym, BASIC.Sourcebasic simple programming language" class='external' title="http://www. s.com/topic/basic simple programming language


What are the key differences between assembly language and programming language?

Assembly language is a low-level programming language that uses mnemonic codes to represent machine instructions directly. It is specific to a particular computer architecture and is closer to the hardware. On the other hand, a programming language is a high-level language that uses English-like syntax and is more abstract, making it easier for programmers to write and understand code. Programming languages are not tied to a specific computer architecture and are typically more portable and easier to maintain than assembly language.