Skip to content

Programming Language

It is a special language used to communicate with the computer.

>>>Diagram

Types of Programming Languages:
1. Low Level Languages
a. Machine Lang or Binary Language (0 and 1)
b. Assembly Lang
2. High Level Languages Eg: C, C++, java, Python etc.

3 types of Language translators
1. assembler
2. compiler
3. interpreter

C lang is Compiler based

Python is Interpreter based