0% found this document useful (0 votes)
15 views5 pages

Class X-Practical File

Uploaded by

Anika Jain
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)
15 views5 pages

Class X-Practical File

Uploaded by

Anika Jain
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/ 5

CLASS X- AI PRACTICAL FILE

As part of your class 10 CBSE BOARD Examination for the subject - “ARTIFICIAL INTELLIGENCE “,
you are required to submit a Program file. As a part of the same, you are required to do the programs given
below.

Guidelines:

1. Create a file as per the sample file given below.


2. Submit your file on or before November 08, 2024.

Program List:

1. Write a program to calculate discounted amount with discount % .


2. Write a program to check if a person can vote.
3. Write a program to Input a number and check if the number is positive, negative or zero and display an
appropriate message.
4. Write a program to print first 10 natural numbers
5. Write a program to find the sum of all numbers stored in a list
6. Write a program to create a list in Python of children selected for science quiz with following names- Arjun,
Sonakshi, Vikram, Sandhya, Sonal, Isha, Kartik
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 position.
7. Write a program to create a list num=[23,12,5,9,65,44]
• Print the length of the list
• Print the elements from second to fourth position using positive indexing
• Print the elements from position third to fifth using negative indexing
8. Write a program to add the elements of the two lists.
9. Write a program to calculate mean, median and mode using Numpy
10. Write a program to display line chart from (2,5) to (9,10).
11. Write a program to display a scatter chart for the following points (2,5), (9,10),(8,3),(5,7),(6,18).
12. Read csv file saved in your system and display 10 rows.
13. Read csv file saved in your system and display its information
14. Write a program to read an image and display using Python
15. Write a program to read an image and identify its shape using Python
JBM GLOBAL School, NOIDA
Class X-AI
Program file

Submitted by: Submitted to:


NAME
Class
Roll no. JBM Global School, NOIDA
Certificate:

This is to certify that the program file has been satisfactorily performed by
________________________________
studying in JBM GLOBAL SCHOOL, NOIDA
of Class ________________________________
under the guidance of ___________________________________________
under the academic year _____________.

______________________ ____________________________
Teacher’s signature Signature of External Examiner
Acknowledgement:

Index:

S.no Program Objectives


1.
2.
3
4
5
6
7
8
Objective:
<<Write Objective here>>

Source Code:

<<Source code to be pasted here>>

Output :

<<Screen Shot of output to be pasted here>>

You might also like