
Mastering R Programming Basics
Authored by krishan425 krishan425
Others
University
Used 3+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the syntax for an if statement in R?
if (condition) code_to_execute else code_to_execute_if_false
if (condition) { code_to_execute } else { code_to_execute_if_false }
if { condition } then { code_to_execute }
if condition { code_to_execute }
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you write an if-else statement in R?
if (condition) { code_if_true } else code_if_false
if (condition) { code_if_true } else { code_if_false }
if condition { code_if_true } else code_if_false
if (condition) code_if_true else { code_if_false }
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What function is used to check multiple conditions in R?
ifelse() or case_when()
for()
switch()
repeat()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Explain the purpose of the switch statement in R.
To define a function in R.
To declare variables in R.
To create a loop in R.
The purpose of the switch statement in R is to select and execute code based on the value of an expression.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the difference between for loop and while loop in R?
For loop is used for conditional execution; while loop is for fixed iterations.
For loop requires a condition to start; while loop does not need any condition.
For loop can only iterate over vectors; while loop can iterate over any data type.
For loop iterates a fixed number of times; while loop continues based on a condition.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you create a for loop to iterate over a vector in R?
foreach (i in my_vector) { print(i) }
for (i in my_vector) { print(i) }
for (i = 1; i <= length(my_vector); i++) { print(my_vector[i]) }
for (i in 1:length(my_vector)) { print(i) }
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code: for(i in 1:5) { print(i) }?
-1
1 2 3 4 5
6
0
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
15 questions
Intelligence
Quiz
•
University
20 questions
Arthmetic ability ( Analytical skills)
Quiz
•
University
20 questions
LATIHAN SOAL MATERI INDUKSI ELEKTROMAGNETIK
Quiz
•
University
18 questions
La monarchia assoluta di Luigi XIV
Quiz
•
1st Grade - University
18 questions
English Grammar Quiz
Quiz
•
University
19 questions
Group 5
Quiz
•
University
16 questions
Understanding Sports Officiating
Quiz
•
University
15 questions
Total Defence Day Quiz
Quiz
•
University
Popular Resources on Wayground
8 questions
2 Step Word Problems
Quiz
•
KG - University
20 questions
Comparing Fractions
Quiz
•
4th Grade
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
10 questions
Latin Bases claus(clois,clos, clud, clus) and ped
Quiz
•
6th - 8th Grade
22 questions
fractions
Quiz
•
3rd Grade
7 questions
The Story of Books
Quiz
•
6th - 8th Grade
Discover more resources for Others
8 questions
2 Step Word Problems
Quiz
•
KG - University
7 questions
Comparing Fractions
Interactive video
•
1st Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
10 questions
14.2 Independent/Dependent Variables
Quiz
•
KG - University
18 questions
Great Lakes States
Quiz
•
KG - University
7 questions
DNA, Chromosomes, Genes, and Traits: An Intro to Heredity
Interactive video
•
11th Grade - University
7 questions
Reflexive Verbs in Spanish
Lesson
•
9th Grade - University
7 questions
Narrative Writing 1
Interactive video
•
4th Grade - University