Solved

Match the Scripting Term to the Description

Question 4

Matching

Match the scripting term to the description.

Premises:
9
#Start
"sample text"
$X
%TEMP%
1424
Loop
"Press any key"
Responses:
Variable
Windows environment variable
PowerShell comment
Executes the same commands until a condition is met
String
Integer

Correct Answer:

9
#Start
"sample text"
$X
%TEMP%
1424
Loop
"Press any key"
Related Questions