When the characters ‘*', ‘?', and ‘[]' are used in a PowerShell command, they are called which of the following?

A. wildcards
B. switches
C. options
D. auto-characters


Answer: A

Computer Science & Information Technology

You might also like to view...

Which is a control structure that causes a statement or group of statements to repeat?

a. block b. loop c. prefix mode d. body

Computer Science & Information Technology

Which of the following statements is false?

a. You can unpack any sequence’s elements by assigning the sequence to a comma-separated list of variables. b. A ValueError occurs if the number of variables to the left of the assignment symbol is not identical to the number of elements in the sequence on the right. c. The following code unpacks a sequence produced by range: number1, number2, number3 = range(10, 40, 10) d) All of the above are true.

Computer Science & Information Technology

Forgetting to enclose a string sent to ____________________ with quotation marks is a common programming error.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

__________ plans usually include all preparations for the recovery process, strategies to limit losses during the disaster, and detailed steps to follow when the smoke clears, the dust settles, or the flood waters recede.

A. IR B. DR C. BC D. BR

Computer Science & Information Technology