The Draw Loop

The Draw Loop

7th Grade

12 Qs

quiz-placeholder

Similar activities

CS Express

CS Express

6th - 8th Grade

17 Qs

Quiz: Basic Graphics and Shapes with Turtle

Quiz: Basic Graphics and Shapes with Turtle

7th Grade

10 Qs

Grade 7 - QBASIC Quiz

Grade 7 - QBASIC Quiz

7th Grade

15 Qs

Python - Loops & Lists

Python - Loops & Lists

7th - 11th Grade

15 Qs

N5 SDD - Python input and output

N5 SDD - Python input and output

7th - 11th Grade

12 Qs

Computer Parts

Computer Parts

7th - 8th Grade

13 Qs

JavaScript Loop

JavaScript Loop

6th - 8th Grade

10 Qs

Programming Vocabulary

Programming Vocabulary

6th - 8th Grade

15 Qs

The Draw Loop

The Draw Loop

Assessment

Quiz

Computers

7th Grade

Hard

130.93

Standards-aligned

Created by

Scott Cochrane

Used 16+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Prior to the lesson on the draw loop, all the instructions we have programmed were executed in what order?

Sequential order (from top to bottom).

Random order

Order determined by the computer to be most efficient

First it executes the drawing commands, then it executes the sprite commands, and lastly, it executes the text commands.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a flipbook?

A book with drawings on each page that look like movement when you flip through the pages.

A gymnastic move that inspired people at code.org

When you flip the order that the computer executes instructions.

A way to measure frames per second (fps)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is an animation created?

Draw a series of images that are similar but have changes. then show each image in turn.

Use a video camera to create a movie.

Program the computer to record a movie.

Animations are not related to computers.

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is the purpose of the draw function in Game Lab?

To reset the program

To generate random numbers

To create real animations

To draw a single rectangle

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What does the fill command do inside the draw loop?

Reset the program

Choose a new color

Draw a new shape

Generate random numbers

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is the effect of the draw loop in the program?

Repeats the commands in a loop

Draws a single shape

Generates random numbers

Resets the program

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What commands are executed first?

Commands outside of the draw loop

Commands inside the draw loop

Commands not related to the draw loop

Commands from the Draw toolkit

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?