



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An insightful overview of the evolution of programming languages from the 1st generation machine level language to the 5th generation artificial intelligence languages. It covers the key features, advantages, and disadvantages of each generation, including their dependency on translators, ease of use, and programming paradigms.
Typology: Slides
1 / 7
This page cannot be seen from the preview
Don't miss anything!




ST
Known as Machine Level Language, Machine dependent because each type of processor requires their own machine language, Only understand binary language, so statements were written in 0s & 1s form No translator required, run fast and efficiently,
RD
Known as High Level Language, Machine Independent because programs can run on various machines, Required translator(Interpreter/Compiler) to translate written program into machine level language, Supports both structured and object oriented programming language, Human understandable language, as written in English like statements, Different machine use different compilers,
TH
Known as Object Oriented Programming Language, OOP is about creating objects that contain both data and methods, Enables users to access database and support for mathematical optimization, Design to reduce time and effort to develop different software applications, Requires specification of what task is to be performed without providing instructions, Memory consumption is very high, Eg. SQL, Foxpro, etc.