Explain the scope of the variables using dim, public, and private keywords respectively.
What methods are used to create text files and open text files in the vbscript language?
Out of the different type of operators, which are evaluated first and last in the vbscript language?
Which data type/types are supported by vbscript language and what are their specialties?
Which loop is used in case of arrays in the vbscript language?
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
What is the use of the instr function?
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
What are keywords in the vbscript language?
What is the use of the formatdatetime function in the vbscript language?
What purpose does ‘on error resume next’ serves?
How are comments handled in the vbscript language?
Which event is triggered when mouse focus comes out of an element in the vbscript language?
Why is error handling required?
Which constant is used for print and display functions and works as same as pressing enter key?