| Snaprecruit.com

| Snaprecruit.com

Interview question based on skill :

Take as many assements as you can to improve your validate your skill rating

Total Questions: 5

1. What language is VBScript based on ?

Correct Answer is : VBScript, Microsoft's Visual Basic Scripting Edition, is a scaled down version of Visual Basic.

2. Why is a scripting language called a scripting language ?

Correct Answer is : Scripting languages, like JavaScript and VBScript, are designed as an extension to HTML.

3. There are two methods for declaring variables in VBScript

Correct Answer is : explicitly and implicitly

4. What does the Option Explicit directive do ?

Correct Answer is : It forces you to declare all of your variables.

5. How to disply values to the user ?

Correct Answer is : Using Response.write