VBScript Quiz 4 | Englishfreetest.com

  • Do test 20 minutes
  • Number Questions: 10 questions
  • By: englishfreetest.com

Here's the exercise 'VBScript Quiz 4 | Englishfreetest.com' about Technical Quiz - Technical Tests.


Put your knowledge about all things technology to the test Because everything tech, from computers and the internet to software and big data, changes rapidly on a day-to-day basis, it’s now a must to stay up to date with the technology that dominates our modern day lives. Are you up to speed on what’s going on in the tech industry today? Take our quiz to find out. Test how much you know about technology

You can find more to the lesson and more exercises. Technical Quiz - Technical Tests in here.

Finally, click here to "Test" for start practice exercise .

  • Test content
    A. Dim arr1()
    B. Dim arr2(5)
    C. Dim arr3 = Array(apple,Orang,Grapes)
    D. All of the above
    A. The Execute method works like Replace, except that it returns a Matches collection object, containing a Match object for each successful match
    B. It doesn't modify the original string
    C. Both of the above
    D. None of the above
    A. VBScript, Microsoft's Visual Basic Scripting Edition, is a scaled down version of Visual Basic
    B. Jscript and Javascript
    C. HTML
    D. XML
    A. Scripting languages, like JavaScript and VBScript, are designed as an extension to XML.
    B. Scripting languages, like JavaScript and VBScript, are designed as an extension to XHTML
    C. Scripting languages, like JavaScript and VBScript, are designed as an extension to HTML
    D. Scripting languages, like JavaScript and VBScript, are designed as an extension to DHTML
    A. option explicit and option explicit
    B. explicitly and implicitly
    C. using VB and Java
    D. using javascript and perl variable
    A. It forces you to declare all of your variables
    B. It forces you to call the method
    C. It forces you to declare all of your static variables
    D. It forces you to declare all of your global variables