++92 313 8389893
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
Enroll Now
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. How to installed packages in R?
install(packagename)
require(packagename)
Library(packagename)
Install.packages(packagenames)
View Answer
2. The __________ function is used to sort the values of column in ascending or descending order.
arrange()
mutate()
manage()
sort()
View Answer
3. How are null entries in a data frame denoted in R?
n/a
None of these
na
NaN
View Answer
4. Response variable is represented on _______________
no axis
y-axis
x-axis
both x-axis and y-axis
View Answer
5. _____________ is an open source R package that provides an elegant and powerful Web framework for building Web applications.
Shiny
Dash
Ggplot2
Leaflet
View Answer
6. Heavy data ranging from petabytes or exabytes is called ___________.
Large Data
Huge Data
Heavy Data
Big Data
View Answer
7. ___________ is a concepts of one to many.
Inheritance
Abstraction
Encapsulation
Polymorphism
View Answer
8. The lapply() function takes ___________, ____________ and __________ as input.
List, Vector and Data Frame
Data Frame, Array
Array, List, Matrix
None of them
View Answer
9. Response variable is represented on ___________
y-axis
both x-axis and y-axis
x-axis
none of them
View Answer
10. The function that is used to extract or replace substrings in a character vector in ____________
sub_string()
subchar()
substr()
string()
View Answer