Posts

Showing posts from April, 2024
Image
IX  ARTIFICIAL  INTELLIGENCE  CURRICULUM  - 417 A. THEORY ( TOTAL 50 MARKS ) LATEST AI CURRICULUM HANDBOOK   PYTHON CONTENT MANUAL 1.  Questions on AI for Register   2. AI Book  UNIT 2 QUESTIONS for Register 3.  Case Study 4.  Python Programs on If-Else 5.  for loop statements 6.  AI Book  Unit 3,4 Questions 7. Python Programs done in class   EMPLOYIBILITY SKILLS (10 MARKS ) EMPLOYIBILITY SKILLS BOOK Employibility Skills Combined Notes QUESTION PAPERS: a) Sample Paper -  Class IX AI (417) 2023-24 b) HY 2023-24  - Anskey  of HY Syllabus data c) Python content additional d) print () function samples B. PRACTICALS ( 50 MARKS ) PRACTICAL QUESTIONS FOR FILE PRACTICAL QUESTIONS DONE IN LAB: Q1. age=int(input("Enter age")) if(age>=18):     print("Person can vote") else:     print("Person cannot vote") Q2. n=int(input("Enter a number")) if(n>0):     print(n,"is positive"...