Week 1 : Assignment 1
Due date: 2025-02-05, 23:59 IST.
Assignment not submitted
1 point
State True or false:
Statement: data can be generated by machines but not by humans.
1 point
Which one of the following is not a classification of Data Analytics?
1 point
State True or false:
Statement: Nominal scale is the lowest level of measurement and ratio scale is the highest level of measurement.
1 point
Consider the following statements-
Statement A : With iloc, we can pass in the negative value.
Statement B : With loc, we can pass in the negative value.
1 point
For getting 3rd, 4th & 6th row of a datafile “df”in Python programming, we can write:
1 point
Which of the following is not a measure of dispersion?
1 point
State the following true or false?
Statement: Bimodal Data sets contains more than two modes.
1 point
Bar Charts are used for :
1 point
Median is not applicable to
1 point
def m(data)
Diff = max(data) – min(data)
return(Diff)