Recall & Review
beginner
What does automation mean in the context of Raspberry Pi?
Automation means setting up the Raspberry Pi to perform tasks on its own without needing a person to start or control them every time.
Click to reveal answer
beginner
Why do we want tasks to run without human intervention?
Running tasks automatically saves time, reduces mistakes, and lets the Raspberry Pi work even when no one is around.
Click to reveal answer
intermediate
How does the Raspberry Pi know when to run an automated task?
It uses tools like schedulers (for example, cron) that tell it when to start a task based on time or events.
Click to reveal answer
beginner
What is a real-life example of automation on a Raspberry Pi?
A Raspberry Pi can automatically turn on garden lights at sunset every day without anyone pressing a button.
Click to reveal answer
intermediate
What role does scripting play in automation?
Scripts are sets of instructions that tell the Raspberry Pi exactly what to do during an automated task.
Click to reveal answer
What is the main reason automation runs tasks without human intervention?
✗ Incorrect
Automation helps save time and reduces mistakes by running tasks on its own.
Which tool on Raspberry Pi helps schedule tasks automatically?
✗ Incorrect
cron is a scheduler that runs tasks at set times without human help.
What is a script in automation?
✗ Incorrect
Scripts tell the Raspberry Pi what steps to follow during automation.
Which of these is NOT a benefit of automation?
✗ Incorrect
Automation reduces the need for human supervision, not increase it.
What might happen if automation did NOT run tasks without human intervention?
✗ Incorrect
Without automation, a person must manually start each task.
Explain why automation is useful on a Raspberry Pi and how it runs tasks without human help.
Think about how a Raspberry Pi can work on its own using timers or scripts.
You got /4 concepts.
Describe a simple real-life example where automation on a Raspberry Pi can help in daily life.
Imagine something you want done every day without pressing buttons.
You got /3 concepts.