Script | Programming Language |
---|---|
Script is light weight Program | Programming language code (program) is Heavy weight program |
Script is easy to understand and install | Programming language having trouble to understand |
Script is simple to implement | Programming language code is complex to implement |
Header files not required for script | Header file are essential part of programming language |
No library required for script | Library are mandatory for programming language |
Script are interpreter based | Languages are interpreter and compiler based |
Scripts are used at client side | Programs are used at client as well as Server side |
Variables can be dynamically declared (implicit) | Variables should be statically declared (explicit) |
Script are not rule based | Programs are completely rule based |
Script having poor graphics implementations | Programs having powerful graphics implementations |
Ex. Live Script, JavaScript, VBscript, PERL Script, Python Script. | Ex. FORTRAN, COBOL, PASCAL, BASIC, ALGOL, CPL, BCPL, C, C++, java, C# |
A techno savvy blog focusing on the computer, network and internetworking contents for technical students. Articles in this blog focus on ccomputer and networking concepts, stuffs, and covers a wide range of topics like network, security, cloud and web
Thursday, March 24, 2016
Difference between Script and Language
Sunday, March 20, 2016
Introduction To HTML
HTML stands for Hyper Text Markup Language is the markup language used on World Wide Web to write web pages.
A document created in HTML language is called as web pages.
Hypertext means text with links. The way in which web pages (often called HTML documents) are linked together is called as hypertext.
If a text is hypertext which means that the text available on page contains link to another page or document.
Markup Language which means you use HTML to simply "mark up" a text document with tags that tell a Web browser how to structure it to display.
Hypertext concept initialize in 1989 with the name of GML (Generalized Markup Language). It was developed by Sir Timothy John Berners-Lee (Father of World Wide Web).
In the year of 1994 sir Tim Berners Lee founded W3C (World Wide Web Consortium). W3C is the organization which monitors world wide web standards.
Subscribe to:
Posts (Atom)