CS First: Dance Party Exit-Ticket

CS First: Dance Party Exit-Ticket

5th Grade

5 Qs

quiz-placeholder

Similar activities

Hari 3 - Kuis Coding & Perkenalan AI - Theresia Dian Anggraeni

Hari 3 - Kuis Coding & Perkenalan AI - Theresia Dian Anggraeni

KG - Professional Development

10 Qs

Scratch 6

Scratch 6

1st - 5th Grade

10 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

1st - 6th Grade

10 Qs

Informatika V

Informatika V

5th Grade

10 Qs

App Development JC Assessment 2

App Development JC Assessment 2

4th - 6th Grade

10 Qs

Scratch Quiz

Scratch Quiz

4th - 6th Grade

10 Qs

Basics in Scratch

Basics in Scratch

2nd - 7th Grade

7 Qs

Scratch Basics

Scratch Basics

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.