Header Ads Widget

Type of Computer Language - Advantage, Disadvantage

 Computer Language

                                                           by sumit kumar



Type of Computer Language - Learn Advantage and Disadvantage

Type of Computer Language. In this article, Everything will be told about Computer Language like what is computer language, Machine language, Assembly language, High level language, Object oriented language, Advantage and Disadvantage etc.

Computer Language


What is Computer Language?

We know that a person needs a language to talk to another person. Similarly, a language is needed to work on a computer. We call that language as computer language.

There are four types of Computer Language

  1. Machine Language
  2. Assembly Language
  3. High Level Language
  4. Object Oriented Language


Machine Language

Machine Language is a low level language made up of binary numbers on bits that a computer can understand it is also known as machine code on object code and it extremely tough to comprehend. The only language that the computer understands is machine language all programs and programming language each as swift and C++, produce or run programmers in machine language before they are run on  computer. 

Advantage

  • The produce writter in machine language are considerably faster compared ot others. 
  • These machine codes arre used to in developing a high ade computer system.

Disadvantage 

  • Very tedious to resolve bugs and errors present in the codes and program. 
  • Not every indivisual can write on even memorize the code. 


Assembly Language

An Assembly Language is a type of low- level programming language that is intended to communicate directly with a computer's hardware unlike machine language which consists of binary and hexa decimal characters assembly languages are designed to be readable by humans low-level programming languages such as assembly language are a necessary bridge b/w the underlying hardware of a computer and the higher-level programming language. Such a python or Javascript in which modern software program are written. 

Advantage 

  • It allows complex jobs to run in a simpler way. 
  • it is memory efficient as it requires less memory. 

Disadvantage

  • It takes a lot of time nd effort to write the code for the sme. 
  • It is very complex and defficult to understand. 


High level language

A High level language (HLL) is a programming language such as FORTRAN or pascal that enables a programer to write programs that are more on less independent of a particular type of computer. Such language are considered high-level because they are closer to human language and further from machine languages in contrat assembly language are considered low-level because they are very close to machine language. 

Advantage

Simple to use : Since the language used for instruction in english or familiar to the user, he  can easily command or instruct without learning any proper language. 

User familiar : As the langage used by the user is closer to the natural language which we use, therefore the high-level language is user friendly and familiar. 

Disadvantage

Execution is slow : The computer can only understand the binary machine language these high-level language has to be converted with the help of computer and interpreter.

Occupies more memory : The high level language first stores the instructions that they get from the user and then it interprets and analyze.



Object Oriented Language

Object Oriented Language (OOL) is  a high-level computer programming language that impressment objects and their associated procedures with in the programming context to create software programs. Object Oriented Language uses an object oriented programming technique that binds related data and functions into an object and encourage reuse of these object with in the same and other program. 

Advantage

  • We can reuse the code multiple times using class. 
  • In her it the class to subclass for data redundancy. 

Disadvantage

  • Size is larger than other programs. 
  • It is required a lot of effort to create.    
 

Type of Computer Language - Frequently Asked Questions

Q - Why are different types of computer language important?
A - More than one language is used to make a software, so different types of computer language are important.

Q - Why do we need various types of computer language?
A - There are 4 type of computer language:- 
  1. Machine Language 
  2. Assembly Language
  3. High Level Language
  4. Object Oriented Language
Q - Are all Computer Language in english? 
A - All Computer Language in english. 



Some Important Question :

Post a Comment

0 Comments