Robotics I Unit 4 Test Review

Robotics I Unit 4 Test Review

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Programming - Iteration, Basic Programming Constructs & Loop

Programming - Iteration, Basic Programming Constructs & Loop

2nd - 12th Grade

10 Qs

Practice Programming Finals

Practice Programming Finals

9th - 12th Grade

20 Qs

Exploring LEGO Spike Robotics Programming

Exploring LEGO Spike Robotics Programming

8th Grade - University

15 Qs

Coding Pre-quiz

Coding Pre-quiz

6th - 9th Grade

15 Qs

Jago PHP

Jago PHP

11th Grade

20 Qs

Control structures

Control structures

10th Grade

18 Qs

JavaScript Basics CodeHS

JavaScript Basics CodeHS

7th - 12th Grade

20 Qs

Loops

Loops

1st - 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?