0
0
Raspberry Piprogramming~5 mins

Automated plant watering system in Raspberry Pi - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is the main purpose of an automated plant watering system?
To water plants automatically based on soil moisture levels or a set schedule, ensuring plants get the right amount of water without manual effort.
Click to reveal answer
beginner
Which sensor is commonly used to detect soil moisture in an automated watering system?
A soil moisture sensor, which measures the water content in the soil to decide when to water the plants.
Click to reveal answer
intermediate
Why do we use a relay module in an automated plant watering system?
A relay module acts like a switch controlled by the Raspberry Pi to turn the water pump on or off safely without damaging the Pi.
Click to reveal answer
beginner
What role does the Raspberry Pi play in an automated plant watering system?
It reads sensor data, decides when to water the plants, and controls the water pump through the relay.
Click to reveal answer
intermediate
How can you prevent overwatering in an automated plant watering system?
By setting a moisture threshold and watering only when soil moisture is below that level, and by limiting watering duration.
Click to reveal answer
Which component measures soil moisture in an automated plant watering system?
ATemperature sensor
BHumidity sensor
CLight sensor
DSoil moisture sensor
What does a relay module do in the system?
AControls the water pump safely
BMeasures soil moisture
CProvides power to the Raspberry Pi
DSends data to the cloud
Why is it important to set a moisture threshold?
ATo measure air temperature
BTo avoid overwatering plants
CTo keep the pump running constantly
DTo increase water usage
Which programming language is commonly used on Raspberry Pi for this system?
APython
BJava
CC#
DRuby
What is the main input for deciding when to water plants?
ALight intensity
BAir temperature
CSoil moisture level
DWater pump speed
Explain how an automated plant watering system works using a Raspberry Pi.
Think about how the system senses dryness and turns water on or off.
You got /4 concepts.
    Describe the role of the relay module in protecting the Raspberry Pi during watering.
    Consider why the Pi should not be directly connected to the pump.
    You got /3 concepts.