Posts

Showing posts with the label Generations of Programming languages
  Different Generations of Programming languages FIRST GENERATION: MACHINE LANGUAGE This concept is precisely connected to the advances in technology that brought about different generations of the computer.   I Generation languages (1950 –Machine Level Language / Low level language / Binary Language):-   In this language all the instructions are understood by the system. These programs are executed very quickly and efficiently. Since it is directly executed by the CPU. These languages are machine languages. To write programs in these languages the system technology must be required. The data is Non-portable. That means a program written in a system does not work in      another systems.   Advantage: The main advantage of machine language is that the code can run very fast and efficiently, since it is directly executed by the CPU. Disadvantage: ·          However, this language is difficu...