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

Algoritmo y estructura de datos S3

Algoritmo y estructura de datos S3

University

10 Qs

Quiz I - Programming in C

Quiz I - Programming in C

University

20 Qs

CMP128 Java Ch. 07 Arrays

CMP128 Java Ch. 07 Arrays

University

10 Qs

BFM3002 - QUIZ 2

BFM3002 - QUIZ 2

University - Professional Development

12 Qs

Programming in C language

Programming in C language

12th Grade - University

18 Qs

Modelo de base de datos 2

Modelo de base de datos 2

University

12 Qs

Bertelsmann AI Track Quiz Initiative #3

Bertelsmann AI Track Quiz Initiative #3

University - Professional Development

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?