Robotics I Unit 4 Test Review

Robotics I Unit 4 Test Review

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Python Functions

Python Functions

12th Grade

15 Qs

Week #7 - Time Machine

Week #7 - Time Machine

8th Grade - University

17 Qs

AQA GCSE Computer Science - 3.1.1 Representing algorithms

AQA GCSE Computer Science - 3.1.1 Representing algorithms

8th - 10th Grade

19 Qs

Python while loops

Python while loops

8th - 9th Grade

20 Qs

Python Basics Review

Python Basics Review

10th Grade

18 Qs

Programming Finals

Programming Finals

9th - 12th Grade

20 Qs

Python -Iteration (loops)

Python -Iteration (loops)

7th - 12th Grade

20 Qs

Hour of Code

Hour of Code

6th - 12th Grade

12 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?