Search Header Logo
Review for Final Assessment

Review for Final Assessment

Assessment

Presentation

Computers

6th Grade

Practice Problem

Hard

Created by

Lesa Blanchard

Used 1+ times

FREE Resource

7 Slides • 7 Questions

1

Review for
Final Assessment

2

Reading Code:

In order to describe how a robot will react to code when given code only, you need to understand how all of the code blocks work. It is more than just retyping the blocks into sentences; you need use your knowledge of each code block to BE the robot.

media

Example of retyping the code, but not understanding it:

The robot will start moving at 20, 20 speed. It will wait until the yaw angle equals 90, and then it will stop moving. ​

​This student has simply retyped what the code says. However, their answer gives no indication that they understand this code or how to robot will react. A robot following this code would not do all of that; it would just move forward forever.

3

media

4

Part 1: Understanding start moving blocks.

The first step to being able to read code and know how a robot will react is to understand how the blocks work.

5

Multiple Choice

Question image

How would my robot react to this code?

This question checks if you understand how programs flow

(move from one block to the next).

1

It would start moving forward, then it would do a pivot turn to the left, and then it would stop moving.

2

It would move forward forever.

3

It would turn to the left forever.

4

It wouldn't move at all.

6

Programs run from top to bottom.

The purpose of a wait block is to
prevent a program from moving on to the next block until a specific condition (time, distance, yaw angle, button pressed, etc) is met.

media

7

Open Ended

Question image

How would my robot react to this code? Explain your answer.

8

Open Ended

Question image

How would my robot react to this code? Explain your answer.

9

Multiple Choice

Question image

How would my robot react to this code?

1

It would do a left pivot turn until facing the right, then stop and have a happy face forever.

2

It would do a right pivot turn until facing the right, then stop and have a happy face forever.

3

It would do a right pivot turn until facing the right. Then, a happy face would be on the screen forever.

4

It would do a right pivot turn forever; however, after it reaches a yaw of 90, it would have a happy face while it turns.

10

Draw

Draw the path my robot would take with this code:

11

Part 2: Debugging

12

When you are looking for errors in a program, you are looking for things that will make the robot NOT behave how we want it to. There are always many ways to code the same outcome. It is only an error if it causes the robot to behave incorrectly.

Error or Preference?

media

13

Multiple Choice

I want my robot to drive forward until it see the color red and then turn 90 degrees to the left. Which program(s) have an ERROR?

1
2
3
4

14

Open Ended

Question image

Why did my robot not back up when the tape color was blue?

Review for
Final Assessment

Show answer

Auto Play

Slide 1 / 14

SLIDE