Which of the following are advantages of VBScript?
a) interpreted language
b) event-based programming
c) procedural capabilities
d) all of these
Which of the following are uses of VBScript?
a) input validation
b) mouse rollover
c) popup window
d) all of these
Which of the following symbols are used in input validation?
a) @
b) dot (.)
c) %
d) both a & b
Which of the following tag is used in HTML document for VBScript?
a) <SCRIPT>
b) <script>
c) <sort >
d) <sqrt>
A quantity whose value can be changed during program execution is
called……
a) variable
b) string
c) constant
d) Boolean
Which of the following are rules for variables names?
a) maximum 255 characters
b) first character must variable
c) reserve word cannot be used
d) all of these