add

Thursday 15 March 2018

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