0% found this document useful (0 votes)
25 views3 pages

10 Programming Languages

The document briefly describes 10 common programming languages, including their main uses and whether they are interpreted or compiled languages. The languages are HTML (web development, interpreted), BASIC (education, interpreted), C (systems, compiled), C++ (object-oriented systems, compiled), COBOL (administration, compiled), Fortran (calculation, compiled), Java (Internet, intermediary), MATLAB (mathematical calculations, interpreted), LISP (artificial intelligence, intermediary).
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views3 pages

10 Programming Languages

The document briefly describes 10 common programming languages, including their main uses and whether they are interpreted or compiled languages. The languages are HTML (web development, interpreted), BASIC (education, interpreted), C (systems, compiled), C++ (object-oriented systems, compiled), COBOL (administration, compiled), Fortran (calculation, compiled), Java (Internet, intermediary), MATLAB (mathematical calculations, interpreted), LISP (artificial intelligence, intermediary).
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

HTML Web development Language

interpreted
BASIC Programming for educational purposes Language
interpreted
C System Programming Compiled language
C++ System programming oriented to compiled language
object
Cobol Management Compiled language
Fortran Calculation Compiled language
Java Internet-oriented programming Language
intermediary
MATLAB Mathematical Calculations Language
interpreted
LISP Artificial intelligence Language
intermediary
Pascal Education Compiled language
PHP Development of dynamic websites Language
interpreted

HTML stands for HyperText Markup Language.


hypertext), refers to themarkup languagefor the preparation ofpages
webIt is a standard that serves as a reference for the software that connects with the
development of websites in their different versions, defines a structure
basic and a code (called HTML code) for the definition of content of
a web page, such as text, images, videos, games, among others.
BASIC is a programming language that was originally developed as
a teaching tool; it spread among microcomputers
homemakers starting from the decade of1980It continues to be very
popular, in many quite different dialects from the original.
Its general purpose that it offerseconomysyntactic,controlof flow
ystructuressimple and a good set of operators. It is not a language of
very high level and rather a small, simple language and is not specialized in
no type of application. This makes it a powerful language, with a field of
unlimited application and above all, one learns quickly. In a shorttime, a
programmer can use the entirety of the language.
C++ is a programming language designed in 1979 by Bjarne Stroustrup.
the intention of its creation was to extend the C programming language mechanisms
that allow the manipulation of objects. In that sense, from the point of view
of object-oriented languages.
COBOL is an acronym that stands for COmmon Business Oriented Language.
(Business-oriented language). It is designed for development of
businesses, generally oriented towards files and applications. It is not designed for
write system programs, such as an operating system or a
compiler.
Fortran is a programming language primarily used in mathematics and
in scientific computing applications.
Java is a general-purpose object-oriented programming language.
developed by Sun Microsystems. It can also be said that Java is a
technology that not only reduces to language but also provides
Java virtual machine that allows executing compiled Java code, regardless of the
platform that exists below; platform both hardware and software (the
operating system that supports this hardware). Support for this technology comes
given the large number of manufacturers that support this specification of
virtual machine
MATLAB, abbreviation for MATrix LABoratory, "matrix laboratory" is a
numerical computing system that provides an integrated development environment (IDE)
with its own programming language (M language) It is a widely used software
in universities and research and development centers.
LISPs is a language that displays structured information in lists in which
the information they contain can be managed. Hence the name that is
it gave this language, Lisp (List-Processing), because it was created mainly
for list processing. It is a functional language that is based on the
use of mathematical functions for data control. But the element
the fundamental element in Lisp is the list. And from the broader perspective of
term. Each function of Lisp and each program generated with it is given
en forma de lista. Por esta razón los datos no se pueden diferenciar
syntactically of the programs.
Pascals oneProgramming languagedeveloped byprofessorSwissNiklaus
Wirthin the late 1960s. Its goal was to create a language that would facilitate the
learning of theProgrammingto his students. However, over time his
use exceeded the academic scope to become a tool for
the creation of applications of all kinds.
PHP is a recursive acronym in English for PHP: Hypertext Preprocessor, it is a
general-purpose programming language for server-side code
originally designed for dynamic content web development.
National Polytechnic Institute
UPIICSA
Industrial Management

Mexica Rodríguez Fernando

Augustus

Professor: Délgado Díaz José Luis

27/03/2019

Informatics

1AV12

Task: 10 programming languages

You might also like