This document is a revision worksheet for Grade IX students at Greenfields Public School, focusing on Artificial Intelligence. It includes multiple-choice questions, coding exercises, and theoretical questions related to AI concepts, data types, and programming in Python. The worksheet aims to assess students' understanding of AI and its applications in various contexts.
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 ratings0% found this document useful (0 votes)
33 views4 pages
Revision Worksheet - 9AI
This document is a revision worksheet for Grade IX students at Greenfields Public School, focusing on Artificial Intelligence. It includes multiple-choice questions, coding exercises, and theoretical questions related to AI concepts, data types, and programming in Python. The worksheet aims to assess students' understanding of AI and its applications in various contexts.
1. What does the document state about the relationship between math 1 and AI? a) AI has no use for math b) Math is needed to recognize patterns in AI c) Math is only used for training AI models d) AI is unrelated to mathematical principals 2. What is an example provided for the use of statistics in the 1 document? a) Calculating the weight of objects b) Predicting weather conditions c) Determining angles of a triangle d) Solving algebraic equations 3. Which of the following games is based on AI’s understanding of 1 patterns and data? a) Rock, Paper, Scissors b) Monopoly c) Chess d) Football 4. A web-based software that is used to create interactive stories in 1 Choose Your Own Adventure Format (CYOA) is: a) Chatbot b) Jupyter notebook c) Internet explorer d) Inklewriter 5. What does a “prompt” in generative AI refer to? 1 a) The initial input given by the user to the AI model b) The output generated by the AI model c) The training dataset used by the AI model d) The algorithm used by the AI model 6. Which generative AI tool is designed to understand text, image, 1 audio, video and code? a) ChatGPT b) Runway ML c) Gemini d) Copilot 7. Which one of the following is an example of AI in daily life? 1 a) Hammer b) Flashlight c) Face Lock in smartphones d) Mechanical Clock 8. Which of the following is true about raw data? 1 a) It is the most useful form of data b) It needs to be processed to become meaningful c) It contains only qualitative information d) It can be directly used for decision-making 9. Which type of data involves continuous measurements, like 1 temperature? a) Discrete data b) Textual data c) Continuous data d) Categorical data 10. What does the document state about the relationship between math 1 and AI? a) AI has no use for math b) Math is needed to recognize patterns in AI c) Math is only used for training AI models d) None of the above 1 11. Which of the following is not considered a type of generative AI? a) Convolutional Neural Networks(CNNs) b) Generative Adversarial Networks(GANs) c) Recurrent Neural Networks(RNNs) d) Auto Encoder 1 12. In a medical test if the disease is correctly diagnosed as positive, it is known as __________. a) True Positive b) False Positive c) False Negative d) True Negative 1 13. What will be the value of the following Python expression? 4+3%5 a) 7 b) 2 c) 4 d) 1 14. What is the output of the following code? 1 print(7>2 * 5) a)True b)False c)30 d) None of the above 15. Match the best choice of graph for the data below: 1 a)Chart to show the number of students in a school over past 5 years. b)Chart to show the temperature on each day of the week. c)Chart to show percentage of each sale of ticket type at a concert.
a) 1 -> i) ; 2 -> ii) ; 3 -> iii)
b) 1 -> ii) ; 2 -> iii) ; 3 -> i) c) 1 -> iii) ; 2 -> i) ; 3 -> ii) d) 1 -> iii) ; 2 -> ii) ; 3 -> i) 2. Find the errors and write the correct code: 2 Ramesh has written following python code. This code is showing error, help Sh. Suresh to rectify the error. Underline the error and rewrite the code. a==10 B=90 sum=a+b print “sum” 3. What is Generative AI ?What are some potential positive and 2 negative impacts of Generative AI on society? 4. What are Auto encoders and variational auto encoder? 2 5. Explain data acquisition and give the steps involved in it. 2 6. Briefly explain data modelling techniques with examples. 2 7. Discuss Certain events, equal probability events and 2 impossible events with examples. 8. How can probability help in the field of medicine? 2 9. Why do you think we need to explore and visualize data 2 before jumping into AI model?
10. Huma is a content creator using a generative AI tool to 2
produce images for a marketing campaign. How would she ensure the images generated by the AI look original and are not infringe on any existing copyrights? What steps would she take to verify the originality of the AI generated content.? 11. Explain DIKW model in detail with an example. 2
12. What do mean by qualitative data and quantitative data ? 3
13. WAP in python to find sum of first n natural numbers using 4
while loop. 14. WAP in python to find square of first n natural numbers using 4 while loop.