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

Midterm Exam Content ITEC 204

Midterm Exam Content ITEC 204

University

20 Qs

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

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

University

15 Qs

R Quiz

R Quiz

University

10 Qs

NumPy

NumPy

University

15 Qs

C Language Array Quiz

C Language Array Quiz

University

19 Qs

2D Array Test

2D Array Test

9th Grade - University

20 Qs

Array Addresses 2024

Array Addresses 2024

University

20 Qs

[Python For All] Quiz 5 - Numpy

[Python For All] Quiz 5 - Numpy

University

15 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?