Test 04 - R matrices

Test 04 - R matrices

University

10 Qs

quiz-placeholder

Similar activities

Acara 6

Acara 6

University

10 Qs

L9 TCA/Kreb cycle & G3P Shuttle

L9 TCA/Kreb cycle & G3P Shuttle

University

10 Qs

LECTURE SB015: CHAPTER 8

LECTURE SB015: CHAPTER 8

University

10 Qs

Lec 10, 11, 12; ETC, REVIEW & Gluconeogenesis

Lec 10, 11, 12; ETC, REVIEW & Gluconeogenesis

University

10 Qs

18. Banco de preguntas Sistema Urinario - 3 premisas - 1.

18. Banco de preguntas Sistema Urinario - 3 premisas - 1.

University

10 Qs

Electron Transport Train

Electron Transport Train

11th Grade - University

12 Qs

Materi Genetik

Materi Genetik

University

10 Qs

The Krebs Cycle

The Krebs Cycle

11th Grade - University

15 Qs

Test 04 - R matrices

Test 04 - R matrices

Assessment

Quiz

Biology

University

Medium

Created by

Francisco R. Villatoro

Used 7+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

list ( h="P", m="M", c=T ) [[ "c" ]]

"P"

"M"

TRUE

NULL

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

list ( h="P", m="M", c=T ) $h

"P"

"M"

TRUE

NULL

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

list ( h="P", m="M", c=T) [ c(-2) ]

$h      

[1] "P"

$m      

[1] "M"

$h           

[1] "P"

$c           

[1] TRUE

NULL

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

matrix ( 1:3 , 2, 3) [ , 1 ]

[1] 1 3 2

[1] 1 2

[1] 2 1 3

[1] 3 1

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

matrix(c(1, 1, 1, 4, 2, 3), ncol=2, byrow=T)

        [ ,1]  [,2]

[1, ]      1     1

[2, ]      1     4

[3, ]      2     3

        [ ,1]  [,2]

[1, ]      1     4

[2, ]      1     2

[3, ]      1     3

       [ ,1]  [ ,2] [ ,3]

[1,]   1      1      1

[2,]  4     2      3

       [ ,1]  [ ,2] [ ,3]

[1,]   1     1      2

[2,]  1     4      3

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

matrix(1,2,2) + matrix(2,2,2)

        [ ,1]  [,2]

[1, ]      2     2

[2, ]      2     2

        [ ,1]  [,2]

[1, ]      3     3

[2, ]      3     3

        [ ,1]  [,2]

[1, ]      4     4

[2, ]      4     4

Error:

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

matrix(1,2,2) * matrix(2,2,2)

        [ ,1]  [,2]

[1, ]      2     2

[2, ]      2     2

        [ ,1]  [,2]

[1, ]      3     3

[2, ]      3     3

        [ ,1]  [,2]

[1, ]      4     4

[2, ]      4     4

Error:

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?