Sail E0 Webinar

MCQs

Total Questions : 10
Question 1. Which of the following combination is incorrect ?
  1.    Continuous "“ euclidean distance
  2.    Continuous "“ correlation similarity
  3.    Binary "“ manhattan distance
  4.    None of the Mentioned
 Discuss Question
Answer: Option D. -> None of the Mentioned


You should choose a distance/similarity that makes sense for your problem.


Question 2. Which of the following can be used for data analysis model ?
  1.    CRAN
  2.    CPAN
  3.    CTAN
  4.    All of the Mentioned
 Discuss Question
Answer: Option D. -> All of the Mentioned


Different problems require different approaches and expertise.


Question 3. Which of the following graph can be used for simple summarization of data ?
  1.    Scatterplot
  2.    Overlaying
  3.    Barplot
  4.    All of the Mentioned
 Discuss Question
Answer: Option C. -> Barplot


A bar chart or bar graph is a chart that presents Grouped data with rectangular bars with lengths proportional to the values that they represent.


Question 4. Which of the following system most often don't have postscript viewer ?
  1.    Windows
  2.    Linux
  3.    Mac
  4.    All of the Mentioned
 Discuss Question
Answer: Option A. -> Windows


postscript is older format but it resizes well.


Question 5. Which of the following is second goal of PCA ?
  1.    data compression
  2.    statistical analysis
  3.    data dredging
  4.    All of the Mentioned
 Discuss Question
Answer: Option A. -> data compression


The principal components are equal to the right singular values if you first scale the variables.


Question 6. Which of the following is correct order of conversion ?
  1.    .md->.Rmd->.html
  2.    .Rmd->.md->.html
  3.    .Rmd->.md->.xml
  4.    All of the Mentioned
 Discuss Question
Answer: Option A. -> .md->.Rmd->.html


knitr converts markdown document in to html by default.


Question 7. Which of the following parameter defines line type such as dashed and dotted ?
  1.    lty
  2.    pch
  3.    lwd
  4.    All of the Mentioned
 Discuss Question
Answer: Option A. -> lty


lwd is used for line width.


Question 8. Which of the following disadvantage does literate programming have ?
  1.    Slow processing of documents
  2.    Code is not automatic
  3.    No logical order
  4.    All of the Mentioned
 Discuss Question
Answer: Option A. -> Slow processing of documents


Code and text is in one place.


Question 9. Which of the following way is required to make work reproducible ?
  1.    keep track of things
  2.    Save output
  3.    Save data in proprietary formats
  4.    None of the Mentioned
 Discuss Question
Answer: Option A. -> keep track of things


Save data in NON proprietary formats to make work reproducible.


Question 10. Which of the following is useful way to put text, code, data, output all in one document ?
  1.    Literate statistical programming
  2.    Object Oriented programming
  3.    Descriptive programming
  4.    All of the Mentioned
 Discuss Question
Answer: Option A. -> Literate statistical programming


Object-oriented programming is a programming language model organized around objects rather than "actions and data rather than logic.


Latest Videos

Latest Test Papers