Saturday, 27 July 2019

Types of computer language

               Computer language 

       

 There are three types of language :-
  1.   Machine language 
  2. Assembly language 
  3. High level language.
Machine language :-
    There are two symbols in machine language I. E.'0' and '1'.Each and every operation was to be expressed in machine level language. So the programming in machine language was very tough in earlier times. Only scientists knew computer. Computer was not popular at that time. 
ASSEMBLY LANGUAGE :-
     An assembly language is a low-level language for programming computers.it implements a symbolic represention of the numeric machine codes and other constants needed to program a particular CPU architecture.
HIGH- LEVEL LANGUAGE :- 
   A high-level language is a programming language that, in comparison to low-level programming languages, may be more abstract, easier to use, or more portable across platforms. Such languages often abstract away CPU operations such as memory access models and management of scope. In order to convert a high level language to machine level language,two kinds translation are used: 
(i) compilar.       (ii) interpreter
Some popular High level language are :-
BASIC, C, C++, C#,JAVA etc. 


No comments:

Post a Comment

Types of computer viruses

COMPUTER VIRUSES :-    A computer virus is software program designed by some notorious persons which used for destructive purposes. C...