Computer Science, asked by prakhar1563, 8 months ago

functions of 3gl in computer in two points​

Answers

Answered by aryanjaiswal326
2

Answer:

Advantages of third generation programming language(3GL):

It is easy to develop, learn and understand the program. It is system independent language. i.e. Program can run on any hardware platform. As the program written in these languages are less prone to errors they are easy to maintain.

Answered by NarraNagasri
0

Answer:

3GL stands for third generation language. It refers to a high-level programming language such as FORTRAN, COBOL, BASIC, Pascal and C. A third generation language (3GL) is a grouping of programming languages that introduced significant enhancements to second generation languages, primarily intended to make the programming language more programmer-friendly and system independent. 3GL is not understood by computers so we need to convert into computer understandable form i.e. machine code. The program in 3GL is called the Source Program or Source Code and it subsequently converted by a specialized program, the Compiler, to Object Code. 3GL language codes are sequence of symbols that can be used to form a correctly structured statements. The rules that specify the correct combined sequence of symbols that can be used is called syntax. Programmers communicate with computers through the correctly structured syntax, semantics and grammar of a programming language.

Advantages of third generation programming language(3GL):

It is easy to develop, learn and understand the program.

It is system independent language. i.e. Program can run on any hardware platform

Similar questions