DATASCIENCE(Unit-1) Question Bank
DATASCIENCE(Unit-1) Question Bank
RAMAPURAM
SCHOOL OF COMPUTER SCIENCE ENGINEERING
FACULTY OF ENGINEERING AND TECHNOLOGY
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
21CSS303T-DATA SCIENCE
Answer: c) Virtualization
Answer: b) Float
Answer: c) np.sort()
Answer: a) df.drop(index=[row_number])
19. What function in the requests library is used to fetch data from an API?
a) requests.fetch()
b) requests.call()
c) requests.get()
d) requests.retrieve()
Answer: c) requests.get()
PART-B(4 Marks)
Part-C(12 Marks)
1. Explain the Data Science process in detail. Describe each step with relevant
examples and discuss its importance
2.What are the key challenges in working with Big Data? Explain the four Vs of Big
Data and discuss how these challenges are addressed in Data Science.
3.Compare and contrast Data Science, Data Analytics, and Machine Learning.
Provide examples of their applications in real-world scenarios.
4.Explain NumPy arrays and their advantages over Python lists. Provide examples
demonstrating array creation, indexing, and basic operations.
5.Write a Python program that creates a NumPy array and performs the following
operations:
6.Discuss various ways to manipulate the shape of a NumPy array. Explain with
examples of reshaping, flattening, and transposing an array.
7.What is a Pandas DataFrame? Explain its structure with examples. Discuss common
operations like selecting data, filtering rows, and modifying columns.
8.How can missing data be handled in Pandas? Explain different methods such as
dropping, filling, and interpolation with examples.
9.Write a Python program to load a dataset into a Pandas DataFrame and perform the
following tasks:
10Explain Web Scraping in detail. Discuss its applications, ethical concerns, and
demonstrate how to scrape data using BeautifulSoup with a Python example.
11.What are APIs, and how are they used in Data Science? Explain the process of
fetching data from an API with an example using the Python requests library.
12.Discuss different data sources used in Data Science. Compare Open Data, APIs,
and Web Scraping in terms of ease of access, reliability, and ethical considerations.