100% found this document useful (1 vote)
627 views5 pages

Data Science For Engineers - Unit 4 - Week 0

The document is an assignment for an online NPTEL course on Data Science for Engineers. It contains 10 multiple choice questions related to statistics, probability, Python code and loops. The questions refer to a table showing COVID-19 case statistics as of a certain date with over 3 million confirmed cases worldwide and ask students to calculate percentages from the data and choose the correct answers to questions about statistical concepts.

Uploaded by

Shivam kumar
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
100% found this document useful (1 vote)
627 views5 pages

Data Science For Engineers - Unit 4 - Week 0

The document is an assignment for an online NPTEL course on Data Science for Engineers. It contains 10 multiple choice questions related to statistics, probability, Python code and loops. The questions refer to a table showing COVID-19 case statistics as of a certain date with over 3 million confirmed cases worldwide and ask students to calculate percentages from the data and choose the correct answers to questions about statistical concepts.

Uploaded by

Shivam kumar
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/ 5

1/8/22, 11:44 AM Data Science for Engineers - - Unit 4 - Week 0

[email protected]

(https://swayam.gov.in)      

(https://swayam.gov.in/nc_details/NPTEL)

NPTEL (https://swayam.gov.in/explorer?ncCode=NPTEL)
»
Data Science for Engineers (course)

Register for Certification


exam

Week 0: Assignment 0
(https://examform.nptel.ac.in/2022_01/exam_form/dashboard)

Your last recorded submission was on 2022-01-06, 10:37 IST


Course outline
Note : This assignment is only for practice purpose and it will not be counted towards the Final score

How does an NPTEL


Read the table given below, and answer questions 1 & 2:

online course work?


Setup Guide

Pre Course Material

Week 0

https://onlinecourses.nptel.ac.in/noc22_cs28/unit?unit=20&assessment=133 1/5
1/8/22, 11:44 AM Data Science for Engineers - - Unit 4 - Week 0

FAQ (unit?
unit=20&lesson=21)

Practice: Week 0:
Assignment 0
(assessment?
name=133)

Week 0: Solutions (unit?


unit=20&lesson=22)

Week 1

1) The table above indicates that there were 3,193,886 confirmed Covid 19 cases at one point in time around the world. The table 1 point
also shows that 9,72,719 people recovered. What % of people have recovered from COVID-19?


30.45

7.1

37

20.5

2) Out of the 3.1 million confirmed cases, what ______ % of people have lost their lives? 1 point


30.5

7.1

37

20.5

3) There are 6 marbles in a sling bag. Of these 3 are red marbles, 2 are blue marbles and 1 is a yellow marble. What is the 1 point
probability of drawing a red marble?


1/3

https://onlinecourses.nptel.ac.in/noc22_cs28/unit?unit=20&assessment=133 2/5
1/8/22, 11:44 AM Data Science for Engineers - - Unit 4 - Week 0


2/3

1/2

5/6

None of the above

4) “Statistics and Probability “is the title of a book. If each letter was carved into a block and dropped into a bag, what are the 1 point
chances a person would draw either the letter A or I from the bag?


1/4

3/24

1/6

7/24

None of the above

5) From a shuffled deck of 52 cards, a card is drawn randomly. What is the probability that the card drawn is neither a Queen nor a 1 point
Heart shaped card?


14/52

17/62

35/52

9/13

None of the above

6) What will be the output for the following code snippet?


1 point

c = 10   d = 20   e = 5
sum = c + d – e
print(sum)


35

25

30

15

https://onlinecourses.nptel.ac.in/noc22_cs28/unit?unit=20&assessment=133 3/5
1/8/22, 11:44 AM Data Science for Engineers - - Unit 4 - Week 0

7) Suppose we have a variable n = 5. If we wanted to print numbers from 1 to the variable [including n], which loop helps with the 1 point
iteration?


for loop

while loop

a and b

None of the above

8) Which of the following operators is used to check an “Equal to” relationship between variables? 1 point


<=

>==

=

==

None of the above

9) Find the median for from the following numbers: 13,42, 24, 9,11, 18, 11, 7 1 point


12

11

13

9

10) Find the mode for the following sets of numbers:


1 point

1) 9, 12, 3, 10, 15, 2, 12, 3, 2, 12

2) 12, 31, 10, 14, 21, 11, 2, 23, 17


3 and 11

2 and No Mode

12 and No Mode

12 and 12

https://onlinecourses.nptel.ac.in/noc22_cs28/unit?unit=20&assessment=133 4/5
1/8/22, 11:44 AM Data Science for Engineers - - Unit 4 - Week 0

Check Answers and Submit

https://onlinecourses.nptel.ac.in/noc22_cs28/unit?unit=20&assessment=133 5/5

You might also like