0% found this document useful (0 votes)
62 views2 pages

AI Portfolio Assignment

Uploaded by

krishna040504
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views2 pages

AI Portfolio Assignment

Uploaded by

krishna040504
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

LANCER’S CONVENT SCHOOL

ARTIFICIAL INTELLIGENCE (CODE 417)


PYTHON & AI PROJECT CYCLE PRACTICAL FILE QUESTION
CLASS IX

1. Using Problem Statement Template. Create a 4W Project Canvas for the following Case
Study:
MIIT Academy is an IT Ins tute which provides Computer Training to Senior Professionals.
The ins tute has limited seats and is high in demand among the Working Professionals. It is
planning to conduct an Entrance Test at Pan India level. They have to ensure that
unauthorised people don't enter the Exam Centres so that they have fair admission
selec on. For this, they need a system in place that should check who all are entering the
centre, and the system should raise an alert if it finds any unauthorised person entering. The
ins tute has the hard copies of the photographs of all the professionals who have applied
and also all staff would be present at the centres.
Refer Unit:2 AI Project Cycle – Problem Statement Template.
2. Execute the following python program and take printouts along with output of the
code and assemble it in Por olio.

1. Write A Python Program to Input Student’s name, class, age and marks and print PASS or
FAIL. A Student Is Passed If He/she Got More Than or Equal To 50 Marks.
2. Write a Python program to construct the following pa ern, using a nested loop
number.
Expected Output:
1
22
333
4444
55555
666666
7777777
88888888
999999999

3. Write a python program to conver ng meter to cen metre.


4. Write a Python program to calculate Simple Interest if the principle_amount = 2000
rate_of_interest = 4.5 me = 10
5. Write a Python program to calcula ng average marks of 3 subjects.
6. Write a Python program to print first 10 even numbers
7. Write a Python program to calculate Surface Area and Volume of a Cuboid.
8. Write a Python program to check if each number is prime or not.
9. Write a Python program to get the Fibonacci series between 0 and 50.
Note: The Fibonacci Sequence is the series of numbers :0, 1, 1, 2, 3, 5, 8, 13, 21, ....
10. Write a python program to Swap two variables.

1|Page
LANCER’S CONVENT SCHOOL
ARTIFICIAL INTELLIGENCE (CODE 417)
PYTHON & AI PROJECT CYCLE PRACTICAL FILE QUESTION
CLASS IX

11. Write a python program to calculate tax - GST / Income Tax.


12. Create a list in Python of children selected for science quiz with following names- Arjun,
Sonakshi, Vikram, Sandhya, Sonal, Isha, Kar k Perform the following tasks on the list in
sequence-
 Print the whole list
 Delete the name “Vikram” from the list
 Add the name “Jay” at the end
 Remove the item which is at the second posi on.
13. Write a Python program to sum all the items in a list.
14. Write a Python program to Input a number and check if the number is posi ve, nega ve
or zero and display an appropriate message.
15. Write a Python program to find the factorial of a given number.

2|Page

You might also like