Week 1
Week 1
Week 2:
Week 3
B_30_Rushikesh Swami
Week 3
1. State True/ False: Linear Algebra routines can be implemented very efficiently on large data using
Vectorization techniques.
True
4. Choose the technique used to find features from a dataset containing thousands of features.
Principal Component Analysis
1. State True/ False: Diagonal matrix can have zero along its main diagonal.
True
2. State True/ False: Identity matrix of dimension (n, n) is a Diagonal matrix.
True
3. State True/ False: A Diagonal matrix of dimension (n, n) is a Symmetric matrix.
True
4. State True/ False: Transposing an Upper triangular matrix results in a Lower triangular matrix.
True
5. State True/ False: A Square Matrix is a Diagonal Matrix.
False
6. What is the shape of given matrix A ?
(3,3)
4. Consider a matrix A of order 3x2 and a matrix B of order 2x1. Which of the following options is possible?
(* denotes matrix multiplication)
A*B
5. How many distinct permutation matrices can be created from an identity matrix of order 5?
120
6. Determinant of a Diagonal matrix of order 2 is:
Product of diagonal values
7. What is the inverse of the Identity matrix (I) of dimension (3,3)?
Identity matrix (I3)
8. State True/ False: Vectors v1(2,3) and v2(4,6) are linearly independent.
False
9. What is the rank of the following matrix A?
2
Week 4
Week 5
B_30_Rushikesh Swami
Week 5
Ans:Only iv
1. There are two coins that are tossed simultaneously 1000 times, and it was observed
that we get two heads 305 times and one head 275 times.
What would be the probability of getting at least one tail?
Ans:0.695
2. There was a survey conducted over 400 students, it was observed that the number of
students who opted for the data science course was 320.
what would be the probability that a student is chosen at random who opted for data
science course.
Ans:0.8
3. The total number of students in a school is 10000, out of which it was observed that
410 are girls. Also, it is known that 10% of the girls are currently studying in class XII.
What would be the probability that a randomly selected student who is chosen
studies in Class XII given that the chosen student is a girl?
Ans:0.1
B_30_Rushikesh Swami
Week 6
● Range - Quiz 1
1. The daytime temperatures for 5 consecutive days was recorded as 16.7οC , 17.6οC,
14.2οC, 18.1οC, 17.3οC. What was the range of temperatures over 5 days?
Ans: 3.9
● Variance - Quiz 1
1. For a data, we have the total sum of squares equals to 20 and the sample variance is
5, what would be the total number of observations?
Ans: 5
2. If the variance of a data set with 40 observations is 25. What would be the standard
deviation of the new data set if we add 11 to every observation?
Ans: 5
● Standard deviation - Quiz 1
1. Find out the standard deviation for the given values: 1,3,4,8.
Ans:2.94
● z-score - Quiz 1
1. Consider in a university a test was conducted and over 50 people, the reported mean
is 50 and the standard deviation of 10. For a student who has scored 70 points in the
test what would be his Z-score?
Ans: 2.0
2. The mean for test scores of students in a class is 50. The standard deviation is
known to be 10. If a particular student has a Z-score of 3.0, what is his actual test
score?
Ans: 80
● Quartiles - Quiz 1
1. Find the percentile for marks 70 in following scores in a test:
marks ={64, 47, 40, 45, 54, 63, 12, 21, 79, 95, 58, 74, 30, 50, 10, 21, 48, 85}
B_30_Rushikesh Swami
Week 8
B_30_Rushikesh Swami
Week 10
● Sampling Methods - Quiz
1. Every employee in your organization wrote his name on a card and dropped the card
in a designated box. Names of 500 lucky employees in your organization were
selected from this box. The method used to select the employees is:
Ans: Random sampling
2. A pharmaceutical company selects 30 patients from different age groups to test the
effectiveness of a drug. It divides the patients into three different age groups, namely,
age < 25, 25 <= age <= 50, age > 50 and selects 10 patients from each age group.
The sampling involved here is an example of:
Ans: Stratified sampling
● Parameter Estimation - Quiz
B_30_Rushikesh Swami
Week 11