0% found this document useful (0 votes)
2 views1 page

Report File Programs for Class x

The document outlines a project file for Class X that includes various topics related to Artificial Intelligence (AI) and programming tasks. It covers definitions, advantages, and the AI cycle, along with programming exercises such as checking even/odd numbers, identifying vowels, determining prime numbers, calculating factorials, printing patterns, counting vowels in strings, and using numpy for array operations. Additionally, it includes a task to create a bar chart using pyplot for population data of different countries.

Uploaded by

akhileshrai0718
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)
2 views1 page

Report File Programs for Class x

The document outlines a project file for Class X that includes various topics related to Artificial Intelligence (AI) and programming tasks. It covers definitions, advantages, and the AI cycle, along with programming exercises such as checking even/odd numbers, identifying vowels, determining prime numbers, calculating factorials, printing patterns, counting vowels in strings, and using numpy for array operations. Additionally, it includes a task to create a bar chart using pyplot for population data of different countries.

Uploaded by

akhileshrai0718
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

PROJECT FILE PROGRAMS FOR CLASS X.

1. What is AI and its applications.


2. AI advantages and disadvantages.
3. Describe A.I cycle.
4. Write a program to accept a number and check whether the
given number is even or odd.
5. Write a program to accept a character and check whether the
character is a vowel or not.
6. Wap to accept a no and check whether the given no. is prime
or not.
7. Wap to accept a no and find its factorial. 5!=5*4*3*2*1

8. Write a program to print the following pattern upto n terms.


If n=5 then
1
12
123
1234
12345
9. Write a program to accept a string and print the no. of vowels
in it.

10. Write a program to create an array using numpy of 10


elements and print the square of all elements.

11. Write a program to import [Link] and draw bar chart


for the population of the country. Where the x-axis contains
the countries name and population on y-axis.

You might also like