answersLogoWhite

0


Best Answer

fortran

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

FORTRAN

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

FORTRAN

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What Was the first high-level programming language designed that could perform complex?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Difference of c plus plus and fox pro?

C++ is a generic, general purpose, object-oriented, structured programming language used to produce native machine code programs. FoxPro is a procedural language and Database Management System (DBMS).


The application where c language can't implemented but it is done by c plus plus language?

Any C++ application that makes use of classes cannot be compiled in C since C is not an object-oriented programming language. The code may be altered to eliminate the classes, but if the classes are designed with complex hierarchies then the transition could prove quite difficult to implement.


How do you write a c program for electricity billing system?

It would most likely contain multi-class object oriented programing at a relatively advanced and complex level using a Higher Level programming language.


What operating system uses HTML?

No operating system uses HTML, HTML is only a language for web browsers to display webpages, without a web browser it is useless. HTML coding cannot handle the complex tasks required of an operating system.


What is code migration?

Code migration is the movement of programming code from one system to another. There are three distinct levels of code migration with increasing complexity, cost and risk. Simple migration involves the movement from language to a newer version. A second, more complicated level of migration involves moving to a different programming language. Migrating to an entirely new platform or operating system is the most complex type of migration.

Related questions

What do you think is the better type of language for writing complex data structures?

structured programming language ex:c,c++


Difference of c plus plus and fox pro?

C++ is a generic, general purpose, object-oriented, structured programming language used to produce native machine code programs. FoxPro is a procedural language and Database Management System (DBMS).


What a difference between pspice and matlab?

PSpice is a program to simulate analog and digital logic circuits, where Matlab is a fully functional programming language designed to plot mathematical functions, implement various algorithms and solve complex mathematical problems.


What is the full form of IDL?

IDL is the premier programming language for creating scientific data visualization from complex numerical data.


The application where c language can't implemented but it is done by c plus plus language?

Any C++ application that makes use of classes cannot be compiled in C since C is not an object-oriented programming language. The code may be altered to eliminate the classes, but if the classes are designed with complex hierarchies then the transition could prove quite difficult to implement.


What is the language used in matlab?

The language used in MATLAB is also called MATLAB. It is a high-level programming language that is designed for numerical and scientific computing. MATLAB was created to provide a simple and efficient way to solve complex mathematical problems and perform data analysis.


Which programming language should I learn JavaScript or Python?

Javascript is more easier, while Python is more complex. So, maybe you should try Javascript.


Which programming language is best suited for producing simple 2D and 3D games?

The easiest to use programming language for this purpose is ActionScript which is contained in Adobe-Flash. For more complex or Hardware optimized 2d or 3d games you should use C++ or C# and include the direcX or OpenGL libraries


Was DNA language designed?

YES, if you mean is there intelligence behind the language. As all languages that science has observed has intelligence involved we assume that DNA especially, as it is so complex, also is from intelligence


What are disadvantage of algorithm?

Advantages of an Algorithm: Effective Communication: Since the algorithm is written in English like language, it is simple to understand the step-by-step solutions of the problems. Easy Debugging: Well-designed algorithm makes debugging easy so that we can identify a logical error in the program. Easy and Efficient Coding: An algorithm acts as a blueprint of a program and helps during program development. Independent of Programming Language: An algorithm is independent of programming languages and can be easily coded using any high-level language. Disadvantages of an Algorithm: Developing algorithms for complex problems would be time-consuming and difficult to understand. Understanding complex logic through algorithms can be very difficult.


What computer language is the best for mathematical model?

In traditional scientific computing, Fortran was considered the most suitable higher programming language for mathematical problems, mostly due to its built-in support for complex numbers and complex arithmetic. Today, most mainstream general-purpose programming languages are supported by very powerful maths libraries, which include support for complex numbers, matrices and other higher order algebraic or geometric problems, or even calculus. Therefore, when choosing a general-purpose programming language for solving a mathematical problem, the decision ought to be driven by the availability of a well-reputed mathematic toolkit with all the tools required, and general familiarity with the chosen language. For higher order mathematic problems, however, the general purpose languages are outperformed by specialist mathematically-minded languages, as are supported with complex mathematical applications such as Mathcad, Mathlab or Mathematica.


What does the term 'Perl Hash' actually mean?

Perl Hash is a term from the Perl programming language. Hashes are complex list data, which link a key to a value. Otherwise they are the same as arrays.