Robotics & Artificial Intelligence
Answer
Different types of autonomous vehicles are:
- Autonomous ground vehicles
- Autonomous aerial vehicles
- Autonomous underwater vehicles
Autonomous ground vehicles: Autonomous ground vehicles are vehicles that can operate without human intervention. They use sensors, cameras, and Artificial Intelligence techniques to sense their surroundings, make decisions, and navigate from one place to another. These vehicles are used for tasks such as transportation, inspection, and surveillance, and help in reducing human effort and improving efficiency.
Related Questions
This branch of Artificial Intelligence allows machines to understand and interpret human language and speech.
a. Name the technology used here.
b. Mention two applications of this technology.
Write a program in Python that accepts the name and price of a product and calculates the net amount to be paid by a customer, based on the following criteria:
Product Price Discount <1000 0% 1000-5000 2% 5001-15000 3% 15001-25000 5% 25001-50000 10% >50000 12% Discuss three benefits of integrating technology in medical and healthcare.
Write a program to accept a symbol from the user and draw the following pattern containing that symbol.
Input: Enter the symbol: *
Output:
* * * * * * * * * *