Posts Tagged web programs

What is are high level and low level languages?

High Level Language

High Level Language is a simple English language with set of Instruction and which is readable by human.

Code or Program written in such a way that is easily readable like a book.

For example: string strName = “My Name is Dot Net”;

There are certain rules to follow while writing a code but yes that is very easy to understand as compare to binary code

Now High Level Language is so simple that a programmer or a coder can develop standalone applications, web programs and other GUI interfaces very easily

High Level Language is divided into different forms like (C#, C, C++, VB, VB.Net, Python, Java, Perl, Ruby) etc. Among these languages you can use any one language at a time for a particular application.

High Level Language is designed to suit the requirements of a programmer

Compare to Low Level Language High Level Language is easier to understand, Learn and write.

 

Low Level Language

Low Level Language is a Machine Language or in simple words it’s a pure binary language i.e. 101111

For Human being is very difficult to understand these binary languages and these languages are only meant for specific computer architecture or hardware only representation is usually defined by the hardware manufacturer.

Low-level languages are closer to the hardware than are high-level programming languages

Low level language is a language that supports the machine side of the programming and does not provide human side of the programming.

Leave a Comment

What are Standalone and Web Programs ?

Standalone Programs

Standalone Programs are installed in a particular computer. Normally Standalone Programs doesn’t require internet connection to load external modules or libraries. Other programs like utility programs, application programs, entertainment programs, web browsers may comes under stand alone programs.

VB or VB.NET which is helps more to create these kinds of windows based applications

 

Web Based Programs

Web based programs which runs only on internet i.e. only with the support of www (World Wide Web)

Web based programs can also run on Intranet of local server system.

Standalone program like Mozilla IE helps us to open Web Programs like Facebook, Google, and Questpond

Creating web sites like questpond.com, face book, Google, YouTube all come under web based programs.

For web programming use:

(HTML, JavaScript, ASP.NET, CSS, ASP, Ajax, JQuery)

Leave a Comment