DATA SCIENCE USING PYTHON
UNIT – I (Data Science Basics + Data Collection)
Important 3-Mark Questions
[Link] is Data Science?
[Link] the need for Data Science.
[Link] is the Data Science Life Cycle?
[Link] any three applications of Data Science.
[Link] is Data Cleaning?
[Link] Data Integration and Data Transformation.
Important 12-Mark Questions
[Link] the evolution of Data Science and the complete Data Science Process.
[Link] the tools and skills required for a Data Scientist.
[Link] Data Pre-processing in detail: cleaning, reduction, transformation, and discretization.
UNIT – II (Python Basics + Strings)
Important 3-Mark Questions
[Link] are Python identifiers and keywords?
[Link] type conversion with examples.
[Link] is indentation in Python?
[Link] is a nested loop?
[Link] a string and mention two string operations.
Important 12-Mark Questions
[Link] the flow of control in Python: if statements, loops, break, continue, and pass.
[Link] different string operations and string handling functions with examples.
[Link] input/output statements, operators, and debugging in Python.
UNIT – III (Functions, OOP, Exceptions)
Important 3-Mark Questions
[Link] is a user-defined function?
[Link] recursion with an example.
[Link] is inheritance?
[Link] is exception handling?
[Link] any two built-in functions in Python.
Important 12-Mark Questions
[Link] types of functions, function arguments, and scope of variables with examples.
[Link] OOP concepts: class, object, inheritance, polymorphism, and modules.
[Link] exception handling in Python, including types of exceptions and user-defined exceptions.
UNIT – IV (Lists, Tuples, Dictionaries)
Important 3-Mark Questions
[Link] a list. Mention two list operations.
[Link] is a tuple? How is it different from a list?
[Link] are nested tuples?
[Link] a dictionary.
[Link] is meant by "dictionaries are mutable"?
Important 12-Mark Questions
[Link] list methods and list operations with examples.
[Link] tuple operations, methods, and nesting with examples.
[Link] dictionary operations, traversing, and dictionary built-in methods with examples.
UNIT – V (NumPy, Pandas, Matplotlib)
Important 3-Mark Questions
[Link] is NumPy? Mention two advantages.
[Link] array indexing and slicing.
[Link] is a DataFrame in Pandas?
[Link] any two operations performed on NumPy arrays.
[Link] is a bar chart?
Important 12-Mark Questions
[Link] NumPy arrays and operations: indexing, slicing, reshaping, concatenation, splitting.
[Link] Pandas Series and DataFrame: creation, importing CSV, exporting CSV, and basic
operations.
[Link] various plots in Matplotlib: line chart, bar chart, histogram, scatter plot, and pie chart.