Level 1 Lecture2

Level 1 Lecture2

Professional Development

5 Qs

quiz-placeholder

Similar activities

Deep Learning

Deep Learning

University - Professional Development

10 Qs

Review Week 1

Review Week 1

Professional Development

10 Qs

Ukuran Pemusatan Data Kelompok

Ukuran Pemusatan Data Kelompok

1st Grade - Professional Development

10 Qs

PKP IN 2

PKP IN 2

Professional Development

10 Qs

Pre test Statistika

Pre test Statistika

Professional Development

10 Qs

Pretest PKB MGMP-238-0005

Pretest PKB MGMP-238-0005

Professional Development

10 Qs

TPS Statistika

TPS Statistika

12th Grade - Professional Development

10 Qs

Charging Up Your Graphing Skills

Charging Up Your Graphing Skills

Professional Development

10 Qs

Level 1 Lecture2

Level 1 Lecture2

Assessment

Quiz

Mathematics

Professional Development

Hard

Created by

Mariam Metawe3

Used 4+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4 power 2 equal 16 how to make this calculation in R?

4^2

4**2

None of the them

Both of them

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which function creates vector?

vector( )

vec( )

c( )

All of the Above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if a vector called vec contains 4 items in the follwoing order

30, "Apples", 20, "Bananas"

what what is the result of this

vec[1]

30

"30"

"Apples"

20

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Choose the correct statement(s)

you can choose more than one answer

matrix two dimension

vector one dimension

matrix one dimension

vector two dimension

matrix can hold different types of data

vector can't hold different types of data

Both vectors and matrices hold only one type of data

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which statement(s) is true about dataframe structure in R

You can choose more than one answer

Different columns in dataframe should hold the same data type

Different columns in dataframe can hold different data types

Each column can contains different data type

Each column should contain single data type