You are on page 1of 1

Class IX -AI Holiday Homework

AI

Sl.No Question

1. What is intelligence? Explain the 9 types of intelligence?

2. What are the different stages of AI Project Cycle

3. What do you mean by Problem Statement Template

4. Who are stakeholders?

5. Explain the 4W framework.

6. What is data acquisition? What are the different ways to acquire data?

7. What are the different visualisation techniques that are used in data exploration stage?

8. What do you mean by data features?

9. Differentiate between :
a) training data and testing data
b) Unlabelled and Labelled data
c) Supervised learning and unsupervised learning
d) Classification and Regression
10. Explain Neural Network with a neatly labelled diagram . Write 4 features of the neural
network
Python

11. Write a Python Program to print the area of a rectangle

12. Write a Python Program to print the perimeter of an equilateral triangle

13. Write a Python Program to print the average of 3 numbers

14. Write a Python Program to print the area of a circle by taking radius from user.
Take pi as 3.14
15. Write a Python Program to take your name from user and print “hello” and name
Eg:
Input Name: Samhita
Expected Output : Hello Samhita

You might also like