A_Digital_Methods_2019

A_Digital_Methods_2019

University

10 Qs

quiz-placeholder

Similar activities

docker advance

docker advance

University

13 Qs

pandas

pandas

9th Grade - University

8 Qs

NumpyPandas

NumpyPandas

University

10 Qs

Manejo de Archivos - TC1028

Manejo de Archivos - TC1028

University

10 Qs

Tidyverse style guide: good and bad coding examples

Tidyverse style guide: good and bad coding examples

University - Professional Development

11 Qs

Q1 - Info Vis

Q1 - Info Vis

University

10 Qs

Unit-2

Unit-2

University

13 Qs

Analyse de données avec R (introduction au cours)

Analyse de données avec R (introduction au cours)

University

10 Qs

A_Digital_Methods_2019

A_Digital_Methods_2019

Assessment

Quiz

Computers, Specialty, Arts

University

Medium

Created by

Petra Heřmánková

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is an absolute path?

C:/users/me/Desktop/DigitalMethods/data/SAFI_clean.csv

data/SAFI_clean.csv

https://ndownloader.figshare.com/files/11492171

2.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Which one will create a new object called interviews?

interviews[interviews =="yes"]

create.dir(interviews)

interviews <- c(1,2,3)

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does getwd() do in R?

Lists the contents of the current directory

Displays the path to your current working directory

Sets the working space to the current directory

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the data type of the object

interviews <- c(1, "a", TRUE, "TRUE")

Numeric

Character

Logical

5.

MULTIPLE SELECT QUESTION

1 min • 1 pt

What will the following command rooms[!is.na(rooms)] do?

Extract those elements of rooms which are not missing values

Extract those elements of rooms which contain missing values

Create a rooms object without missing values.

6.

MULTIPLE SELECT QUESTION

1 min • 1 pt

How should you properly name your digital objects?

My_beautiful_object

my.beautiful.object

My beautiful object

My beaut#i.fu.l 9b-ject

MyBeautifulObject

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is a CSV file?

Proprietary file format produced by RStudio

Weird version of my excel spreadsheet

Comma Separated Value file

Tab Separated value file

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?