Test 05 - R funciones

Test 05 - R funciones

University

10 Qs

quiz-placeholder

Similar activities

Slovíčka lekce 2

Slovíčka lekce 2

University

10 Qs

Barn scavenger hunt

Barn scavenger hunt

University

11 Qs

TEST DE FÍSICA-QUÍMICA Y BIOLOGÍA

TEST DE FÍSICA-QUÍMICA Y BIOLOGÍA

University

8 Qs

Vitamins and Minerals in the body.

Vitamins and Minerals in the body.

6th Grade - Professional Development

10 Qs

Soal latihan KSN IPA

Soal latihan KSN IPA

7th Grade - Professional Development

10 Qs

Initiation of Translation

Initiation of Translation

University

10 Qs

Morfogénesis

Morfogénesis

University

10 Qs

Scientific Calculations

Scientific Calculations

University

15 Qs

Test 05 - R funciones

Test 05 - R funciones

Assessment

Quiz

Biology

University

Medium

Created by

Francisco R. Villatoro

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

s=function(x=2,y=3) return(x^2+y^2) ; s( , 4)

Error:

20

25

32

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

s=function(x=2,y=3) return(x^2+y^2) ; s(1)+s()

Error u otro resultado

20

23

31

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

s=function(x=2,y=3) return(x^2+y^2) ; s(x=1)

5

10

8

12

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

f = function(n) sum(1:n) ; f(0)

0

1

2

3

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

f = function(n) sum(1:n) ; f(2)

0

1

2

3

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

f = function(n) prod(1:n) ; f(0)

0

1

2

3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

f = function(n) prod(1:n) ; f(2)

0

1

2

3

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?