PROBLEM SOLVING USING R - UNIT II - TEST 2 - MCQS

PROBLEM SOLVING USING R - UNIT II - TEST 2 - MCQS

University

15 Qs

quiz-placeholder

Similar activities

Java 2D Array

Java 2D Array

University

20 Qs

Java 2D Arrays

Java 2D Arrays

University

20 Qs

DS_NumPy_TEST1

DS_NumPy_TEST1

University

12 Qs

Time and Space Complexity

Time and Space Complexity

University

20 Qs

U26 Q5 The Matrix!

U26 Q5 The Matrix!

KG - University

14 Qs

Unit-2 Test-2

Unit-2 Test-2

University

15 Qs

NumPy

NumPy

University

20 Qs

Technical Quiz R1

Technical Quiz R1

University

20 Qs

PROBLEM SOLVING USING R - UNIT II - TEST 2 - MCQS

PROBLEM SOLVING USING R - UNIT II - TEST 2 - MCQS

Assessment

Quiz

Computers

University

Medium

Created by

MS.SHYAMALADEVI C

Used 4+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you create a multidimensional array in R?

array()

matrix()

list()

data.frame()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you extract a subset of elements from a multidimensional array in R?

array_subset()

subset()

extract()

[]

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you replace specific elements in a matrix with new values in R?

replace()

modify()

assign()

[]

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the function rowMeans() do in R?

Calculates the mean of each row in a matrix

Calculates the mean of each column in a matrix

Calculates the sum of each row in a matrix

Calculates the sum of each column in a matrix

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you calculate the determinant of a matrix in R?

determinant()

det()

matrix_det()

diag()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you calculate the inverse of a matrix in R?

inverse()

inv()

matrix_inv()

solve()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you calculate the element-wise product of two matrices in R?

element_product()

mult()

matrix_mult()

*

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?