2 MARKS QUESTIONS
What is Python? Explain its key features.
List any four real-world applications of Python.
What is the difference between interactive mode and script mode?
List and explain basic data types in Python.
Explain logical operators with examples
List all arithmetic operators in Python
What is Pandas? Why is it used in data analysis?
Explain the features of Pandas library.
Define a Pandas Series and Pandas with Example
Differentiate between Series and DataFrame. 5 Points
Give 5 Real Life Use case of Pandas
Define syntax error with an example.
Differentiate between syntax errors and exceptions 5 points each
List any five built-in exceptions in Python.
What is try and except block? Explain its syntax.
Explain TypeError with example with Syntax
What is a regular expression? Give real life Example
Write a Python program to extract phone numbers from text.
What are metacharacters in regular expression & List them
What is pattern matching? Give real life Example
Explain different regex functions in Python
What is regression analysis? and List its Types
What is exploratory data analysis (EDA) and Importance of it
What is a correlation matrix & Explain High and Low Correlation
Explain the term best fit line with Figure
What is data cleaning & importance of it
Explain the concept of dependent and independent variables.
10 MARKS
Write steps to create a basic plot using [Link] Draw it & Explain Steps
Explain ML Work flow with diagram
Explain Linear regression and Explain terms of y=mx+c with diagram
Explain Support Vector Machine (SVM) and its use cases
Explain difference between AI / ML/DL 8 points Each
Difference between regression and classification 8 points Each
Explain Different Learnings & Explain Supervised Learning
What does \d ; \w ; \s represent? & $ symbol indicate Give Example of Each
Explain use of regex in data cleaning Explain in Detail
Write a program using regex for email validation. and Explain the Steps in detail
What is the difference between match() and search() functions? 8 Points Each
Steps to use re model & Explain the role of the re module in Python
What is the importance of exception handling in Python? Explain Each
Write a Python program to handle division by zero using exception handling.
What happens if an exception is not handled? Explain in Detail
What is NameError & What is ValueError Explain with example and Code
Difference between syntax error, runtime error, and logical error.
Explain aggregation functions in Pandas Create simple dataset and apply each aggregate Function
Explain different data manapulation functions in pandas & Create simple dataset and apply each data
manapulation functions
Explain different data analysis functions in pandas & Create simple dataset and apply each data analysis
functions
How do you install Pandas in Python Give its steps & Explain Null Values
Difference Between Module , Library & Package and Uses cases of describe()
Difference between for loop and while loop.(any 8 points) with one Example each
What is control flow statements explain in detail with Digram & Give Example on if elif else
Explain logical operators & comparison operators with examples & Truth tables of basic logical operators
Define list with syntax and its features & Explain append(),insert(),pop() with Examples
List any 8 String operations Explain & Give Examples of Each