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

ARTIFICIAL INTELLIGENCE PRACTICAL FILE

artificial intelligence project file

Uploaded by

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

ARTIFICIAL INTELLIGENCE PRACTICAL FILE

artificial intelligence project file

Uploaded by

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

ARTIFICIAL INTELLIGENCE PRACTICAL FILE (417)

SESSION: 2024 – 2025

Submitted to: Submitted by: Mukul Agrawal

Mr. Manoj Gautam Class : X-A

Roll No. : 18

ACKNOWLEDGEMENT
I want to sincerely thank everyone who helped and
advised me while I prepared this practical file on
artificial intelligence.
Most importantly, I want to express my sincere
gratitude to our school's principal for giving all the tools
and a supportive atmosphere I needed to finish this file.
I want to express my gratitude to my school for
creating an atmosphere that promotes education and
inquiry.
I would want to sincerely thank my teacher for her
unwavering support, encouragement, and insightful
advice, all of which were crucial to the successful
completion of this file. My comprehension of the
material has significantly improved as a result of their
assistance during the course.
I am also appreciative of my parents' unwavering
encouragement, tolerance, and support. I have always
found strength in their encouragement.
Lastly, I want to thank my friends and classmates for
their collaboration and for sharing their expertise and
ideas, which enabled me to finish this file.
I sincerely appreciate everyone who helped with this
useful file; it has been a rewarding experience.
CERTIFICATE

This certifies that, under the close supervision and


direction of Mr. Manoj Gautam, Master Mukul Agrawal
of class X-A has successfully finished the practical file
of class X-Artificial Intelligence (417). The work exhibits
a thorough comprehension of the topic.

Teacher in–charge
Mr. Manoj Gautam
INTRODUCTION TO DATA SCIENCE

Data science is a field that uses scientific methods,


algorithms, and processes to extract knowledge and
insights from data. It is a multidisciplinary field that
combines elements of statistics, mathematics,
computer science, and domain expertise. Data science
is used in a wide variety of industries, including
healthcare, finance, marketing, and manufacturing.

Data science can be used to solve a variety of


problems, such as:

- Identifying patterns and trends in data


- Predicting future events
- Optimizing processes
- Making better decisions

Data science is a rapidly growing field, and there is a


high demand for data scientists with the skills and
knowledge to solve real-world problems.
INDEX

S.No. Program Title Remarks

01. Write a program to check whether a number is even or odd.

02. Write a program to find the sum of five numbers.

Write a program to calculate the area and circumference of a


03.
circle.

04. Write a program to check whether a number is prime or not.

05. Write a program to check whether a year is leap year or not.

06. Write a program to print highest number from three numbers.

07. Write a program to print the table of any number.

Write a program to print the sum and multiplication of any


08.
number.

09. Write a program to find the area and perimeter of a rectangle.


Write a program to check the number is multiple of five or
10.
not. (Only for positive numbers)

PROGRAM 1

# Checking if the number is even or odd


PROGRAM 2

#Program to find the sum of five numbers.


PROGRAM 3

#Program to calculate the area and circumference of the circle.


PROGRAM 4

#Program to check whether a number is prime or not.


PROGRAM 5

#Program to check whether a year is leap year or not.


PROGRAM 6

#Program to print highest number from three numbers.


PROGRAM 7

# Program to print the table of any number.


PROGRAM 8

#Program to print the sum and multiplication of any number.


PROGRAM 9

#Program to find the area and perimeter of a rectangle.


PROGRAM 10

#Program to check the number is multiple of five or not (Only positive numbers).

You might also like