Robotics I Unit 4 Test Review

Robotics I Unit 4 Test Review

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Control Structure 1

Control Structure 1

12th Grade

20 Qs

Code.org Control Structures

Code.org Control Structures

10th Grade

18 Qs

SIP C2

SIP C2

12th Grade

20 Qs

Unit 6: Loops and Traversals Test

Unit 6: Loops and Traversals Test

10th - 12th Grade

20 Qs

STAGE 1

STAGE 1

9th Grade - University

15 Qs

Pemrograman Dasar Kelas X

Pemrograman Dasar Kelas X

10th Grade

20 Qs

Robotics Quiz

Robotics Quiz

5th - 9th Grade

14 Qs

RobotC Review

RobotC Review

9th - 12th Grade

20 Qs

Robotics I Unit 4 Test Review

Robotics I Unit 4 Test Review

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Erin LoBue

Used 7+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an "if-then" block used for?

To repeat sections of the program flow.

To direct the program flow under certain conditions

To ensure that every line of the code runs

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An "if-then" condition that is not inside a loop is checked how many times?

0

1

as many times as it needs to

it depends on the program

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

There is nothing in front of the robot when the program starts. What will the robot do.

Turn right

Go forward

Do nothing

Wait for you to press the TouchLED

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The robot will only run the Else Branch if...

the condition is true

the condition is false

the condition is neither true nor false

none of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when you place a loop around an “if-then-else” block?

The robot makes a decision and then repeats it as many times as the loops says.

The robot makes a new decision each time the loop runs.

You cannot put a loop around an "if-then-else" block.

The robot defaults to "else."

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a nested decision?

An "if-then-else" in a loop

An "if-then-else" in an "if-then-else"

A loop in an "if-then-else"

A loop in a loop

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are nested loops used for?

Making one-time decisions

Making multiple decisions

Repeating a decisions

Running two sequences at once

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?