Multiple choice technology testing To assign an object reference, what is the keyword that is used? Ref Obj Set None of the above Reveal answer Fill a bubble to check yourself C Correct answer Explanation In VBScript, the Set keyword is mandatory when assigning object references to variables. This distinguishes object assignment from regular value assignment. Using Ref or Obj are not valid VBScript keywords for this purpose.