Evolution of Programming Language
Evolution of Programming Language
Evolution of Programming Language
programming
language
No Name ID:
1. Arafat Ahmed Tanzeer 162-15-7895
2. Farzina Akter 162-15-8139
3. Sadi MD. Zobayer 162-15-8052
4. Limi Roy 162-15-7967
5. Sanjida Yesmin 162-15-7949
What is programming language?
A programming language is a set of commands, instructions, and
other syntax use to create a software program. Languages that
programmers use to write code are called "high-level languages."
Fortran language
Von Neumann architecture
Assembly language
An assembly (or assembler) language, oft
en abbreviated asm, is a low-level
programming language for a computer, or
other programmable device, in which
there is a very strong (but often not one-
to-one) correspondence between the
language and the architecture's machine
code instructions.
Object-oriented programming
Object-oriented programming (OOP) is a programming language model organized around objects rather than
"actions" and data rather than logic. Historically, a program has been viewed as a logical procedure that takes
input data, processes it, and produces output data.
Characteristics of Java Language
Simple :
Java is Easy to write and more readable and eye catching.
Java has a concise, cohesive set of features that makes it easy to
learn and use.
Most of the concepts are drew from C++ thus making Java learning
simpler.
Secure :
Java program cannot harm other system thus making it secure.
Java provides a secure means of creating Internet applications.
Java provides secure way to access web applications.
Java Advantages
• Portable-Write once, run anywhere.
• Security has been well thought
• Robust memory management
• Multithreaded
• Dynamic and extensible(classes stored in a separate class and loaded
only when needed)
Python Language - Overview