Quiz Yourself

Q.

If...Then requires the condition to be evaluated to be placed where?

A.

If...Then requires the condition to be evaluated to be contained within the words If...Then.

Q.

To evaluate two conditions, what construction would you use?

A.

To evaluate two conditions, you would use If...Then...Else.

Q.

How do you end an If...Then...Else construction?

A.

You end an If...Then...Else construction with the words End If.

Q.

What is an intrinsic constant?

A.

An intrinsic constant is a constant that is built into VBScript and therefore does not require assignment of a specific value prior to use.

Q.

To evaluate three conditions, what construction can be used?

A.

To evaluate three conditions, you can use either If...Then...ElseIf or Select Case.

Q.

If you have four ...

Get Microsoft® Windows® Scripting Self-Paced Learning Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.