Lecture_2_intro

Lecture_2_intro

Professional Development

8 Qs

quiz-placeholder

Similar activities

EDA Checkpoint 2

EDA Checkpoint 2

Professional Development

7 Qs

The Human Eye

The Human Eye

KG - Professional Development

9 Qs

Análisis exploratorio de datos celulares

Análisis exploratorio de datos celulares

Professional Development

10 Qs

Fun and science

Fun and science

KG - Professional Development

10 Qs

Eyebrow Mapping Quiz

Eyebrow Mapping Quiz

Professional Development

8 Qs

Lecture_2_intro

Lecture_2_intro

Assessment

Quiz

Mathematics

Professional Development

Medium

Created by

Mariam Metawe3

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

This plot is

One dimension plot

Two dimension ploti

Three dimension plot

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Box plot is used when there are two numerical variables

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which code gives this plot

ggplot(iris,aes

(x=Sepal.Length,

y=Sepal.Width,

alpha=Petal.Length ))+

geom_point(color="blue")

ggplot(iris,aes

(x=Sepal.Length,

y=Sepal.Width))+

geom_point(color="blue", alpha=0.6)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which part of the code responsible on the dispersion of the points?
ggplot(df, aes(x = Species, y = Sepal.Length)) +

geom_point(position = position_jitter(width = 0.2))

aes()

geom_point()

ggplot()

position_jitter()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The following stacked bar chart represents:

Two numerical variables

Two categorical variables

One categorical variable and One numerical variable

Only One numerical variable

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ggplot2 layer which considered All non-data ink

or a Visual elements not part of the data

Geometric layer

Theme layer

Data layer

Aesthetic layer

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

For the following code which part is responsible for The thickness of the outline of the large black points?
ggplot(iris, aes(x=Sepal.Length,y=Sepal.Width , color=Species) )+

geom_point(position="jitter")+

geom_point(data=iris.summary, shape=22, size=5, fill="black", stroke=2)

fill="black"

color=Species

position="jitter"

stroke=2

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the following shapes we can add new color inside it and new to the outward edge

Shapes 0:6

shapes 15:20

shapes 21:25

All of them