Friday, 25 December 2015

Introduction to programming languages:

Introduction to programming languages:
 Languages for programming a computer

  1.  Machine language 21 40 16 100 163 240
  2. Assembler language iload intRate bipush 100 if_icmpgt intError 
  3. High level programming languages if (intRate > 100

 The programs characterize what a computer actually does.
A program (independently of the language in which it is written) is constituted by two fundamental parts: 
       • a representation of the information (data) relative to the domain of interest: objects
       • a description of how to manipulate the representation in such a way as to realize the desired functionality: operations To write a program both aspects have to be addressed.



No comments:

Post a Comment