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

quiz-placeholder

Similar activities

CIW IBA Lesson 1 Vocabulary

CIW IBA Lesson 1 Vocabulary

8th Grade - University

29 Qs

CodeHS [Hover] Cybersecurity & AI - Unit 4 Review

CodeHS [Hover] Cybersecurity & AI - Unit 4 Review

10th Grade - University

30 Qs

UJIAN AKHIR SEMESTER  AKSELERASI TEKNOLOGI INFORMASI (ATI)

UJIAN AKHIR SEMESTER AKSELERASI TEKNOLOGI INFORMASI (ATI)

University

35 Qs

Programming

Programming

University

30 Qs

Thermal Science

Thermal Science

University

37 Qs

Management Information System Prefinals

Management Information System Prefinals

University

32 Qs

Formulas in Excel

Formulas in Excel

6th Grade - Professional Development

37 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

Instructional Technology

University

Medium

Created by

Montaigne Molejon

Used 1+ times

FREE Resource

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:

-

+

>

*

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?