ITL PUBLIC SCHOOL
PRE ANNUAL EXAMINATION (2024-25)
Date: _________ Class: IX
ARTIFICIAL INTELLIGENCE (417)
Time: 2 hours M. M: 50
General Instructions:
➢ Read questions carefully.
➢ Answer in proper sequence.
➢ All questions are compulsory
SECTION – A (24 Marks)
Q1 Answer in one word/sentence 1x24
1.1 How many steps are there in AI Project Cycle? 1
1.2 A variable name in python cannot start with ____________ 1
1.3 Name any one AI Ethic that should be kept in mind while training a model. 1
1.4 In which step of AI Project Cycle data is analyzed using graphs? 1
1.5 Which data is generally more in quantity? (training data or testing data) 1
1.6 Name the AI domain which takes data in the form of images. 1
1.7 Which type of communication involves exchange of words either spoken or written? 1
1.8 ____ operator in python assigns a value to a variable while ____ checks for equality. 1
1.9 ____ operator in python is used for concatenation of strings. 1
1.10 Which special symbol/character is used in email address? 1
1.11 In problem scoping , ___________ is used to analyse the problem . 1
1.12 In which step of AI Project cycle model developed is tested? 1
1.13 Give one example of search engines. 1
1.14 In _________ type of employment , fixed salary is paid after fixed interval of time. 1
1.15 One stress relieving technique can be __________. 1
1.16 __________ is the last component in elements of communication cycle 1
1.17 Write anyone method to overcome stress. 1
1.18 Name the two types of modelling techniques. 1
1.19 Name the 3 R’s used for saving the environment 1
1.20 In which stage of AI project cycle model is applied to the real life? 1
1.21 Write the output of 10//3 in python. 1
1.22 Write the operator used to check “equal to”. 1
1.23 Which AI domain is used in email filters? 1
1.24 Which logical operator will return false even if one of the given conditions is false? 1
Q2 Answer the following: 13x2=26
2.1 Write any one quality of an entrepreneur? Write any one advantage of entrepreneurship. 2
2.2 Give example of any one human activity that is harming environment and any one activity 2
by which we can save environment.
2.3 Write any one advantages of Data Exploration. Write anyone tool used in this stage. 2
2.4 Write one point of difference between Data Security and Data Privacy. 2
2.5 Define Data Feature. In which stage it is required. 2
2.6 Write any two ways that can used for conserving natural resources. 2
IX 1 of 2
2.7 Give one example of AI Bias. Name any one AI ethic that is important while developing 2
an AI model.
2.8 Write one point of difference between types of modelling technique. 2
2.9 Give one example of (a) Search Engines (b) Web Browser 2
2.10 Write the output of the following
(a) x*=2
(b) x**2
(c) y+y
(d) y*3
(e) x>2 and x==7
(f) y== “10” or y== “1010”
(g) y___ 3=101010
(h) x___ 3=0
where x=1 , y= ‘10’
2.11 Write python code to:
(a) Calculate square and cube of a number
(b) Calculate area and perimeter of a rectangle
IX 2 of 2