para Exposicion Programming Language and Computer Memory - 090743
para Exposicion Programming Language and Computer Memory - 090743
LANGUAGE AND
COMPUTER MEMORY.
Members:
Lia Katrina Arauz Medina_______________8-1028-1116.
Gabriel Alexander Mojica Jimenez______8- 980-605.
1.WHAT IS A PROGRAMMING
LANGUAGE?
A programming language is a formal or artificial
language that provides a person, in this case the
programmer, the ability and ability to write (or
program) a series of instructions or sequences of
commands in the form of algorithms in order to
control the physical or logical behavior of a
computer system, so that in this way various kinds
of data can be obtained or certain tasks can be
executed. This entire set of commands written
using a programming language is called a computer
program.
IMPORTANCE
The programming language allows you to specify
precisely what data specific software should
operate on, how that data should be stored or
transmitted, and what actions the software should
take under a variety of circumstances. All this,
through a language that tries to be relatively close
to human or natural language. A relevant
characteristic of programming languages is
precisely that more than one programmer can use a
common set of instructions that are understood
between them to build a program collaboratively.
They are essential tools for communicating
instructions to a computer and assisting in the
FEATURES
PRAGMATICS
refers to the context in which the code is used.
That is, how the code relates to the environment in
which it is executed. Pragmatics also includes
considerations about the efficiency of the code and
how it affects the performance of the system on
which it runs.
2. WHAT IS THE ORIGIN OF
PROGRAMMING LANGUAGES?
For the computer to understand our instructions, it had to use the specific
language known as machine code, which is easily read by the machine, but is
excessively complicated for people. In fact, it only consists of long strings of
numbers 0 and 1 (binary numbers).
To make the job easier, the first computer operators decided to create a
translator to replace the 0s and 1s with words or abstractions of words and
letters from English; This is known as assembly language. For example, to
add the letter A of the English word add is used. Assembly language follows the
same structure as machine language, but letters and words are easier to
remember and understand than numbers.
Machine language.
Low level programming languages.
High level programming languages.
Thanck
you