Data Science Lab-1: Confirmed Cases 3193886 Recovered 972719 Deaths 227638 Active Cases 1993529 Closed Cases 1200357
Data Science Lab-1: Confirmed Cases 3193886 Recovered 972719 Deaths 227638 Active Cases 1993529 Closed Cases 1200357
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 also shows that 9,72,719 people
recovered. What % of people have recovered from COVID-19?
a) 30.45
2. Out of the 3.1 million confirmed cases, what ____% of people have lost their lives?
b) 7.1
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 probability of drawing a red marble?
c) ½
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 chances a person would draw either the letter A
or I from the bag?
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 Heart shaped card?
1
IU2141220041 Data Science
6. What will be the output for the following code snippet? C=10 d=20 e=5
sum=c+d-e
Print(sum)
b) 25
c) age_emp = 45
c) K=2+3I
b) 3
10. Which of the following function returns a valid list of attributes of the object it is
called upon?
d) dir()
c) Variable
a) for loop
2
IU2141220041 Data Science
d) ==
14. Find the median for from the following numbers: 13,42, 24, 9,11, 18, 11,7
b)11
c) 12 and No Mode