Multiple choice technology testing

VB Script is case sensitive. State true or false

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

VBScript is not case-sensitive. Variable names, keywords, and function names can be written in any combination of uppercase and lowercase letters - the interpreter treats them as identical.