1) What is VBScript's origin?
2) Can VBScript scripts run on a client machine?
3) What is a variable?
4) What is a constant? What VBScript statement do you use to specify a constant?
5) What is a subroutine?
6) What is a looping statement?
7) What type of looping statement keeps looping as long as a condition is true or when a flase condition becomes true?
Write a VBScript that produces
10 random numbers (Hint: Look up the Randomize
statement.
Write a VBcript that fills a page with your
favorite saying.
Write a VBScript that separates a text
string into three individual components.