Page 105 - TP-Play_V-2.0_Book-7
P. 105

Periodic Assessment  4


                                                (Based on chapters 8 & 9)


            A.  Look at the given SDG’s icons and write their aims.
                    ZERO
                   2 HUNGER
               1.                        .....................................................................................................................................................

                    GENDER
                   5 EQUALITY
               2.                        .....................................................................................................................................................


                    DECENT WORK AND
                   8 ECONOMIC GROWTH
               3.                        ......................................................................................................................................................


                     REDUCED
                   10 INEQUALITIES
               4.                        .....................................................................................................................................................


                     LIFE
                   15 ON LAND
               5.                        .....................................................................................................................................................


            B.   Find the error in the given codes.
               1.  if(age > 18)

                 print(`You are eligible to vote'
                 else
                 print(`Not eligible to vote')
               2.  a = 200
                 b = 33

                 if b > a
                 print("b is greater than a")
                 else:
                 print("a is not greater than b")

            C.   Write a program to find whether the given character is a vowel or not.




















                                                                                 Periodic Assessment 4      105
   100   101   102   103   104   105   106   107   108   109   110