Dinosaur Quiz Test

Dinosaur Quiz Test

10th Grade

22 Qs

quiz-placeholder

Similar activities

Piano Keyboard (Accidentals, Half/Whole Steps)

Piano Keyboard (Accidentals, Half/Whole Steps)

6th - 12th Grade

20 Qs

2/8-3/12 Practice Vocabulary Test

2/8-3/12 Practice Vocabulary Test

9th - 12th Grade

17 Qs

3-D Design 1 Ceramics review

3-D Design 1 Ceramics review

9th - 12th Grade

22 Qs

Music Theory 101

Music Theory 101

9th - 12th Grade

20 Qs

Theatre Hierarchy/Types of Theatres and Stages, Part Two

Theatre Hierarchy/Types of Theatres and Stages, Part Two

9th - 12th Grade

20 Qs

Music Terminology

Music Terminology

7th - 12th Grade

20 Qs

Theatre Production

Theatre Production

7th - 12th Grade

22 Qs

Jobs of the Theatre

Jobs of the Theatre

6th Grade - University

24 Qs

Dinosaur Quiz Test

Dinosaur Quiz Test

Assessment

Quiz

Arts

10th Grade

Medium

Created by

Jason Scott

Used 19+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

broadcast [message]

switch backdrop to [message]

when backdrop switches to [message]

forever

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these conditions will check if the player’s answer is “yes” or “Yes”?

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

if [answer = "YES"]

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

if [answer ≠ "no"]

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Match the following blocks with their correct usage in a loop scenario.

repeat [10]

forever

repeat until [answer = "correct"] 

if [answer = "correct"] then

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What block should you use to move a sprite up and down like it’s jumping?

change y by 10 and change y by -10

change x by 10

go to x:0 y:0

switch costume to [jump]

5.

DROPDOWN QUESTION

30 sec • 1 pt

The Scratch block that allows you to ask a player a question and store their response is (a)  

ask [question] and wait
broadcast [question]
say [question]
repeat until [answer]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you change the sprite’s costume when a player gets an answer correct?

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

when I receive [correct] → switch costume to [happy]

broadcast [happy] → change costume

repeat until [answer = "correct"]

7.

DROPDOWN QUESTION

30 sec • 1 pt

The block to check if the player scored 5 points is (a)  

if [score = 5] then
if [score > 5] then
repeat until [score = 5]
change [score] by 5

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?