SAMPLE PAPER FOR UT-2AI
SAMPLE PAPER FOR UT-2AI
SUBJECT – AI
3. Which of the following should not be kept in mind while figuring out the customer needs?
a. Location b. Time
a. Manufacturing b. Trading
c. Services d. Delivery
1. Explain the concept of data literacy and its importance in today's digital age.
2. What is data preprocessing?
3.What is data visualization and why is it important?
4. How does a line graph differ from a bar graph?
2. Plot a line chart representing the weekly number of customer inquiries received by a
customer service center:
• Week 1: 150 inquiries
• Week 2: 170 inquiries
• Week 3: 180 inquiries
• Week 4: 200 inquiries
3. Visualize the distribution of different types of transportation used by commuters in a city
using a pie chart:
Car: 40%
Public Transit: 30%
Walking: 20%
Bicycle: 10%
4. Given a dataset containing the heights of girls in class XII, construct a histogram to visualize
the distribution of heights.
141,145,142,147,144,148,141,142,149,144,143,149,146,141, 147, 142, 143
5. Write a program to find the mode (heights → 145,151, 152, 149, 147, 152, 151,149, 152,
151, 147, 148, 155, 147,152,151, 149, 145, 147, 152,146, 148, 150, 152, 151)