Week1 Quiz

Week1 Quiz

University

8 Qs

quiz-placeholder

Similar activities

Symmetric Cryptography

Symmetric Cryptography

University

10 Qs

VPN - QUIZ

VPN - QUIZ

University

10 Qs

Quiz on R for Data Analysis-U5

Quiz on R for Data Analysis-U5

University

10 Qs

CLI Topic 5 - Basic Security

CLI Topic 5 - Basic Security

University

10 Qs

UTS Kriptografi

UTS Kriptografi

University

10 Qs

Κυβερνοασφάλεια: Κρυπτογραφία – Είδη κρυπτογράφησης

Κυβερνοασφάλεια: Κρυπτογραφία – Είδη κρυπτογράφησης

9th Grade - University

10 Qs

SWRE Unit 12

SWRE Unit 12

University

12 Qs

Encryption and Cryptography

Encryption and Cryptography

University

10 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_[______]()