Está en la página 1de 3

UNIVERSITY INSTITUTE OF TECHNOLOGY OF

INDUSTRIAL ADMINISTRATION
CAPITAL REGION
ALTOS MIRANDINOS EXTENSION

First Evaluation.

AUTHOR:
MIGUEL CENTENO
C.I: 22.785.503

Los Teques, October 03, 2022


(español)
Pascal es un lenguaje de programación desarrollado en suiza, alrededor de
los años 70. Su objetivo era crear un lenguaje que facilitara el aprendizaje de
programación a sus alumnos, utilizando la programación estructurada y
estructuración de datos. Sin embargo, con el tiempo su utilización excedió el ámbito
académico para convertirse en una herramienta para la creación de aplicaciones de
todo tipo.

(inglés)

Pascal is a programming language developed in Switzerland around the


1970s. His goal was to create a language that would make it easier for his
students to learn programming, using structured programming and data
structuring. However, over time its use exceeded the academic environment
to become a tool for the creation of applications of all kinds.

(español)

Este lenguaje permite programar en forma estructurada y modularizada. Esto


significa que es posible dividir al programa en módulos (implementados utilizando
procedimientos y funciones) y organizado de manera tal que se pueda leer con
facilidad. Además de que evita la necesidad de anotaciones húngaras, que vienen
a ser prefijos que se añaden a los nombres de las variables y que indican su tipo.

(inglés)

This language allows programming in a structured and modularized


way. This means that it is possible to divide the program into modules
(implemented using procedures and functions) and organized in a way that is
easy to read. It also avoids the need for Hungarian annotations, which are
prefixes that are added to variable names and indicate their type.
(español)

Al ser un lenguaje que casi se considera seudocódigo, puede ofrecer


explicaciones comprensibles directamente con código. Eso implica que su lenguaje
tiene tres principales características: la claridad. Que se pueda entender cuando se
lee el código, la legibilidad. No importa que lo que ocupe el código, si está
correctamente tabulado y ordenado para poder leerse, y la eficacia. Es decir,
velocidad de ejecución y el uso eficaz de los recursos del ordenador.

(inglés)

Being a language that is almost considered pseudo-code, it can provide


understandable explanations directly with code. This implies that its language
has three main characteristics: clarity. That it can be understood when reading
the code, readability. It does not matter what the code occupies, if it is
correctly tabulated and ordered so that it can be read, and efficiency. That is,
speed of execution and efficient use of computer resources.

(español)

La diferencia principal de pascal radica en que, a diferencia de otros


lenguajes como java o c++, su extrema sencillez, su estructuración y su facilidad de
lectura y entendimiento. es ideal para enseñar programación, con lo cual se utiliza
mucho en ámbitos didácticos, por todo esto y muchos otros, el lenguaje de
programación Pascal es ideal para enseñar los principios de la programación.

(inglés)

The main difference of pascal is that, unlike other languages such as


java or c++, its extreme simplicity, its structuring and its ease of reading and
understanding. it is ideal for teaching programming, so it is widely used in
didactic environments, for all this and many other reasons, the Pascal
programming language is ideal for teaching the principles of programming.

También podría gustarte