THE HAZELMOON SCHOOL
CLASS: IX
SUBJECT: ARTIFICIAL INTELLIGENCE (417)
1. Create a PowerPoint presentation on the topic “Popular AI Machines.” Ensure the
following points in the presentation:
i. Mention minimum 5 machines
ii. Insert the picture of each machine.
iii. Mention the year of development of each machine.
iv. Mention the company/ organization where it was designed.
v. Mention the key features.
Note: Take the printout of the presentation and arrange properly in your AI Practical file.
THE HAZELMOON SCHOOL
CLASS: X
SUBJECT: ARTIFICIAL INTELLIGENCE (417)
1. Create a PowerPoint presentation on the topic “Domains of AI.” Ensure the following
points in the presentation:
i. Define all the domains of AI.
ii. Mention the real world examples of each.
iii. Insert necessary pictures.
Note: Take the printout of the presentation and arrange properly in your AI Practical file.
THE HAZELMOON SCHOOL
CLASS: XI
SUBJECT: Computer Science (083)
Write the Python Programs as listed below:
1. Input a welcome message and display it.
2. Input two numbers and display the larger / smaller number.
3. Input three numbers and display the largest / smallest number.
4. Input a number and check if the number is a prime or composite number.
5. Compute the greatest common divisor and least common multiple of two integers.
6. Input a number and check if the number is a positive or negative number.
Note: Take the printout of the programs with the respective output and arrange properly
in your CS Practical File.
THE HAZELMOON SCHOOL
CLASS: XII
SUBJECT: Computer Science (083)
Write the Python Programs as listed below:
1. Input a number and check if the number is a prime or composite number.
2. Input a string and check if it is palindrome or not.
3. Input a number and calculate the factorial of the number.
4. Write a program that checks for the presence of a value inside a dictionary and prints its
key.
5. Program to receive two numbers in a function and returns the results of all arithmetic
operations (+,-,*,/,%) on these numbers.
6. Write a function that takes amount-in-dollars and dollar-to-rupee conversion price, it
then returns the amount converted to rupees. Create the function in both void and non-
void forms.
Note: Take the printout of the programs with the respective output and arrange properly
in your CS Practical File.