Page 120 - TP_Play_V2.1_class6
P. 120

Periodic Assessment  4

                                                    (Based on chapters 8 to 10)


                  A.  Explain the following types of intelligence:

                     1.  Existential Intelligence .......................................................................................................................................................

                     2.  Naturalistic Intelligence ....................................................................................................................................................

                  B.  Write a Python program to calculate the area of a rectangle.
























                  C.  Find the error in the given codes and write the correct code.
                     1.  p, qr = 10, 20, 30
                       print(p, q, r)











                     2.  var1 = 1
                       var2 = 2

                       var1 = 3
                       print(var1 var2 + var3)

















                  118       Play (Ver. 2.1)-VI
   115   116   117   118   119   120   121   122   123   124   125