Bird
0
0

Why does automation save time when running repetitive tasks in PowerShell?

easy📝 Conceptual Q1 of 15
PowerShell - Automation Patterns
Why does automation save time when running repetitive tasks in PowerShell?
ABecause it slows down the computer intentionally
BBecause it requires more manual steps to complete tasks
CBecause it runs commands automatically without manual input each time
DBecause it deletes all files after running
Step-by-Step Solution
Solution:
  1. Step 1: Understand what automation means in PowerShell

    Automation means running commands or scripts automatically without needing to type them every time.
  2. Step 2: Identify how automation saves time

    By running commands automatically, it removes the need for manual repetition, saving time.
  3. Final Answer:

    Because it runs commands automatically without manual input each time -> Option C
  4. Quick Check:

    Automation saves time = Because it runs commands automatically without manual input each time [OK]
Quick Trick: Automation runs tasks automatically, saving manual effort [OK]
Common Mistakes:
  • Thinking automation requires more manual steps
  • Believing automation slows down the system
  • Confusing automation with deleting files

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More PowerShell Quizzes