Fundamentals of a Computer
Computer Language
- To communicate with the computers, we need some languages. These languages are known as computer languages.
- Computer can be understand only Machine Language (i.e. series of O's and 1's)
- So, the code written in another languages is to be converted into Machine code, whenever required.
- The computer language is defined as the code or syntax which is used to write programs or any specific applications that helps us to communicate with the computer.
- Some computer languages are C, C++, Perl, Python, Java etc.
- A Program is a set of instructions given to a computer.
- These instructions or programs are written in some specific languages called as Computer Programming Languages.