What does the ScriptEngine function do?
a) It compiles the current script.
b) It returns information about the version of VBScript.
c) It returns information about the interpreter.
d) It returns the type script being used.
d) It returns the type script being used.
You might also like to view...
Missy loves her old Windows games. When she upgrades her system to Windows Vista, the games run fine, but the output looks fuzzy since the programs are designed only to run in VGA mode. What can she do to make the games work properly in Windows Vista?
a. Reboot into Safe Mode b. Reboot into Low Resolution Mode c. Reduce her screen resolution to 640 x 480 d. Run compatibility mode for 640 x 480 resolution
Which statement is true of the << operator?
a) It’s called the right shift operator. b) It’s called the bitwise right shift operator. c) It shifts the bits of the second operand left by the number of bits specified by the first operand. d) It fills from the right with 0 bits.