Continuation - Levels of Programming Languages
Continuation - Levels of Programming Languages
It can only understand and execute instructions given in the form of machine
language i.e. binary.
This is another low-level but very important language in which operation codes and
operands are given in the form of alphanumeric symbols instead of 0’s and l’s.
These alphanumeric symbols are known as mnemonic codes and can combine in a
maximum of five-letter combinations e.g. ADD for addition, SUB for subtraction,
START, LABEL etc. Because of this feature, assembly language is also known as
‘Symbolic Programming Language.'
Assembly language is
Like machine language, it is
easier to understand and
also machine
use as compared to
dependent/specific.
machine language.
Since it is machine
It is easy to locate and dependent, the programmer
correct errors. also needs to understand
the hardware.
It is easily modified.
High-level computer languages use formats that are similar to English.
These are used for string manipulation, including search patterns and inserting and deleting characters. Examples are:
LISP (List Processing)
Prolog (Program in Logic)
4. Object-Oriented Programming Language
In OOP, the computer program is divided into objects. Examples are:
C++
Java
5. Visual Programming Language
These programming languages are designed for building Windows-based applications.
Examples are:
Visual Basic
Visual Java
Visual C