CS First: Dance Party Exit-Ticket

CS First: Dance Party Exit-Ticket

5th Grade

5 Qs

quiz-placeholder

Similar activities

Scratch Quiz {3.0}

Scratch Quiz {3.0}

KG - Professional Development

9 Qs

scratch

scratch

1st - 12th Grade

10 Qs

YouCode Scratch Quiz

YouCode Scratch Quiz

KG - 12th Grade

10 Qs

Scratch

Scratch

KG - University

10 Qs

Scratch 12

Scratch 12

1st - 5th Grade

10 Qs

SCRATCH

SCRATCH

4th - 7th Grade

8 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

2nd Grade - University

10 Qs

Coding - What do you know?

Coding - What do you know?

3rd - 5th Grade

10 Qs

CS First: Dance Party Exit-Ticket

CS First: Dance Party Exit-Ticket

Assessment

Quiz

Other

5th Grade

Easy

Created by

Nikolina Mihalic

Used 3+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ella needs her character to pause for a few seconds before speaking. Which type of code block should she use to add this delay?
A wait code
A loop such as a repeat or forever code
An event such as a when green flag clicked code

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aisha doesn't want her sprite to stop dancing. What type of code block should she use to make sure that the sprite repeats its dance moves?
A wait code
A loop such as a repeat or forever code
An event such as a when green flag clicked code

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Sam wants his sprite to start dancing. Which type of code block should he use to trigger the dance?
A wait code
An event such as a when green flag clicked code
A loop such as a repeat or forever code

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Look at the code below. What do you think happens when the code is run?
First, the meow sound plays once, then the sprite changes costumes once
The meow sound repeatedly plays, while the sprite's costumes change as fast as possible
First, the sprite changes costumes once, then the meow sound plays once

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Look at the code below. What do you think happens when the code is run? 1. When green flag clicked code 2. Repeat 5 times: Move 10 steps and play sound pop
The sprite moves 10 steps and plays the pop sound once.
The sprite stays still and plays the pop sound five times.
The sprite moves 50 steps in total and plays the pop sound five times.