Page 131 - CloudGPT_C8_Flipbook
P. 131

Code:
                     sum = 0
                     rev = 0
                     number=int(input("Enter a number: "))
                     n = number
                     while (number):

                          digit = number % 10
                          sum += digit
                          rev = rev * 10 + digit
                          number //= 10
                     print("Reverse of number is : ",rev)
                     print ("Sum of digits of the number is : ",sum)

                                                                                           Technology Literacy
                   Artificial Intelligence                                                 Productivity & Accountability


                 F.   Explore  the  Internet  and  find  out  the  job  roles  which  were  previously  handled  by  humans.
                     Find out the jobs that are now taken over by AI. Based on your finding, create a report that
                     includes the following.
                     1.  Percentage of jobs lost due to AI over a 10-year span.

                     2.  Growth of the organisation due to replacing humans with AI.
                     3.  Life of the people who lost their jobs due to AI and switched to different field.
                       Based  on  your  report,  write  a  conclusion  on  the  topic  “Is  AI  creating  more  jobs  or  taking
                     away jobs”?







                 G.  Create a Pie Chart in Excel for percentage of jobs lost due to AI over a 10-year span.


























                                                                                       Practical Assessment   129
   126   127   128   129   130   131   132   133   134   135   136