0% found this document useful (0 votes)
232 views

Data Science Using Python Question Bank - BA(CA)

The document outlines a curriculum for a Data Science course using Python, divided into five units covering fundamental concepts, Python features, data structures, functions, and the Pandas library. It includes short and long answer questions to assess understanding of topics such as data science importance, Python syntax, and data manipulation techniques. The course aims to provide a comprehensive understanding of data science principles and practical applications using Python.

Uploaded by

swetha reddy
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)
232 views

Data Science Using Python Question Bank - BA(CA)

The document outlines a curriculum for a Data Science course using Python, divided into five units covering fundamental concepts, Python features, data structures, functions, and the Pandas library. It includes short and long answer questions to assess understanding of topics such as data science importance, Python syntax, and data manipulation techniques. The course aims to provide a comprehensive understanding of data science principles and practical applications using Python.

Uploaded by

swetha reddy
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
You are on page 1/ 3

DATA SCIENCE USING PYTHON

B. A. (CA) V Semester
UNIT-I
Short Answer Questions
1. What is Data Science. Explain the importance of Data Science.
2. Who is Data Scientist? What are the responsibilities of a data scientist?
3. What are the skills required for a Data Scientist?
4. Why Python is used for Data Science?
5. What are the advantages of data science?
Long Answer Questions
6. Explain in detail, the process of Data Science.
UNIT-II
Short Answer Questions
7. What are the features of Python?
8. Explain basic building blocks of python.
9. What are data types in python?
10.What is the importance of indentation in python?
Long Answer Questions
11. Explain with examples Operators in Python.
12. Explain Conditional Statements in Python. (Decision making and
Looping statements)
13. Explain Decision making statements in Python examples.
14. Explain looping statements in Python with examples.
UNIT-III
Short Answer Questions
15. What are mutable and immutable objects in Python?
16. How to update Lists in python?
17. What is String slicing?
18. What is meant by List Indexing? Explain with example. (both positive
and negative indexing)
19. What are tuples? Explain with examples.
20. Briefly explain about dictionaries.
Long Answer Questions
21. What are strings? How to access strings? Explain basic operations in
strings.
22. What are Lists? How to access lists? Explain in detail basic operations
and methods.
23. What are tuples? Explain in detail how to access tuples.
24. What are Dictionaries? Explain in detail basic operations that are
performed on Dictionaries.
UNIT-IV
Short Answer Questions
25.What are the functions? How to define and call a function?
26. What are recursive functions? Write a python program to find the
factorial of a number.
27.What are lambda functions? Explain with an example.
28.What are local and global variables? Explain with example.
Long Answer Questions
29. Explain in detail functions in Python with examples.
30. Explain different types of function arguments with examples.
31. Explain math module in detail with examples.
32. Explain random module in detail with examples.
UNIT-V
Short Answer Questions
33.What is pandas Library?
34. How to create Series using the Pandas Library?
35. How to create Pandas DataFrame?
36. What is Correlation.
Long Answer Questions
37. What is pandas? Explain the Data Structures Series and DataFrame.
38. Explain in detail the process of Data Cleaning.
39. Explain pandas plot () methods with examples.
(OR)
40. Explain with examples, bar plot, hist plot, box plot, area plot, scatter
plot, and pie plot with

You might also like