What do you mean by programming language.explain generation of it?

1 answer

Answer

1244728

2026-08-16 06:50

+ Follow

Java
Java

A programming language is a formal set of instructions that allows humans to communicate with computers and create software applications. Programming languages are typically categorized into generations based on their abstraction level:

  1. First-generation languages (1GL) are low-level, machine languages that consist of binary code directly executed by the computer's hardware.
  2. Second-generation languages (2GL) are assembly languages that use symbolic representations of machine code, making them slightly easier to read and write.
  3. Third-generation languages (3GL) are high-level languages like Python, Java, and C++, which provide more abstraction and are closer to human languages.
  4. Fourth-generation languages (4GL) are even more abstract, often used for specific tasks such as database queries and report generation, focusing on what to do rather than how to do it.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.