100% found this document useful (4 votes)
20K views

AI Practical File Format

This document is a student's practical record file submitted for an Artificial Intelligence class. It includes an acknowledgement expressing gratitude to teachers for their guidance. It also includes a certificate signed by an internal examiner and principal certifying that the student has completed 23 practical evaluations. The contents page lists 10 Python programs completed for the practical evaluations covering topics like checking even/odd numbers, generating number tables, calculating factorials and sums, and computing simple/compound interest and triangle areas.

Uploaded by

Anil Kumar singh
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (4 votes)
20K views

AI Practical File Format

This document is a student's practical record file submitted for an Artificial Intelligence class. It includes an acknowledgement expressing gratitude to teachers for their guidance. It also includes a certificate signed by an internal examiner and principal certifying that the student has completed 23 practical evaluations. The contents page lists 10 Python programs completed for the practical evaluations covering topics like checking even/odd numbers, generating number tables, calculating factorials and sums, and computing simple/compound interest and triangle areas.

Uploaded by

Anil Kumar singh
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Artificial Intelligence [417 ] Class : IX

The Aditya Birla Public School,


Renukoot

Central Board Of Secondary Education

A PRACTICAL RECORD FILE IS SUBMITTED FOR


THE ARTIFICIAL INTELLIGENCE CLASS IX
SESSION 2022-23

SUBMITTED BY : NAME OF STUDENT


CLASS : IX
ROLL NO. :

SUBMITTED TO : NAME OF THE TEACHER

Practical Record Book – 2022- 2023 Page 1 of 4


Artificial Intelligence [417 ] Class : IX

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.

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 ]

Practical Record Book – 2022- 2023 Page 2 of 4


Artificial Intelligence [417 ] Class : IX

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 2022-23 and submitted satisfactory report, as

compiled in the following pages, under my supervision.

Total number of practical certified are : 23.

Internal Examiner
Signature

Principal
Signature

Date : School Seal :

Practical Record Book – 2022- 2023 Page 3 of 4


Artificial Intelligence [417 ] Class : IX

CONTENTS
Sl. Practical Date Signature
No
.
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.

6 Write a Python Program to calculate Factorial of a given Number.

7 Write a Python Program to generate all Factorial numbers 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-angled triangle.

Practical Record Book – 2022- 2023 Page 4 of 4

You might also like