0% found this document useful (0 votes)
16 views

...

This document is a practical record file submitted by Hrihaant Khumanthem for the Artificial Intelligence class at Kendriya Vidyalaya No.1, Lamphelpat for the academic year 2024-25. It includes a certificate of completion, acknowledgments, and a series of Python programming tasks with input and output sections. The tasks cover various programming concepts such as calculations, data visualization, and condition checks.
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)
16 views

...

This document is a practical record file submitted by Hrihaant Khumanthem for the Artificial Intelligence class at Kendriya Vidyalaya No.1, Lamphelpat for the academic year 2024-25. It includes a certificate of completion, acknowledgments, and a series of Python programming tasks with input and output sections. The tasks cover various programming concepts such as calculations, data visualization, and condition checks.
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/ 13

KENDRIYA VIDYALAYA NO1, LAMPHELPAT

A PRACTICAL RECORD FILE IS SUBMITTED FOR


THE ARTIFICIAL INTELLIGENCE
CLASS 10
SESSION 2024-25

Submitted By: NAME: Hrihaant Khumanthem


Class & Sec: 10-D
Roll No. 5
CERTIFICATE
This is to certify that Hrihaant Khumanthem

Student of Class X, Section D, Kendriya Vidyalaya

NO.1 Lamphelpat has completed the PRACTICAL

FILE during the academic year 2024-25 towards

partial fulfilment of credit for the ARTIFICIAL

INTELLIGENCE practical evaluation of 2024-25

and submitted satisfactory report under my

supervision.

Signature of External Examine

Signature of Internal Teacher


ACKNOWLEDGEMENT
I wish to express my deep sense of gratitude and
indebtedness to our teacher Mr. M Bhopendro Singh AI
teacher, Kendriya Vidyalaya No1 Lamphelpat for his
invaluable help, advice and guidance in the preparation
of this project.
I am also greatly indebted to our principal Mr. Vishwanath
Namaram and school authorities for providing me with the
facilities and requisite laboratory conditions for making
this practical file work.

I also extend my thanks to my classmates and friends


who help me complete this practical file successfully.

INDEX

Question 1. Write a python program code to print sum of first


10 natural numbers
INPUT:

OUTPUT:

Question 2. Write a Python code to calculate Area of a triangle


with Base and Height
INPUT:

OUTPUT:

Question 3. Write a Python code to check whether a person is


eligible to vote not.
INPUT:

OUTPUT:

Question 4. Write a Python code to print sum of first 10 natural


numbers
OUTPUT:

INPUT:

Question 5. Write a program to create a list and display list


elements
INPUT:

OUTPUT:
Question 6. Write a program to calculate mean, median and
mode using NumPy
INPUT:

OUTPUT:

Question 7. Write a program to display a scatter chart for the


following points (2,5), (9,10),(8,3),(5,7),(6,18).
INPUT:
OUTPUT:

Question 8. Write a program to display bar chart for the


following data with appropriate titles:
Subjects=[“Eng”,”Sci”,”Soc”,”Maths”,”AI”]
Marks=[89,87,78,90,99]
INPUT:

OUTPUT:
Question 9. Write a program to read an image and display
using Python
INPUT:

OUTPUT:
Question 10. Write a program to print a multiplication table of
the entered number
INPUT:

OUTPUT:
Question 11. Write a program to find the maximum number out
of the given three numbers
INPUT:

OUTPUT:

Question 12. Write a program to find average of three numbers


INPUT:

OUTPUT:

Question 13. Write a program to obtain temperature in Celsius


and convert in into Fahrenheit using formula : °C X 9/5 + 32 =
°F
INPUT:

OUTPUT:

Question 14. Write a program to input two numbers and check


if the numbers are equal
INPUT:
OUTPUT:

Question 15. Write a program to print squares of first 5 natural


numbers
INPUT:

OUTPUT:

Question 16. Write a Python code to input a number(num) and


print the sum of numbers from 1 to num
INPUT:

OUTPUT:

Question 17. Write a program to test if a given number is


positive, negative or zero
INPUT:
OUTPUT:

Question 18. Write a program to input a year and check if it is


a leap year or not.
INPUT:

OUTPUT:

Question 19. Write a program to input a number and print its


reverse number.
INPUT:

OUTPUT:

Question 20. Write a program to print squares of all numbers


present in a list[8,2,7,11,20,6]
INPUT:
OUTPUT:

THANK YOU.

You might also like