

MCQOPTIONS
Saved Bookmarks
This section includes 4 Mcqs, each offering curated multiple-choice questions to sharpen your R Programming knowledge and support exam preparation. Choose a topic below to get started.
1. |
The syntax of the repeat loop is _________ |
A. | rep statement |
B. | repeat statement |
C. | repeat else |
D. | repeat while |
Answer» C. repeat else | |
2. |
R has ________ statements that provide explicit looping. |
A. | 2 |
B. | 3 |
C. | 4 |
D. | 5 |
Answer» C. 4 | |
3. |
_______ is used to skip an iteration of a loop. |
A. | next |
B. | skip |
C. | group |
D. | cancel |
Answer» B. skip | |
4. |
_________ initiates an infinite loop right from the start. |
A. | never |
B. | repeat |
C. | break |
D. | set |
Answer» C. break | |