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

9th Practical

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

9th Practical

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

Artificial Intelligence [417 ] Class : IX

GANESHA BLESSED PUBLIC


SCHOOL
SHIVPURI

Central Board Of Secondary Education

A PRACTICAL RECORD FILE IS SUBMITTED FOR


THE ARTIFICIAL INTELLIGENCE CLASS IX
SESSION 2024-25

Practical Record Book – 2024- 2025 Page 1 of 5


Artificial Intelligence [417 ] Class : IX

SUBMITTED BY : NAME OF STUDENT


CLASS : IX
ROLL NO. :

SUBMITTED TO : NAME OF THE TEACHER

ACKNOWLEDGEMENT

I wish to express my deep sense of gratitude and


indebtedness to our learned teacher TEACHER’S
NAME, DESIGNATION, [SCHOOL NAME] for his
invaluable help, advice and guidance in the
preparation of this practical work.

I am also greatly indebted to our principal [Name of


principal] and school authorities for providing me
with the facilities and requisite laboratory conditions
for making this practical file.

Practical Record Book – 2024- 2025 Page 2 of 5


Artificial Intelligence [417 ] Class : IX

I also extend my thanks to a number of teachers,my


classmates and friends who helped me to complete
this practical file successfully.

[Name of The Student]

CERTIFICATE
This is to certify that [Name of Student], student of

Class IX, [NAME OF SCHOOL] has completed the

PRACTICAL FILE during the academic year [SESSION]

towards partial fulfilment of credit for the ARTIFICIAL

INTELLIGENCE [417] practical evaluation of 2024-25

and submitted satisfactory report, as compiled in the

following pages, under my supervision.

Practical Record Book – 2024- 2025 Page 3 of 5


Artificial Intelligence [417 ] Class : IX

Total number of practical certified are :

Internal Examiner
Signature

Principal
Signature

Date : School Seal :

CONTENTS
Sl. Practical Da Signat
N te ure
o.
1. Unit 3 Advanced Python Programs

1 Write a Python Program to check whether given number is Even


or Odd.

2 Write a Python Program to generate all even numbers for a


given range and find their sum.

3 Write a Python Program to generate all Odd numbers for a


given range and find their sum.

4 Write a Python Program to generate all Natural numbers for a


given range and find their sum.

5 Write a Python Program to generate a table of any number in


Tabular form.

Practical Record Book – 2024- 2025 Page 4 of 5


Artificial Intelligence [417 ] Class : IX

6 Write a Python Program to calculate Factorial of a given


Number.

7 Write a Python Program to generate all Fibonacci series for a


given range.
8 Write a Python Program to find sum of all the digits of given
number.
N=3456
S =18
9 Write a Python Program to Calculate Simple Interest and
Compound Interest for given P,T and R values.

10 Write a Python Program to calculate area of a right-


angledtriangle.

11 Write code for these patterns.


. 1 *
22 **
333 ** *
4444 * * * *
55555
12 Write a program that will ask the user the following question:
.
Is Sydney the capital of Australia?

 If the user answers y, print: Wrong! Canberra is the


capital!
 If the user answers n, print: Correct!
 If the user answers anything else, print: I do not
understand your answer.

13 Write a program that asks the user for a year and replies with
either leap year or not a leap year.
14 Explain LIST in python with example.

15 How to give comments in python ? Explain with example.


.

Practical Record Book – 2024- 2025 Page 5 of 5

You might also like