Reading from Web and APIs

Question 1
Marks : +2 | -2
Pass Ratio : 50%
Which of the following package is used for reading GIS data?
rdgal
rgeos
raster
all of the mentioned
Explanation:
A geographic information system is a system designed to capture, store, manipulate, analyze, manage, and present all types of spatial or geographical data.
Question 2
Marks : +2 | -2
Pass Ratio : 50%
Which of the following can be used to view all the tables in memory?
tables
alltable
table
none of the mentioned
Explanation:
The table function is a very basic, but essential, function to master while performing interactive data analyses.
Question 3
Marks : +2 | -2
Pass Ratio : 100%
Which of the following request can be issued from httr package?
GET
PUT
DELETE
All of the mentioned
Explanation:
Authentication is necessary for issuing a request.
Question 4
Marks : +2 | -2
Pass Ratio : 50%
Which of the following function is used for loading flat files?
read.data
read.sheet
read.table
none of the mentioned
Explanation:
This reads data in to the RAM.
Question 5
Marks : +2 | -2
Pass Ratio : 100%
Which of the following package is used for reading excel data?
xlsx
xlsc
read.sheet
all of the mentioned
Explanation:
read.xlsx and read.xlsx functions are part of xlsx package.
Question 6
Marks : +2 | -2
Pass Ratio : 33%
Extracting XML is the basis for most web scraping.
True
False
Explanation:
XML is particularly used in web applications.
Question 7
Marks : +2 | -2
Pass Ratio : 33%
Which of the following package is used to connect MySQL RDBMS with R?
RMySQL vignette
MySQL vignette
RSQL vignette
None of the mentioned
Explanation:
This package contains meta information and index.
Question 8
Marks : +2 | -2
Pass Ratio : 33%
Point out the wrong statement.
data.table inherits from data.frame
data.table is written in Java
data.table is faster at subsetting and updating data
none of the mentioned
Explanation:
data.table is written in C.
Question 9
Marks : +2 | -2
Pass Ratio : 33%
Which of the following will set the character that represents missing value?
na.quote
na.strings
nrows
all of the mentioned
Explanation:
na.strings takes a character vector.
Question 10
Marks : +2 | -2
Pass Ratio : 100%
Point out the correct statement.
HDF5 is a hierarchical format
HDF5 does not support range of different data types
HDF5 is used for storing small datasets
None of the mentioned
Explanation:
HDF5 is used for storing large datasets.