2 Evolution History of Java (2)
2 Evolution History of Java (2)
PROG
AND
EVOLUTION
OF
RAMMI
NG By: Ms. Elvira Medio – ICT Instructor
OVERV
IEW
This PRESENTATION
provides an overview on
the nature and uses of
programming languages.
It also gives a brief
history on the evolution
of programming
NATURE OF A
PROGRAMMING
LANGUAGE
A programming language is
the language you
use in order for the computer
to completely understand
you.
CLASSIFICATIO
NS OF
PROGRAMMING
LANGUAGES
Machine language, or binary
language, is the native language of
computers. It came to be known as
binary language since it uses only 0s
and 1s to represent data and give
instructions. The use
of this binary form was prevalent
during the initial years of
computer programming.
CLASSIFICATIO
NS OF
PROGRAMMING
LANGUAGES
Assembly Language – This
consists of instructions and
machine codes made up of letters
instead of 0s and 1s.