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.