What Is Computer languages


What Is Computer languages

An Computer Languages Is A Set Of Rules and statement By Following we Can Create Computer Programme. They Have There Naming Conventional Rules.We Must Follow There Rules For Write Error Free Code
Based On Execution There Are Two Type Of Programming Languagge
  1. Scripting Languages:-
       An Scripting languages are Those which Does Not required Compling There code Only Need To Interpret (Line By Line Execution Of Code)
    1. Client Side Scripting:-
      Those Who Runs Only Client(Browser) Of Network examples:Html,Css,Javascripts Etc. Are Client Side Scripting Language
    2. Server Side Scripting:-
      Those Who Runs Using Special Type Of Software Known as Server (like Webserver IIS,Apache etc) examples:Jsp,Php,Asp Etc. Are Client Side Scripting Language
  2. Programming Language:-
    An Programming Language Is Type of Language which Need Special Type of Programe to Exicute Its Code Know As Compiler And Complier Convert The Programming Code To Machine Code(Object File) And Create New File Of It Then Exicute It and Create New Output File example:-C#,C,c++ Etc

No comments:

Post a Comment

Thank You For Your Great Contribution

Featured Post

how to find n number of nodes have child or cildren

 how to find n number of nodes have child or cildren for that we use recursive function  const   data = {     'id' : '0' ,...

Popular Posts