Bird
0
0

Why does automation in PowerShell reduce human errors more effectively than manual execution?

hard📝 Conceptual Q10 of 15
PowerShell - Automation Patterns
Why does automation in PowerShell reduce human errors more effectively than manual execution?
ABecause scripts run the same way every time without forgetting steps
BBecause automation makes the computer guess what to do
CBecause manual work is always faster and more accurate
DBecause automation deletes all files to avoid errors
Step-by-Step Solution
Solution:
  1. Step 1: Understand consistency in automation

    Scripts execute commands exactly the same way every time, avoiding human mistakes.
  2. Step 2: Compare with manual execution

    Humans can forget or skip steps, causing errors; automation prevents this.
  3. Final Answer:

    Because scripts run the same way every time without forgetting steps -> Option A
  4. Quick Check:

    Automation reduces errors by consistent execution [OK]
Quick Trick: Scripts repeat steps exactly, avoiding human mistakes [OK]
Common Mistakes:
  • Thinking automation guesses actions
  • Believing manual work is more accurate
  • Confusing automation with deleting files

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More PowerShell Quizzes