Explore topic-wise MCQs in Data Science.

This section includes 8 Mcqs, each offering curated multiple-choice questions to sharpen your Data Science knowledge and support exam preparation. Choose a topic below to get started.

1.

MathJax is a cross-browser JavaScript library that displays mathematical notation in web browsers.

A. True
B. False
Answer» B. False
2.

Which of the following element can be added to slidify?

A. Quiz
B. RCharts
C. Shiny apps
D. All of the mentioned
Answer» E.
3.

Which of the following statement will install slidify from github?

A. install_github( slidify , ramnathv )
B. install_github( slidify , r )
C. install( slidify , ramnathv )
D. all of the mentioned
Answer» B. install_github( slidify , r )
4.

The first part of index.Rmd is XML code.

A. True
B. False
Answer» C.
5.

Which of the following statement generates a html slide deck from index.Rmd?

A. slidify( index.Rmd )
B. lib.slidify( index.Rmd )
C. slidifylib( index.Rmd )
D. all of the mentioned
Answer» B. lib.slidify( index.Rmd )
6.

Which of the following will be used to compose the content of the presentation?

A. ui.RMD
B. index.RMD
C. server.RMD
D. all of the mentioned
Answer» C. server.RMD
7.

Which of the following statement will load slidify?

A. library(slidify)
B. install.library(slidify)
C. install.load(slidify)
D. all of the mentioned
Answer» B. install.library(slidify)
8.

Which of the following framework is compatible with slidify?

A. io2015
B. io2012
C. d3
D. all of the mentioned
Answer» C. d3