FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Third generation of programming language is based on
A
High level languages
B
Assembly languages
C
Machine languages
D
None of the above
Explanation: 

Detailed explanation-1: -3GLs are called procedural languages or high level languages. They are easier to understand because they resemble our own English language more than 1GLs and 2GLs. However, specific training is still required to program in these languages. Some examples of 3GLs are BASIC, COBOL, Pascal, Fortran, C, C++, Perl and Ada.

Detailed explanation-2: -Most popular general-purpose languages today, such as C, C++, C#, Java, BASIC and Pascal, are also third-generation languages, although each of these languages can be further subdivided into other categories based on other contemporary traits. Most 3GLs support structured programming.

Detailed explanation-3: -Third Generation Languages It is “high-level” since it is several steps removed from the actual code run on a computer’s processor. High-level source code contains easy-to-read syntax that is later converted into a low-level language, which can be recognized and run by a specific CPU.

There is 1 question to complete.