Interactive Animations and Games from code.org

Interactive Animations and Games from code.org

Assessment

Flashcard

Computers

7th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

13 questions

Show all answers

1.

FLASHCARD QUESTION

Front

A part of the program that does not work correctly.

Back

Bug

2.

FLASHCARD QUESTION

Front

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

Back

Algorithm

3.

FLASHCARD QUESTION

Front

Predict what will show up on console.log: true true true, true false false, false false false, true false true

Back

true false true

4.

FLASHCARD QUESTION

Front

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

Back

Add a "sprite.setAnimation" command

5.

FLASHCARD QUESTION

Front

Which command is necessary to make a sprite move across the screen from right to left? Options: if then, sprite.x = sprite.x + 2 ;, sprite.x = sprite.x - 2 ;, sprite.y = sprite.y + 2 ;

Back

sprite.x = sprite.x - 2 ;

6.

FLASHCARD QUESTION

Front

Match the block code to the correct description: a plane moves across and a jet moves up

Back

a plane moves across and a jet moves up

7.

FLASHCARD QUESTION

Front

Based on this code, where will the fly appear at the start of the code? Options: Top left, Top right, Bottom left, Bottom right

Back

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?