SCR1 Recap Day 3

SCR1 Recap Day 3

1st Grade

8 Qs

quiz-placeholder

Similar activities

BÀI 8. SẮP XẾP VÀ LỌC DỮ LIỆU

BÀI 8. SẮP XẾP VÀ LỌC DỮ LIỆU

1st - 12th Grade

10 Qs

Cyber Security

Cyber Security

1st - 10th Grade

10 Qs

SCR1 Recap Day 4

SCR1 Recap Day 4

1st Grade

6 Qs

Recapitulation ICT Quiz

Recapitulation ICT Quiz

1st Grade

12 Qs

Computer  Revision Quiz

Computer Revision Quiz

1st Grade

10 Qs

Google Aptitude Test

Google Aptitude Test

KG - University

10 Qs

BÀI KIỂM TRA GIỮA KÌ 2 LỚP 5

BÀI KIỂM TRA GIỮA KÌ 2 LỚP 5

1st - 10th Grade

10 Qs

SCR1 Recap Day 3

SCR1 Recap Day 3

Assessment

Quiz

Computers

1st Grade

Practice Problem

Hard

Created by

Saturday Kids

Used 360+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are variables used for?

To send a message

To store a value

To change a costume

To clone a sprite

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What can you do with a variable?

Set the variable value

Increase the variable value

Decrease the variable value

Delete the variable

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the value of the ‘total’ variable?

0

1

10

20

4.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following features uses a variable?

A sprite moving up when the arrow key is pressed

A game timer that starts at 60 and counts down to 0

A clone that disappears after 5 seconds

A score that increases every time the sprite catches a ball

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Where do you find thiss block?

Events

Motion

Control

Looks

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are conditionals used for?

To do something when green flag is clicked

To do something when an event happens

To do something when a condition is true or false

To do something when a variable has changed

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does this code block do?

If the total variable is smaller than 20, switch costume to “costume2”

If the total variable is greater than 20, switch costume to “costume1”

If the total variable is equal to 20, switch costume to “costume1”

If the total variable is greater than 20, switch costume to “costume2”

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does this code block do?

If the sprite is touching another sprite, set the colour to red and total to zero

If the sprite is touching the colour red, move sprite to [X:0, Y:0] and set the total to zero

If the total is zero and the sprite is in [X:0, Y:0], change the colour to red

If the sprite is at [X:0, Y:0], set total to zero and change colour to red