0% found this document useful (0 votes)
3 views3 pages

Data Science Using Python

The document outlines important questions and topics related to Data Science and Python, divided into five units. Each unit includes both 3-mark and 12-mark questions covering fundamental concepts such as data collection, Python basics, functions, data structures, and libraries like NumPy, Pandas, and Matplotlib. It serves as a study guide for students to understand key principles and applications in data science and programming with Python.

Uploaded by

james34672
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views3 pages

Data Science Using Python

The document outlines important questions and topics related to Data Science and Python, divided into five units. Each unit includes both 3-mark and 12-mark questions covering fundamental concepts such as data collection, Python basics, functions, data structures, and libraries like NumPy, Pandas, and Matplotlib. It serves as a study guide for students to understand key principles and applications in data science and programming with Python.

Uploaded by

james34672
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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.

You might also like