general knowledge

general knowledge

Professional Development

6 Qs

quiz-placeholder

Similar activities

Ratios Quiz

Ratios Quiz

5th Grade - Professional Development

10 Qs

Sean's Math fair quiz

Sean's Math fair quiz

5th Grade - Professional Development

10 Qs

Ktra về vector mặc dù biết năm sau mới học vector....

Ktra về vector mặc dù biết năm sau mới học vector....

KG - Professional Development

10 Qs

Funciones vectoriales y sus derivadas

Funciones vectoriales y sus derivadas

Professional Development

8 Qs

AILET 2009

AILET 2009

8th Grade - Professional Development

10 Qs

Math Practice 1 Set 1

Math Practice 1 Set 1

Professional Development

10 Qs

11.2 Translation

11.2 Translation

1st Grade - Professional Development

7 Qs

AMS_TEAM

AMS_TEAM

Professional Development

10 Qs

general knowledge

general knowledge

Assessment

Quiz

Mathematics

Professional Development

Hard

Created by

Mariam Metawe3

Used 1+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All are measures of central tendency EXCEPT

Mean

Median

Mode

Standard deviation

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Correlation takes values from 0 to 1 and can't take a negative value

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Frequency tables is used to describe categorical data

True

False

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

The following function (%>%) can be called when library() which package(s)

You can choose more than one answer if possible

library(dplyr)

library(tidyverse)

library(ggplot2)

library(ggplot1)

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following R code snippets correctly assigns the vector c(1, 2, 3) to the variable my_vector?

you can choose more than one answer if possible

my_vector <- 1, 2, 3

my_vector >- c(1, 2, 3)

my_vector <- c(1, 2, 3)

my_vector = 1:3

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the meaning of this code

salary$money

select the column Money from dataframe called salary

change the unit of column called money into dollars

select a column called salary from a dataframe called money

change the unit of column called salary into dollars