Module wise Question Bank
Module-I
[Link] the salient features of Python programming Language, demonstrate with
example print (), input () and Len () in python.
2. Explain string concatenation and string replication with one suitable example
for each.
3. Explain basic functions in Python by considering str (), int () and float () as
point of ref.
4. What are Comparison and Boolean operators? List all the Comparison and
Boolean operators in Python and explain the use of these operators with suitable
examples.
5. What are the different flow control statements supported in python? Explain
all the flow control statements with example program, syntax and flowchart.
6. Explain different ways of importing modules into application in Python with
syntax and suitable programming examples.
7. What is Exception Handling? How are exceptions handled in Python? Write a
Python program with exception handling code to solve an error situation.
8. Explain Local and Global Scope in Python programs. What are local and
global variables? How can you force a variable in a function to refer to the
global variable?