KyaPoocha.com

Huge Collection of Interview Questions


‘VBScript Interview Questions’ - KyaPoocha.com

Explain about scrrun.dll? 

Scripting Runtime library is very important for the functioning of Visual basic script because it gives much more functionality such as File management, text operations... Read more »

Explain about the functionality of VB Script? 

Active X technology can be used to give much more functionality to VB Script. VB provides sub routines, functions, string manipulation, data/time, error handling,... Read more »

Explain about the support of ASP for VB Script functionality? 

Visual Basic should rely on ASP for sever side processing. Asp.dll is used to make VB Script run on ASP engine and it invokes vbscript.dll. VB Script should be embedded... Read more »

Compare Java Script and VB Script? 

VB and Java Script are much similar in functionality. They both interact with the document object model of the page. Many browsers have compatibility with Java Script... Read more »

Explain some uses of VB Script? 

If functionality aspect is considered VB Script acts similar to Java Script but it is compatible only on internet explorer. They interact with Document object model.... Read more »

Explain about the extension .hta? 

.hta extension is used whenever you want to include a VB script in HTML. Here HTML acts as an interface and VB Script as the programming language. .hta extension... Read more »

Explain about .wsf files? 

.wsf files are modeled in similar to XML. They can be executed with the help of Wscript.exe and it can be done from the command line also. This .wsf file can have... Read more »

Give examples where VB script can directly run on users system with Windows as OS? 

A simple example detailing the running of VB Script is by utilizing Windows Script host environment. Visual basic is a stand alone application which has a .vbs as... Read more »

Explain about VB Script? 

VB script is a Microsoft programming language and it resembles a lower version of the VB. It is an Active Scripting language. This scripting language is included... Read more »

What is VBScript? 

VB Script is a scripting language developed by Microsoft. With the help of this scripting language you can make your web pages more dynamic and interactive. VB Script... Read more »

What is the scope of a variable ? 

The scope of a variable defines whether a variable will be accessible in the whole function or will be accessed only to its local instance.I have defined earlier... Read more »

What are Variants? 

VbScript deals with a single datatype called variant. Datatype means the kind of the data a variable will store.It can be a character data,string data,number data... Read more »

How to Add VB script to web pages ? 

There are scripting languages like Javascript and Vbscript and they are designed as an extension to html language.The Web browsers like Microsoft Internet Explorer... Read more »

What is parametrization ? 

Parametrization: where you can change object’s parameters in accordance with a mathematical rule, or data from a file.  Read more »

What is the use of ReDim statement in VBScript? 

The ReDim statement is used to change the size of the array within the script: for example you have declared an array Dim Customers(50) But now you want to change... Read more »

Page 2 of 7«12345»...Last »