Fe GR9 Aiqp Eee - 10886
Fe GR9 Aiqp Eee - 10886
Page 2 of 6
iv. Which of the following is true regarding Smart Cities? 1
(a) Their concepts are developed for taking advantage of AI technology.
(b) The latest phase in their development involves better integration of citizens and community.
(c) Smart Healthcare management is an essential component of smart cities.
(d) All the buildings in the Smart city are Smart.
v. Decision Tree activity is based on ___________ approach and Pixel IT activity is based on 1
_____________ approach.
(a) Machine Learning, Rule based
(b) Rule based, Machine Learning
(c) Text based, Rule based
(d) Rule based, Text based
vi. What will be the output of: print("A" * 3 + "B" * 2)? 1
(a) Error
(b) AAABB
(c) AAAB
(d) AABBB
Q.3 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
i. “AI can help in preparing data for people living under the poverty line and help them by 1
providing food, health, water, and energy easily.” Which SDG goal this belong to?
(a) Clean water and Sanitation (SDG – 6)
(b) Sustainable Cities and Communities (SDG – 11)
(c) Decent Work and Economic Growth (SDG –8)
(d) Good Health and Well Being (SDG – 3)
ii. x=int(input("Enter Value of x:")) 1
result=x**2+x%5
print(result) What will be the output when value of x=7
(a) 49
(b) 50
(c) 51
(d) Syntax error
iii. A Neural Network is a machine learning algorithm based on the model of a human neuron. 1
True/ False
iv. An approach of building AI that involves training a computer algorithm on input data that has 1
been tagged for a specific output is known as ____________________
(a) Reinforcement Learning
(b) Supervised Learning
(c) Unsupervised Learning
(d) All the Above
v. How many hidden layers can be present in a neural network? 1
(a) One
(b) Two
(c) Not fixed – it depends upon the project
(d) Zero
Page 3 of 6
Q.4 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
i. Who developed the Python language? 1
(a) Zim Den
(b) Niene Stom
(c) Guido van Rossum
(d) Wick van Rossum
ii. Which of the following is incorrect? 1
(a) Machine Learning enables machines to improve at tasks with experience.
(b) The machine learns from its mistakes and takes them into consideration.
(c) It improvises using its own experiences.
(d) Machine Learning cannot be improvised as it is not at par with Human Intelligence.
ii) Predict the output of the following python print statements with logical and comparison
operators applied.
a) print((3<10) and(12==15))
b) print((150>20) or (120<150))
****************
Page 6 of 6