PROGRAMMING LANGUAGES

The programming languages is a set of commants, instructions and other syntax use to create a software program. 

Languages that programmers use to write code are called "high-level languages." 

This code can be compiled into a "low-level language," which is recognized directly by the computer hardware.

High-level languages are designed to be easy to read and understand. This allows programmers to write source code in a natural fashion, using logical words and symbols.

High Level :

  • Python
  • Pascal
  • Cobol 
  • Fortran 

Middle Level :

  • C++
  • C
  • Forth
  • Java

Low Level :

  • Macro-Assembler 
  • Assembler
  • B

Comments

Post a Comment

Popular posts from this blog

INTRODUCTION TO JAVA PROGRAMMING