Interactive Animations and Games from code.org

Interactive Animations and Games from code.org

7th - 12th Grade

14 Qs

quiz-placeholder

Similar activities

Coding Vocabulary

Coding Vocabulary

7th - 8th Grade

19 Qs

Basics of Coding SC 1

Basics of Coding SC 1

7th - 9th Grade

15 Qs

Scratch interface

Scratch interface

5th - 9th Grade

12 Qs

Scratch

Scratch

6th - 7th Grade

15 Qs

Intro to Scratch

Intro to Scratch

6th - 8th Grade

15 Qs

Scratch Lesson 1

Scratch Lesson 1

6th - 10th Grade

11 Qs

Semester Final Part 2

Semester Final Part 2

10th Grade - University

15 Qs

Scratch Animation

Scratch Animation

8th Grade

12 Qs

Interactive Animations and Games from code.org

Interactive Animations and Games from code.org

Assessment

Quiz

Computers

7th - 12th Grade

Hard

Created by

Peter Kovach

Used 55+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

A part of the program that does not work correctly.

Bug

Break

Loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is a list of steps that you can follow to finish a task?

Code

Program

Algorithm

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Predict what will show up on console.log

true true true

true false false

false false false

true false true

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

A student wants to make a sprite appear. The students begins with "var sprite = createSprite(200,300)". What is the next step?

Add a "drawSprites" command

Add a "sprite.setAnimation" command

Add a "sprite.x" command

Add a "sprite.y" command

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which command is necessary to make a sprite move across the screen from right to left?

if then

sprite.x = sprite.x + 2 ;

sprite.x = sprite.x - 2 ;

sprite.y = sprite.y + 2 ;

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Match the block code to the correct description.

a plane moves up and a jet moves across the screen

a blue sky and two planes are made without motion

a plane moves across and a jet moves up

The plane and the jet move together across the screen

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Based on this code, where will the fly appear at the start of the code?

Top left

Top right

Bottom left

Bottom right

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?