Page 130 - 2606_PlugGPT_C7_Flipbook
P. 130
Periodic Assessment 4
(Based on chapters 7 & 8)
1. If a = 10, b = 5 and c = 20, then what will be the output of the following statements:
a. print(a > b and b < c) ______________________________________
b. print(a ** b + c) ______________________________________
c. print(a, b, c) ______________________________________
d. print(a > b or b > c) ______________________________________
e. print(a // b – 2 + c) ______________________________________
2. Write the name of any two applications of the following AI Domains:
a. Computer Vision _____________________ _____________________
b. Natural Language Processing _____________________ _____________________
c. Statistical Data _____________________ _____________________
3. Write a program to take temperature in Fahrenheit and convert it into Celsius.
128 Premium Edition-VII Periodic Assessment 4 PB

