Robotics & Artificial Intelligence
What are smart homes? Name any two features that make a home a smart home.
Answer
Smart homes are homes equipped with smart devices that are connected through the internet and can be controlled remotely to improve comfort, security, and efficiency.
Two features of a smart home are:
- Automated lighting and appliances allow devices to operate automatically based on user needs or conditions.
- Smart security systems use cameras and sensors to enhance safety and provide alerts for any unusual activity.
Related Questions
Give any two differences between deterministic computing and probabilistic computing with an example.
A company XYZ Ltd. records its monthly sales in lakhs as follows:
Month = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun']
Sales = [25, 30, 28, 35, 40, 38]Write a Python program using Matplotlib to:
- Store the data.
- Plot a bar chart with month on X-axis and sales on Y-axis.
- Label the axes and give a title "XYZ Ltd. Half-Yearly Sales"
Briefly explain Data Exploration from AI project framework.
Write a Python program to plot a pie chart comparing marks of five students as given below:
stud_name = ['Jessica', 'Peter', 'Alexa', 'James', 'Ram']
marks = [48, 22, 14, 30, 49]Import the necessary libraries.