Online Exam Quiz

questionQuestion  1 to 30

Which operator is used for element-wise multiplication in R?

  • *
  • **
  • %%
  • %%
Mark for review

Which package is used for data manipulation in R?

  • plyr
  • ggplot2
  • dplyr
  • reshape2
Mark for review

What does the which.max() function do in R?

  • Finds the maximum value in a vector
  • Returns the index of the maximum value in a vector
  • Finds the minimum value in a vector
  • Returns the index of the minimum value in a vector
Mark for review

Which function is used to calculate the exponential in R?

  • exp()
  • exponential()
  • exp.calc()
  • calc.exp()
Mark for review

Which function is used to create a sequence of numbers in R?

  • sequence()
  • seq()
  • create()
  • range()
Mark for review

How can you comment out a line in R?

  • //
  • --
  • #
  • /*
Mark for review

Which function is used to apply a function over the margins of an array or matrix in R?

  • apply()
  • apply.func()
  • func.apply()
  • apply.over()
Mark for review

What does the grep() function do in R?

  • Finds the position of a substring in a string
  • Replaces occurrences of a substring in a string
  • Removes occurrences of a substring from a string
  • Converts a string to lowercase
Mark for review

How can you convert a factor to a character vector in R?

  • as.character()
  • to.character()
  • char()
  • convert.character()
Mark for review

What does the rep() function do in R?

  • Repeat elements of a vector
  • Replace elements of a vector
  • Reverse elements of a vector
  • Remove elements of a vector
Mark for review

In R, what does the paste() function do?

  • Concatenates vectors
  • Splits a string into substrings
  • Replaces elements in a vector
  • Sorts elements in a vector
Mark for review

What is the output of class(TRUE) in R?

  • Logical
  • Character
  • Numeric
  • Complex
Mark for review

What is the output of typeof(TRUE) in R?

  • Logical
  • Numeric
  • Character
  • Complex
Mark for review

Which function is used to calculate the correlation coefficient in R?

  • cor()
  • correlation()
  • cor.coefficient()
  • correlation.coefficient()
Mark for review

What does the acronym 'CRAN' stand for in the context of R programming?

  • Comprehensive R Archive Network
  • Central Repository for Advanced Numerics
  • Core R Application Network
  • Combined Repository of Advanced Numerical tools
Mark for review

What does the mean() function in R do?

  • Calculates the median
  • Calculates the mode
  • Calculates the arithmetic mean
  • Calculates the standard deviation
Mark for review

How can you check for missing values in a data frame in R?

  • na.check()
  • is.na()
  • check.na()
  • has.na()
Mark for review

In R, what does the function str() do?

  • Sorts elements of a vector
  • Converts factors to characters
  • Displays the structure of an object
  • Searches for a substring in a character vector
Mark for review

What does the any() function do in R?

  • Checks if any element in a vector is true
  • Checks if all elements in a vector are true
  • Checks if any element in a vector is false
  • Checks if all elements in a vector are false
Mark for review

Which function is used to calculate the cumulative sum in R?

  • cumsum()
  • sum()
  • cumulate()
  • accumulate()
Mark for review

Which function is used to calculate the cumulative product in R?

  • cumprod()
  • prod()
  • cumulate()
  • accumulate()
Mark for review

Which function is used to generate random numbers in R?

  • rand()
  • random()
  • runif()
  • rnorm()
Mark for review

Which package is used for creating plots and graphs in R?

  • plyr
  • ggplot2
  • reshape2
  • dplyr
Mark for review

Which function is used to calculate the median in R?

  • median()
  • med()
  • median.calc()
  • calc.median()
Mark for review

Which function is used to convert a matrix to a data frame in R?

  • as.data.frame()
  • to.data.frame()
  • convert.data.frame()
  • matrix.to.data.frame()
Mark for review

Which function is used to calculate the absolute value in R?

  • abs()
  • absolute()
  • value.abs()
  • abs.value()
Mark for review

What is the output of ceiling(3.2) in R?

  • 3
  • 4
  • 3.5
  • 4.5
Mark for review

Which function is used to calculate the factorial in R?

  • fact()
  • factorial()
  • fact.calc()
  • calc.factorial()
Mark for review

What does R stand for in R programming?

  • Research
  • Regression
  • Rapid
  • Recursive
Mark for review

Which function is used to check if a value is finite in R?

  • isfinite()
  • finite()
  • fin()
  • is.finite()
Mark for review

blinkerOnline

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • Answered
  • Not Answered
  • Marked for Review