R Programming Quiz


Play this quiz that will help you to excel in R certification exams, placements etc. This R programming quiz consist of 10 questions that you need to solve in 10 minutes. We’ve specially designed this quiz so that you can quickly acquaint to the pattern of questions you can be asked in placement drives, certification exams etc. This test enables you to assess your knowledge of R programming.

Take the Free Practice Test



R MCQs

Practice R Programming MCQ Questions, which will help you to understand R Programming language and will help in developing statistical softwares.

R Quiz

Try Free R Quiz, to start a quiz you need to login first, after login you will get start quiz button and then by clicking on that you can start quiz. You will get 10 Minutes to answer all questions.

R Quiz

1. How many atomic vector types does R have?

3
4
5
6

2. A bundled package is a package that’s been compressed into a ______ file.

Double
Single
Triple
No File

3. The mapply() function is a multivariate apply of sorts which applies a function in parallel over a set of arguments.

TRUE
FALSE
Can be true or false
Can not say

4. Which statement simulates the behavior of R switch?

Next
Previous
break
goto

5. Which of the following true about for loop?

Repeats a statement or group of statements while a given condition is true. It tests the condition before executing the loop body.
it tests the condition at the end of the loop body.
Both A and B
None of the above

6. An R function is created by using the keyword?

fun
function
declare
extends

7. R allows integration with the procedures written in the?

C
Ruby
Java
Basic

8. In which statement terminates the loop statement and transfers execution to the statement immediately following the loop?

goto
switch
break
label

9. Which loop executes a sequence of statements multiple times and abbreviates the code that manages the loop variable?

for
while
do-while
repeat

10. What will be output for the following code?

> paste("a", "b", se = ":")

a+b
a:b
a-b
None of the above

Results