Safcode Institute by Sir Safder
+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 Development
Amazon Virtual Assistant
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. ___________ is a concepts of one to many.
Encapsulation
Polymorphism
Abstraction
Inheritance
View Answer
2. ___________ returns a character vector of the same length and with the same attributes as x.
gsub()
grep()
regexp()
paste()
View Answer
3. Response variable is represented on ___________
none of them
both x-axis and y-axis
y-axis
x-axis
View Answer
4. The function that is used to extract or replace substrings in a character vector in ____________
sub_string()
string()
subchar()
substr()
View Answer
5. Response variable is represented on _______________
both x-axis and y-axis
y-axis
no axis
x-axis
View Answer
6. The lapply() function takes ___________, ____________ and __________ as input.
Array, List, Matrix
None of them
Data Frame, Array
List, Vector and Data Frame
View Answer
7. How are null entries in a data frame denoted in R?
NaN
None of these
na
n/a
View Answer
8. The layers in ggplot2 are called ___________.
adds on
geoms
levels
sheets
View Answer
9. which function converts list to a vector?
none of them
cnvert_list()
de_list()
unlist()
View Answer
10. How to installed packages in R?
Library(packagename)
Install.packages(packagenames)
require(packagename)
install(packagename)
View Answer