Types Of Computer Language ?

Course - Computer Fundamental

Published on 15 Jan 2021 at 07:47
about_image_text

Types Of Computer Language ?

  • Machine Language -
  • Machine language or binary code is the language which is directly understood by the computer’s central processing unit or CPU because it’s a 0 and 1, where 0 represent the absence of electric pulse while 1 represent the presence of electric pulse. This computer language is not easy to understand, because it only uses a binary system to write a program and 0 and 1 are in set of sequence like this 1110101100 which have a specific meaning but it’s not easy to understand by the user or programmer.

  • Assembly Language -
  • Assembly Level Language is a next level of Computer language that can run directly on the computer’s processor. This type of language is mostly uses in writing programs like operating systems and maintaining desktop applications. With the assembly level language, it is easier for a programmer to define commands. It is easier to understand and use as compared to machine language. Assembly language is also known as Symbolic Programming Language

  • High Level Language -
  • High Level Languages are more user-friendly languages, suit all requirement of a programmer, and are more easy to write and understand, it’s similar to English language with vocabulary of words and symbols. These languages are very easier to learn and require very less time to write. Program written in a high-level language can be translated into many machine language with the help of language processor (compiler or interpreter) so that machine can also understand it.

    Some of the High level Languages are written below -

    1. C++
    2. C#
    3. Python
    4. Java etc.

Share Your Knowledge
A Campaign to Learn

If you know something well enough, share it with others.Mail us your own written article and we share it with other students, on our portal with your name !!

Read More

Is this helpful ?

Give us your feedback, review or rate us so, we can improve ourself in order to gives you Best !!