0% found this document useful (0 votes)
24 views15 pages

Ai Portfolio Final

This document is a project file for Class X students at Delhi Private School Sharjah, focusing on Artificial Intelligence and advanced Python programming. It includes a certificate of authenticity, an index of topics covered, and various programming assignments related to conditional statements, control structures, data science, and computer vision. The project spans the academic year 2024-2025 and outlines specific programming tasks with input and output requirements.

Uploaded by

joelsanil124
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)
24 views15 pages

Ai Portfolio Final

This document is a project file for Class X students at Delhi Private School Sharjah, focusing on Artificial Intelligence and advanced Python programming. It includes a certificate of authenticity, an index of topics covered, and various programming assignments related to conditional statements, control structures, data science, and computer vision. The project spans the academic year 2024-2025 and outlines specific programming tasks with input and output requirements.

Uploaded by

joelsanil124
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/ 15

DELHI PRIVATE SCHOOL

SHARJAH

DEPARTMENT OF COMPUTER SCIENCE

CERTIFICATE

Certified that the work in this file is the bonafide work of


_____________________ of class X _____ Roll Number
______________ recorded in the school labs during the academic year
2024 – 2025

Date :_____________

_________________ ___________________
Teacher in charge External Examiner
CLASS X- Artificial Intelligence (417)

PROJECT FILE : 2024-2025

Student name :

Class & sec :

roll no. :
Advance python programs INDEX

SNO TOPIC Page No.

1 Conditional Statements: If elif ..else

2 Control structures- For loop

3 Control structures- While loop

4 Computer vision

5 Data Science
Class 10 – PORTFOLIO 24-25
1. WAP to calculate and display discount based on the sale amount.

Amount Discount
0-5000 5%
5000-15000 12%
15000-25000 20%
above 25000 30%
INPUT

OUTPUT

2. WAP to find the amount of purchase of goods by entering the price and quantity with the following
conditions . Do the code if amt greater than 100 otherwise display the message Amount less than 100

Amount Display message


Amount between 400 and 500 The amount is between 400 and 500
amount between 300 and 399 The amount is between 399 and 300
amount between 200 and 299 The amount is between 299 and 200
Amount between 100 and 199 The amount is between 100 and 199
amount is 100 The amount is 100
INPUT
OUTPUT

3. WAP to find the shipping cost of online items to US and AU. User should enter the total number of Items
to dispatch and Country to dispatch

Total items country Message


<=50 Shipping Cost is $50
<= 100 Shipping Cost is $25
US
<= 150 Shipping Costs $5
else Your shipping cost is free for US
<= 50 Shipping Cost is $100
AU
else Your shipping cost is free for Australia
INPUT
OUTPUT

I. Control statements :-For loop


4. WAP to find the factorial of a given number.
INPUT

OUTPUT

5. WAP to find the power of a given base and exponent.


INPUT
OUTPUT

6. WAP to Iterate a list in reverse order.


INPUT

OUTPUT

7. WAP to calculate the cube of all numbers from 1 to n number.


INPUT

OUTPUT

8. WAP to add the elements of the two lists.


INPUT
OUTPUT

9. WAP to find the sum of n numbers.


INPUT

OUTPUT
II. Control statements :-While loop
10. Write a program to print numbers less than 5.
INPUT

OUTPUT

11. WAP to print even and odd numbers between 1 to n numbers.


INPUT

OUTPUT

12. WAP to Iterate a given list. List 1= [Apple,Banana,Orange ].


INPUT
OUTPUT

III. Data Science


13. WAP to calculate the mean, median and mode using NumPy.
INPUT

OUTPUT

14. WAP to draw a line chart to find the unemployment rate.


INPUT
OUTPUT

15. WAP to display a scatter chart for the following points ( 2,5),(9,10),(8,3),(5,7),(6,18).

INPUT

OUTPUT
16. WAP to display line chart from (2,5) to (9,10).

INPUT

OUTPUT
17. WAP to Read csv file saved in your system and display its information.
INPUT

OUTPUT

IV. Computer vision


18. Write a program to read an image and display using Python.
INPUT
OUTPUT

19. Write a program to read an image and identify its shape using Python.

INPUT

OUTPUT

You might also like