User:Chavula Benjamin Martin
COMPUTER PROGRAMMING </>
A programming language, in the most basic way, is a set of rules or guidelines that is used to write the computer programs. Even though you are writing the program, you may need a certain type of software or program for the language that you use. Examples of programming languages
•C
•C++
•C#
•JAVA
•PHP
•PYPHON
•HTML
TYPES OF PROGRAMMING LANGUAGES
•High level language: A high-level language is a programming language such as C, FORTRAN, or Pascal that enables a programmer to write programs that are more or less independent of a particular type of computer. Such languages are considered high-level because they are closer to human languages and further from machine languages.
•Low-level language: A low-level language is a programming language that provides little or no abstraction of programming concepts, and is very close to writing actual machine instructions. Two good examples of low-level languages are assembly and machine code.
•Assembly language: Assembly language is a low-level programming language for a computer or other programmable device specific to a particular computer architecture in contrast to most high-level programming languages, which are generally portable across multiple systems.