Week1 Quiz

Week1 Quiz

University

8 Qs

quiz-placeholder

Similar activities

Cybersecurity Ethics

Cybersecurity Ethics

10th Grade - University

10 Qs

UTS Kriptografi

UTS Kriptografi

University

10 Qs

Project Kappa (D)

Project Kappa (D)

University

12 Qs

Capitulo 7

Capitulo 7

University

9 Qs

Neha Agarwal

Neha Agarwal

University

10 Qs

DES & AES in Cryptography

DES & AES in Cryptography

University

10 Qs

Controller Closeups 1

Controller Closeups 1

KG - Professional Development

10 Qs

Шифрование при передаче данных

Шифрование при передаче данных

University

7 Qs

Week1 Quiz

Week1 Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Dongui Lee

FREE Resource

8 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

15 mins • 1 pt

Media Image

Enter the code in the mosaic

2.

FILL IN THE BLANK QUESTION

15 mins • 1 pt

Media Image

Enter the code in the mosaic

3.

FILL IN THE BLANK QUESTION

15 mins • 1 pt

Media Image

How to draw this plot?

(fill in the blank)

ggplot(data=mpg)+

_________(mapping=aes(x=displ,y=hwy))

4.

FILL IN THE BLANK QUESTION

15 mins • 1 pt

Media Image

How to draw this plot? (fill in the blacnk)

ggplot(data=mpg)+

geom_point(aes(x=displ,y=hwy,_____=class))

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

How to make these plots?(fill in the blank)

ggplot(data=mpg,aes(x=displ,y=hwy))+

geom_point()+

facet_wrap(class~.,____=2)

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

How to draw this plot? (fill in the blank)

ggplot(data=mpg,aes(x=displ,y=hwy))+

geom_point(aes(color=drv))+

geom_smooth(aes(________=drv), se=FALSE)

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

How to draw this plot? (fill in the blank)

ggplot(data=diamonds,aes(x=cut))+

geom_bar(fill=NA, aes(color=clarity), position='_____')

8.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

How to draw this plot? (fill in the blank)

ggplot(mpg,aes(displ,hwy))+

geom_[______]()