Jump to content

Outline of computer programming

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 2409:4072:585:d772::1f7e:28ac (talk) at 13:51, 26 May 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
  1. include<iostream>
 Using namespace std;
  int main()
   {int i=3;
 While(I<=30)

{

Court<<'\n'<<I;
I+3;
}

}

History

Platforms

Paradigms

Writing programs

Methodology

Algorithms

Programming languages

Programming language – formal constructed language designed to communicate instructions to a machine, particularly a computer. Programming languages can be used to create programs to control the behavior of a machine or to express algorithms.

Types of programming languages

The top 20 most popular programming languages as of March 2022:[1]

  1. Python
  2. C
  3. Java
  4. C++
  5. C#
  6. Visual Basic .NET
  7. JavaScript
  8. PHP
  9. Assembly language
  10. SQL
  11. R
  12. Delphi/Object Pascal
  13. Go
  14. Swift
  15. MATLAB
  16. Ruby
  17. Classic Visual Basic
  18. Objective-C
  19. Perl
  20. Lua

Anatomy of a programming language

Comparisons of programming languages

Programming language comparisons

Comparisons of individual languages

Compilation

Software

Components

Software development

Software engineering

Software engineering

See also

References

  1. ^ "index | TIOBE - The Software Quality Company". www.tiobe.com. Retrieved 2022-03-20.