Posts

Showing posts from September, 2021

KTU Python for machine learning Sample Question Paper and Answer Key Dec 2020

  APJ ABDUL KALAM TECHNOLOGICAL UNIVERSITY THIRD SEMESTER B.TECH DEGREE EXAMINATION, DECEMBER 2020 Course Code: CST283 Course Name: Python for Machine Learning Max. Marks: 100   Duration: 3 Hours   PART A     Answer all questions. Each question carries 3 marks Marks   1 Explain the input statement with an example. How the type conversion is done 3   2 Illustrate the concept of modules and explain with example how they are used in Python programs 3   3 Write a Python program to print all prime numbers less than 100. 3   4 Demonstrate Lambda function with an example 3   5 Use list to read n names and print the names in alphabetical order