Computer Language & Programming Techniques.

What is COMPUTER LANGUAGE? ▪︎ A Computer language is the mean by which instructions and data are transmitted to the computer. ▪︎ In other words, computer languages are the interface between a computer and its user . Categories of Computer Language. The Computer Language can be classified into four categories: 1. First Generation Language (Machine Language) 2. Second Generation Language (Assembly Language) 3. Third Generation Language (High Level Language) 4. Fourth Generation Language (Modern Language First Generation Language( Machine Language):- ▪︎ It is the only language that a computer can understand. It is expressed in binary form i.e. '0' and '1'. ▪︎ Machine Language has the advantage of very high speed and very low memory utilization. But understanding and learning machine language is a tough and tiresome process. ▪︎ This lan...