We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
Question Bank
1) What is Python? Explain the characteristics of Python.
2) Explain the uses of Python. 3) Describe the Data types of Python. 4) What is a Variable in Python? 5) Explain Python Operators. 6) Compare the Logical and Relational Operators. 7) Explain the Python Bitwise Operators. 8) What are Control Statements in Python? 9) Explain the Types of Control Statements in Python. 10) List the uses of control statements in Python. 11) Describe the Python’s Loop. 12) Discuss Python Directory and Files Management. 13) Describe the File Handling in Python. 14) How to Write to a File in Python. 15) What Is an Array? Discuss how to create the Array. 16) Explain the One Dimensional and Two-Dimensional Array in Python. 17) Illustrate the OOP terminology of Python in brief. 18) Explain Python Classes and Objects in brief. 19) Explain Python Inheritance in brief. 20) Explain Constructors in Python. 21) Explain Operator Overloading in Python. 22) Describe Python String. 23) Explain String Slicing. 24) Explain how to delete and Update characters from a string. 25) Explain Python List. 26) Explain Python Tuples. 27) Describe the Tuple Items in Python. 28) Describe the Tuple Length in Python. 29) Explain how Accessing characters in Python String. 30) Describe Python’s if-elif-else statement. 31) What is a for loop, and how does it work in Python? 32) Explain the while loop and give an example of its usage. 33) How do you write an if statement with multiple conditions in Python? 34) What is the purpose of the else clause in an if-elif-else statement? 35) Explain the concept of nested loops in Python. 36) How can you exit a loop prematurely in Python? 37) What is the continue statement used for in Python loops? 38) Explain the concept of an iterator and give an example in Python. 39) What is the role of an iterable in a for loop, and how can you create a custom iterable in Python? 40)