Data Science 3
Data Science 3
1/4
9. What is the full form of SQL?
10. Enlist the sources of data.
11. In what forms may data be used in AI?
12. Why is data science regarded as a branch of science?
13. Describe the usage of Pandas for handling different types of data.
14. Explain AI Bias with suitable examples.
15. Define uses of data science.
2/4
Class 10 - Artificial Intelligence (417)
Data Science Test - 03
Solution
3/4
intelligence (AI) systems that may perform tasks as a human does.
13. Two primary data structures of Pandas are Series (1-dimensional) and DataFrame (2-dimensional) that handle the vast
majority of typical use cases in statistics, finance, social science, and many areas of engineering. Pandas is built on top of
NumPy. It intended to integrate well within a scientific computing environment with many other 3rd party libraries.
The following things can be done well by Pandas:
i. It is possible to handle missing data (represented as NaN) in floating point and non-floating- point data.
ii. Intuitive merging and joining data sets.
iii. Columns can be easily inserted and deleted from DataFrame and higher dimensional objects (Size mutability).
iv. Flexible reshaping and pivoting of data sets.
v. Objects can be aligned to a set of labels, or the user can simply ignore the labels and let Series, DataFrame, etc.,
automatically align the data for the user in computations.
vi. It is possible for Intelligent label-based slicing, fancy indexing, and sub-setting of large data sets.
vii. Some types of graphs, like Bar graphs, histograms, pie charts, scatter plot, area plot, etc., can be drawn with this
package.
14. AI bias is related to prejudice in data that’s used to create AI algorithms, and this can create discrimination and other
social consequences. AI Bias can also creep into algorithms in several ways. Moreover, AI systems learn to make
decisions based on training data that may include biased human decisions, reflect historical or social inequities, sensitive
variables such as gender, race, or sexual orientation, etc. Another source of bias is defective/biased data sampling, in
which groups are over or underrepresented in the training data.
Examples:
i. Almost all the virtual assistants are given a female voice. It is only now that some companies/organisations have
understood this bias and have started giving options for male voice also. But because the virtual assistants came into
practice, female voices are always preferred for them over any male voice.
ii. When we search on Google for salons, the first few searches are mostly for female salons.
15. Data science has immense potential and wide range of uses it has impacted various sectors such as banking and finance,
healthcare, manufacturing, transportation, etc.
i. Banking and finance: data science has great impact on the banking and finance sector. Banking and financial
institutes can make better decisions using tools of data science.
ii. Health care: health care is another sector where data science is playing a very significant role. Data science is used
for detection and diagnosis of various diseases like cancer.
iii. E-Commerce: e-commerce companies like Tataclip, Amazon, flip kart etc, mainly focus on customer experience.
iv. Social media: social media is the field where ample opportunities are available for data science as more than half of
the world is online today and using social media actively.
v. Manufacturing: manufacturing is an extremely vast and multi-disciplinary field. The data science can help in using
this kind of data and help in improving the entire process of manufacturing.
vi. Chatbots: Chatbots are speech recognition systems which understand requirements of the users and offer them
appropriate responses.
vii. Electronics: electronics is an umbrella term for a number of fields such as engineering, computers, communication,
robotics, machine automation etc.
viii. Scientific research: data science applications also help in scientific researches especially in genetics and genomics.
ix. Natural environment: environmental issues and environmental care are important issues nowadays as they are
directly related to our existence on the earth. Environment is another vast source of data and that too is dynamic in
nature.
x. Gaming world: nowadays, various AI-based games are available for users according to their liking. Data science
helps in the gaming sector by collecting data from the user while the game is on.
4/4