NPTEL Data Analytics With Python Week 1 Answer Key




1.Statement: Descriptive Analytics, is the conventional form of Business Intelligence and data analysis

 a. 
 b. 


2.Which of the following is not an example of predictive analytics?
a.  
b. 
 c. 
d. 


3.State true or False: Statement: Data can be numerical and categorical but cannot be continuous or discrete
a. 
b. 

4.Which of the following is not an example of Ratio Data?
a. 
b. 
 c.
 d.

5.Which of the following is a command to have a message appear on the screen?
a. 
 b.
 c.
 d.

6.What is the output from this print() function call: print( '$100 $200 $300'.count('$'), '$100 $200 $300'.count('$', 5, 10), '$100 $200 $300'.count('$', 5) )
a. 
b. 
 c.
d. 

7.Median is not applicable to 
 a.
 b.
 c.
 d.

8.State True or false: Statement: data can be generated by machines but not by humans.
a. 
b. 

9.Which one of the following is not a classification of Data Analytics?
a. 
b. 
c. 
 d.

10.For getting 2nd, 4th & 7th row of a datafile “df”in Python programming, we can write:  
a. 
 b.
 c.

d. 


2 Comments

  1. i think,answer to last mcq is is b.df.iloc[[1,3,6]] ,refer Week0:assignment 0 (Q.3)

    ReplyDelete
    Replies
    1. can u give me correct answers i am unable to watch video due to my semester exams plz

      Delete
Post a Comment
Previous Question Next Question

You might like