+923132835245
safcodeinstitute@gmail.com
Online Quiz
10000+ Questions!
Students Works
Ideas & Topics!
Live Coding
HTML & CSS
Home
(current)
About
Courses
CIT
Web Designing
Graphic Designing
Web Development
Digital Marketing
WordPress + SEO
Artificial Intelligence (AI)
Shopify + WordPress Development
Tutorials
Feedback
Programming Notes
Softwares
Contact
Test Your Programming Skills with Safcode!
Here is all important interview / exams questions.
Student doing practice apptitude test on safcode platform.
Instruction: "Total Number of Questions: 20
Each question carry 10 mark , no negative marking"
Quiz Start
1. OOP stands for?
Object Oriented Programming
Object of Program
Orange Oriented Pixels
Option Object Programming
View Answer
2. How to installed packages in R?
Install.packages(packagenames)
require(packagename)
Library(packagename)
install(packagename)
View Answer
3. The function that is used to extract or replace substrings in a character vector in ____________
substr()
subchar()
string()
sub_string()
View Answer
4. _____________ is not a type of operator in R.
Relational
Assignment
Mathematical
Logical
View Answer
5. The vertical dashed lines in the boxplot are known as ______________.
Tails
Outliers
Whiskers
Notches
View Answer
6. ___________ returns a character vector of the same length and with the same attributes as x.
paste()
regexp()
grep()
gsub()
View Answer
7. The __________ function is used to group data frame.
List()
matrix()
summerize()
group_by()
View Answer
8. Which function is used to add labels to the graph in the ggplot() function.
label()
lab()
labs()
All of them
View Answer
9. Histograms are good to display the _________ of the data.
Mode
Mean
Quartile
Median
View Answer
10. What is the function used to read CSV files into R?
read()
read_csv()
readfile()
csv()
View Answer