40+ Developing Data Products MCQ part-2

Que.Which of the following framework is compatible with slidify?
a. io2015
b. io2012
c. d3
d. all of the mentioned
Que.Point out the wrong statement.
a. Slidify is created by Ramnath Vaidyanathan
b. Slidify is non customizable
c. Slidify presentation are just HTML files
d. All of the mentioned
Que.Which of the following statement will load slidify?
a. library(slidify)
b. install.library(slidify)
c. install.load(slidify)
d. all of the mentioned
Que.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
Que.Point out the correct statement.
a. Slidify allows embedded code chunks
b. Slidify presentation cannot be shared easily
c. Slidify is difficult to use
d. None of the mentioned
Que.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
Que.The first part of index.Rmd is XML code.
a. True
b. False
c. May be True or False
d. Can’t say
Que.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
Que.Which of the following element can be added to slidify?
a. Quiz
b. RCharts
c. Shiny apps
d. All of the mentioned
Que.MathJax is a cross-browser JavaScript library that displays mathematical notation in web browsers.
a. True
b. False
c. May be True or False
d. Can’t say