Multiple choice technology

What are the different types of operators available in Windows PowerShell?

  1. Compare Operators

  2. Math Operators

  3. Logical Operators

  4. All of the Above

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

PowerShell supports multiple operator types: comparison operators (-eq, -gt, -like), mathematical/arithmetic operators (+, -, *, /), and logical operators (-and, -or, -not, -xor). Since all three categories are available, All of the Above is correct.