Dinosaur Flashcard Test

Dinosaur Flashcard Test

Assessment

Flashcard

Arts

10th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

15 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What Scratch block is used to trigger other scripts in a project?

Back

broadcast [message]

2.

FLASHCARD QUESTION

Front

Which of these conditions will check if the player’s answer is “yes” or “Yes”? Options: if [answer = "yes" or answer = "Yes"] , if [answer = "YES"] , if [answer = "yes" and answer = "Yes"] , if [answer ≠ "no"]

Back

if [answer = "yes" or answer = "Yes"]

3.

FLASHCARD QUESTION

Front

Match the following blocks with their correct usage in a loop scenario: repeat [10], forever, repeat until [answer = "correct"], if [answer = "correct"] then

Back

repeat until [answer = "correct"]

4.

FLASHCARD QUESTION

Front

What block should you use to move a sprite up and down like it’s jumping? Options: change y by 10 and change y by -10, change x by 10, go to x:0 y:0, switch costume to [jump]

Back

change y by 10 and change y by -10

5.

FLASHCARD QUESTION

Front

How do you change the sprite’s costume when a player gets an answer correct? Options: if [answer = "correct"] then → switch costume to [happy], when I receive [correct] → switch costume to [happy], broadcast [happy] → change costume, repeat until [answer = "correct"]

Back

if [answer = "correct"] then → switch costume to [happy]

6.

FLASHCARD QUESTION

Front

Which of the following blocks will wait for the player to type an answer?
Options: ask [What is 2+2?] and wait, say [What is 2+2?], wait until [2+2=4], broadcast [answer]

Back

ask [What is 2+2?] and wait

7.

FLASHCARD QUESTION

Front

What block checks if two conditions are true at the same time? Options: if [answer = "dog" and score = 5] then, if [answer = "dog" or score = 5] then, if [answer = "dog"], repeat until [answer = "dog"]

Back

if [answer = "dog" and score = 5] then

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?