Day-3 Assessment(Essentials of Data Analytics Using R)

Day-3 Assessment(Essentials of Data Analytics Using R)

University

15 Qs

quiz-placeholder

Similar activities

Project mc²

Project mc²

2nd Grade - Professional Development

11 Qs

Statistics Quiz

Statistics Quiz

University

20 Qs

environmental education

environmental education

University

10 Qs

GREEN TRANSPORTATION

GREEN TRANSPORTATION

University

10 Qs

GLS290 Aerial Camera

GLS290 Aerial Camera

University

10 Qs

Rehab 105 Short Quiz 4 - Endterms

Rehab 105 Short Quiz 4 - Endterms

University

20 Qs

CCHU5001_Week 3_Quiz

CCHU5001_Week 3_Quiz

University

10 Qs

Freight Rate

Freight Rate

University

16 Qs

Day-3 Assessment(Essentials of Data Analytics Using R)

Day-3 Assessment(Essentials of Data Analytics Using R)

Assessment

Quiz

Other

University

Hard

Created by

Aman Kumar

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Point out the correct statement?

Blocks are evaluated until a new line is entered after the closing brace

Single statements are evaluated when a new line is typed at the start of the syntactically complete statement

The if/else statement conditionally evaluates two statements

Break will execute a loop while a condition is true

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following R syntax is correct for while loop?

while ( statement1 ) statement2

while ( statement1 ) else statement2

while ( statement1 ) do statement2

while ( statement2 ) doelse statement2

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Point out the wrong statement?

for will execute a loop a fixed number of times

break will execute a loop while a condition is true

if and else tests a condition and acting on it

break is used to break the execution of a loop

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which loop executes a sequence of statements multiple times and abbreviates the code that manages the loop variable?

repeat

for

while

do-while

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following true about for loop?

Repeats a statement or group of statements while a given condition is true. It tests the condition before executing the loop body.

it tests the condition at the end of the loop body.

Both A and B

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement simulates the behavior of R switch?

Next

Previous

break

goto

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the following character skip during execution?

D

C

A

B

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?