Review MOOC1

Review MOOC1

University

40 Qs

quiz-placeholder

Similar activities

Basics of C

Basics of C

University

40 Qs

 IAS 2 Security Architecture and Design Quiz 3

IAS 2 Security Architecture and Design Quiz 3

University

35 Qs

I/O and Operators in C

I/O and Operators in C

University

43 Qs

IT211- Data Structures and Algorithm

IT211- Data Structures and Algorithm

University

45 Qs

ICT

ICT

12th Grade - University

40 Qs

CIA VIVA- Practical & Theory

CIA VIVA- Practical & Theory

University

40 Qs

Arrays in C

Arrays in C

University

40 Qs

CSCI0823 UnitTest_Finals

CSCI0823 UnitTest_Finals

University

35 Qs

Review MOOC1

Review MOOC1

Assessment

Quiz

Computers

University

Easy

Created by

Như Phương

Used 3+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

10 sec • 1 pt

Which of the following are examples of predictive analysis? Select two answers

A. Dashboard

B. Pandemic trends predictions

C. Understanding human languages

D. Returning a summary of descriptive statistics for data

2.

MULTIPLE SELECT QUESTION

10 sec • 1 pt

Which of the following statements about numeric and integer values are true? Select three answers

A. A numeric value can be converted to an integer.

B. The converted value of a numeric to an integer is always equal to the original numeric value.

C. The converted value of an integer to a numeric is always equal to the original integer value.

D. An integer can be converted to a numeric value.

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which R function saves a workspace to a.RData file?

A. save.file()

B. save.workspace()

C. save.data()

D. save.image()

4.

MULTIPLE SELECT QUESTION

10 sec • 1 pt

In RStudio, which of the following statements about writing code in the File Editor and the Console are true? Select two answers?

A. You write code in the Console when you want to try out R commands or run a few lines of code.

B. Only files containing R code can be edited in the File Editor

C. Code in the File Editor executes immediately as you type it so you can see the results quickly

D. You write code, usually for multiple lines of code, in the File Editor and execute them in batch mode.

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Complete the statement: A Jupyter Notebook is made up of a series of ___ that you can use to write, run, and interact with your code

A. Cells

B. Files

C. Objects

D. Workspaces

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

R can perform several forms of statistical computation. What is an example of hypothesis testing?

A. Compute and visualize a correlation matrix among four different variables to see if they are correlated

B. Testing if the mean values of the two groups are statistically different.

C. Inferring an unknown mean value of a population from its samples.

D. Obtaining a representative subset of data.

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following data type conversions may be not allowed in R?

A. Numeric (like 1 or 2) to integer

B. Integer (like 1L or 2L) to numeric

C. Character (like ‘1’. ‘A’, or ‘test’) to numeric       

D. logical (like TRUE or FALSE) to numeric

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?