BSCS 4-1 - Elective 3 (R Programming) Quiz - 2-17-2023

BSCS 4-1 - Elective 3 (R Programming) Quiz - 2-17-2023

University

33 Qs

Student preview

quiz-placeholder

Similar activities

BSCS 4-1 - Elective 4 - Midterm Examination - 2023

BSCS 4-1 - Elective 4 - Midterm Examination - 2023

University

35 Qs

Topic 13 revision

Topic 13 revision

12th Grade - University

34 Qs

Unit 6 System Admin

Unit 6 System Admin

8th Grade - University

30 Qs

Kisi-Kisi Ujian Kelas 7

Kisi-Kisi Ujian Kelas 7

1st Grade - University

35 Qs

BFM3002 - QUIZ 1

BFM3002 - QUIZ 1

University

30 Qs

Programming

Programming

University

30 Qs

Bioinformatics

Bioinformatics

University

30 Qs

UAS PABWE 2019

UAS PABWE 2019

University

35 Qs

BSCS 4-1 - Elective 3 (R Programming) Quiz - 2-17-2023

BSCS 4-1 - Elective 3 (R Programming) Quiz - 2-17-2023

Assessment

Quiz

Created by

Montaigne Molejon

Instructional Technology

University

1 plays

Medium

33 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How many types of R objects are present in R data types?

4

5

6

7

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Considered as heterogeneous data structure where it contains elements in different data types.

Vector

List

Data Frames

Matrices

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This refers to a method when you call a function with an argument of the wrong type. If that happens, R will look for a suitable method in order for the function to work.

Coercion Method

Argument Error Method

Parameter Debugger Method

Observations and Time Method

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following codes we use to extract first two rows from data frame.

data(c[1,2], )

data(c[1,2] )

data[c(1,2)]

data[c(1,2), ]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A generic function in R that we used to get the rows and columns from the data frame.

dplyr

vector

subset

colnames

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A function which serves as another way to run our script.

run( )

source( )

Ctrl + Enter

view( )

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a command is not complete at the end of a line, R will give a different prompt, by default it is:

-

+

>

*

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?