VKS-LEARNING HUB

Home » Class-XI » MMWT-XI » VB Script » VBScript Questions

VBScript Questions

Important Questions of VBScript

  1. What is VB Script
  2. Differentiate between Client Side Scripting & Server Side Scripting
  3. How can we add VBScript in HTML
  4. Which Tag and Attribute is used to add vbscript in html
  5. What is Variant Type. Name four Sub Type of Variant
  6. What is DIM
  7. Differentiate between Implicit & Explicit method of declaring variable
  8. What is Option Explicit Statement
  9. What is Dynamic array how is it declare in VbScript
  10. What is REDIM explain with Example
  11. What is REDIM PRESERVE explain with Example
  12. Differentiate between String Concatenation using ( &) and (+)
  13. Differentiate between Division(/) & Division(\) operator
  14. Explain the use of MOD Operator with Example
  15. Explain the Use of If.. Else… Endif statement
  16. Explain the Use of For loop with example
  17. Differentiate between Do While & Do Until loop
  18. Give the syntax of Switch Statement
  19. Differentiate between Entry Level & Exit level Loop
  20. What is Procedure
  21. Differentiate between Sub-Routine & Function
  22. Explain the following
  23. a)      CBool  b) CDate   c) CDbl   d) CInt   e) CStr   f)Isnumeric    g) IsNull   h) isEmpty   I) IsDate
  24. Explain the following Function with example                                                                                                                                                                                 a)      Date  b) Time  c) Now  d)Month   e)Monthname  f) Hour  g)Minute  h)year  i)Weekdayname
  25. Explain the following Function with example                                                                                                                                                                        a)      Ucase   b) Lcase  c) Trim  d) Ltrim  e) RTrim  f) Left   g) Right  h) Mid  i) Instr  j)Len  k)Strreverse
  26. Explain the following Function with example                                                                                                                                                                                                 a)      Round  b) Abs  c)UBound  d)LBound  e) Split
  27. What is Event and Event Handlers
  28. Explain the following Event of VBScriprt                                                                                                                                                                                    a)      OnLoad   b)OnUnload  C)OnClick  d)OnFocus  e)OnChange  f) OnBlur   g)OnSelect

 


Leave a comment