Explaining Scratch Code - Task 1

Explaining Scratch Code - Task 1

2nd - 8th Grade

9 Qs

quiz-placeholder

Similar activities

Code.org Express Course Vocab Lessons 1-10

Code.org Express Course Vocab Lessons 1-10

6th Grade

13 Qs

N5 SDD - Pre-defined functions and code understanding

N5 SDD - Pre-defined functions and code understanding

3rd Grade

10 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

1st - 10th Grade

11 Qs

MIT Review

MIT Review

6th - 8th Grade

14 Qs

Unit 1 Vocab Quiz 1

Unit 1 Vocab Quiz 1

6th - 8th Grade

6 Qs

Be a Perfect Programmer with Scratch

Be a Perfect Programmer with Scratch

7th Grade

10 Qs

Banana Tales Part I (1-40)

Banana Tales Part I (1-40)

6th - 8th Grade

10 Qs

SCRATCH

SCRATCH

4th - 8th Grade

10 Qs

Explaining Scratch Code - Task 1

Explaining Scratch Code - Task 1

Assessment

Quiz

Computers

2nd - 8th Grade

Easy

Created by

Steve Close

Used 12+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

'An area of memory set aside to store a word or a number'

This describes a

Fixed Loop

Conditional Statement

Variable

Conditional Loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

This type of loop goes round a set number of times.

Conditional loop

Fixed loop

Infinite loop

Nested loop

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

This programming construct allows a computer program to make a decision.

Conditional Loop

Conditional Statement

Fixed Loop

Variable

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

This type of loop repeats until a condition is met.

Conditional loop

Conditional statement

Fixed Loop

Variable

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

What does this section of code do?

The sprite says the word 'Hello!' for 3 seconds.

The sprite says the word 'Hello!' twice

The sprite says the word 'Hello!' 3 times, for 2 seconds each

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

What does this screenshot show?

It sets up the variables 'score' and 'bonus' and gives them the value 0

It creates a conditional statement based on the score variable.

It deletes the variables 'score' and 'bonus'.

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

What does this section of code do?

It declares (or creates) the score variable.

It deletes the score variable.

It sets the variable 'score' to 7.

8.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

What does this IF, THEN... ELSE construct do?

It gives a bonus of 10 if the score is greater than 200

It gives a bonus of 200 if the score is greater than 10

It deletes the user's score

9.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

How is the variable 'total cost' calculated?

You take the 'ticket cost' and multiply it by the 'booking fee'

You multiply the 'number of tickets' by the 'ticket cost' and then add the 'booking fee'

You add the 'ticket cost' to the 'number of tickets' then add the 'booking fee'