Programming Languages :- The art of instructions for a computer to solve the specific task is known as programming.
There are two types of programming languages.
1. Low Level Language.
(a) Machine Language
(b) Assembly Language
2. High Level Language
(a) C
(b)C++
(c) C#
etc.
Low Level Language:- These languages are directly understood by the computer. Program written using the language of one computer cannot run on another computer.
(a) Machine Language:- The language which computer can easily understand is know as Machine Language.
110100011 ---- Binary Language
(b) Assembly Language:- The Assembly Language was developed by using a symbolic instructions.
High Level Language:- High Level Language are basically symbolic languages that uses english like sentences.

0 Comments