what is the differenece btwn scripting language and
programming language

Answers were Sorted based on User's Feedback



what is the differenece btwn scripting language and programming language..

Answer / praveen

programming lang is used for developing the application and
it is used for server side.and scripting lang is used for
the validating the application and it is in client
side/server side.

Is This Answer Correct ?    5 Yes 1 No

what is the differenece btwn scripting language and programming language..

Answer / bfakruddin

Hello friend,

Programming Language is compiler based
Scripting Language is Interpreter based

Programming Language develops .exe files
Scripting Language not develops .exe files

e.g. 20 to 30 lines of Programming language is equal to 3 to
4 lines of scripting language

Programming Language converts all coding in one shot to
machine level language
Scripting Language converts Line by line code into machine
level language

Is This Answer Correct ?    0 Yes 0 No

what is the differenece btwn scripting language and programming language..

Answer / neelima

In scripting language no compilsation and in c,cpp,java
languages .exe,.obj,.class files are created but here
no another file created.

need less memory

and looseley programming language

no type of variable declaration and

easy to develop

Is This Answer Correct ?    0 Yes 0 No

what is the differenece btwn scripting language and programming language..

Answer / aparna

Scripting language is lighter than programming
languages..what i want to say is in programming languages
like C we need to have compiler and all. but for scripting
languages these all are not required.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More VB Script Interview Questions

Can anybody code this problem for me in VB script - Create an array of 4 elements, increase its size to 7 elements and then find out which of the elements are prime (use functions)

2 Answers  


What is the output of a + b in vbscript if a = 5 and b = 10?

0 Answers  


how to validate the text in a web table

2 Answers   Mphasis,


I wrote the vbscript code on notepad i was geeting run time error "object required line 1" my code is set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signin("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Setsec ure.Crypt.Encrypt("entr password") browser("gmail").page("gmail").WebButton("siginobj").click pls tell me whats wrong

1 Answers  


Explain the scope of the variables using dim, public, and private keywords respectively.

0 Answers  






How to write VB Script for selecting a particular row in a WebTable?

1 Answers   Patni,


Write a program to resize an array of 5 elements to 4 elements and display all the elements.

1 Answers  


write a vb script to generate hello 5 times using do until loop

4 Answers  


How to use Text file (Notepad) as ur data source in QTP? Can u please provide some function code for it?

1 Answers  


how to display all the links in one page using vb script in qtp.

1 Answers   DST Global Solutions,


how to find greatest of n numbers!

3 Answers   Syscon,


I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?

0 Answers  


Categories