MCQOPTIONS
Saved Bookmarks
This section includes 5 Mcqs, each offering curated multiple-choice questions to sharpen your Data Science knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
merge function is used for merging data frames. |
| A. | True |
| B. | False |
| Answer» B. False | |
| 2. |
Which of the following function is used for searching text strings by means of regular expression? |
| A. | grepd |
| B. | grepl |
| C. | gepexpr |
| D. | all of the mentioned |
| Answer» C. gepexpr | |
| 3. |
Regular expressions can be thought of as a combination of literals and metacharacters. |
| A. | True |
| B. | False |
| Answer» B. False | |
| 4. |
Which of the following metacharacter is used to refer to any character? |
| A. | % |
| B. | @ |
| C. | . |
| D. | All of the mentioned |
| Answer» D. All of the mentioned | |
| 5. |
Which of the following function is good for the automatic splitting of names? |
| A. | split |
| B. | strsplit |
| C. | autsplit |
| D. | none of the mentioned |
| Answer» C. autsplit | |