Python Unit Wise Important Questions

 



Unit-I

  1. Explain about the need for learning python programming and its importance.
  2. Write in brief about the applications of Python.
  3. Explain the basics for executing a python program using REPL(Shell) with an example.
  4. Write a python program  to read input using REPL(Shell) and display the output.
  5. Write the rules for choosing names of variables.
  6. Write in brief about any 5 keywords in Python.
  7. Explain about different Logical operators in python with appropriate examples.
  8. Explain about different Relational operators in python with appropriate examples.
  9. Explain about Membership operators in python with appropriate examples.
  10. Explain about Identity operators in python with appropriate examples.
  11. Explain about Arithmetic operators in python with appropriate examples.
  12. List different conditional statements in python with appropriate examples.
  13. What are the different Loops available in python?
  14. What are the different loop control statements available in python? Explain with suitable examples.



No comments

NPTEL » Programming in Java Week 07 : Programming Assignment 1 2 3 4 and 5

  Week 07 : Programming Assignment 1 Due on 2024-09-12, 23:59 IST Write a Java program to find longest word in given input. Select the Langu...