Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

1 Discuss about various types of data with their levels.

Explain the steps to import any dataset


into Python environment and perform various statistical measures on it.
2 Explain the mentioned operations for data exploration in Python with a suitable dataset.
i. Printing the summary statistical values
ii. Displaying last 10 rows of the dataset
iii. Sorting the numeric columns in ascending, descending order
iv. Filtering of data
v. Finding the unique values in each column
vi. Finding missing values
3 List the steps involved in data science process. Draw the graphical representation of skills
required for data science and describe them in detail.
4 How to define a set in Python. Describe various types of set operations in Python with
suitable examples.
5 What is data pre-processing. Explain the procedure to extract features like word count, digit
count and special characters from the text with an example code in Python.
6 Discuss how Exploratory Data Analysis (EDA) differs from Classical Data Analysis?
Discuss the goals of EDA with its importance.
7 Write Bayes theorem for the terms ‘Hypothesis’ and ‘data’. Any example to discuss or
problem to solve.
8
Compute the following and show the results. (Any data/values will be given)
a. The angle between two vectors,
b. Use the properties of the dot product to find the indicated quantity of the vectors.
i. (u  v)w ii. u  2v
9 How to define a matrix in Python? Write the procedure in Python to perform the operations
on matrices such as addition, multiplication, scalar product and transpose.

10 Define the rules of probability and describe about conditional probability with its depiction
through Venn diagrams.
11 Draw Venn diagram to show compound events of probability. Solve the following by using
probability rules.
i. In a math class of 30 students, 17 are boys and 13 are girls. On a unit test, 4 boys
and 5 girls got an A grade. If a student is chosen at random from the class, what is
the probability of choosing a girl or an A grade student?
ii. An urn contains 6 red marbles and 4 black marbles. Two marbles are drawn without
replacement from the urn. What is the probability that both of the marbles are black?
12 What is a random variable? Classify the types of discrete random variables with their
purpose.

You might also like