Code.org Unit 3 Lessons 15-17

Code.org Unit 3 Lessons 15-17

Assessment

Flashcard

Computers

6th - 8th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

8 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is going to happen when this code is run? Options: the Pear will grow larger and then turn into the apple (fruit), the apple (fruit) will grow larger and then turn into the pear, the apple (fruit) and pear will grow larger, there will be a bowl of fruit that will rotate on the stage

Back

the apple (fruit) will grow larger and then turn into the pear

2.

FLASHCARD QUESTION

Front

In this set of code, what will cause the dinosaur turn into the pterodactyl? Options: in the conditional block the dinosaur will turn into the pterodactyl when it hits a number of 250 or greater on the y axis, in the conditional block the dinosaur will turn into the pterodactyl when it hits a number of 250 or less on the y axis, in the conditional block the dinosaur will turn into the pterodactyl when it hits a number of 250 or less on the x axis, in the conditional block the dinosaur will turn into the pterodactyl when it hits a number of 250 or greater on the x axis

Back

in the conditional block the dinosaur will turn into the pterodactyl when it hits a number of 250 or less on the y axis

3.

FLASHCARD QUESTION

Front

Do you need to change sprite's x or y property to move it to the right?

Back

x

4.

FLASHCARD QUESTION

Front

Debug this set of code. The turtle will move up and down but it won't move to the left. How can we debug this issue?

Back

the left key down code is missing the sprite x block

5.

FLASHCARD QUESTION

Front

Read the code. What is going to happen to the Gears when the space bar is pressed?

Back

the gears will spin in the opposite direction when the space bar is pressed

6.

FLASHCARD QUESTION

Front

When the left mouse button is pressed the balloon will move down. Choose the correct code below that will cause the balloon to move up.

Back

Media Image

7.

FLASHCARD QUESTION

Front

The ghost moves left and right. How can we code the ghost to move up and down? Pick the next set of code that will cause the ghost to move up the screen.

Back

Media Image

8.

FLASHCARD QUESTION

Front

In Code.org where is the origin located?

Back

in the upper left corner