Explaining Scratch Code - Task 1

Explaining Scratch Code - Task 1

2nd - 8th Grade

9 Qs

quiz-placeholder

Similar activities

Coding Basics in Swift

Coding Basics in Swift

7th Grade

11 Qs

Ariyati Pangestuti

Ariyati Pangestuti

1st - 2nd Grade

10 Qs

Scratch Test

Scratch Test

5th - 6th Grade

10 Qs

AapLab LC 1

AapLab LC 1

1st - 3rd Grade

12 Qs

S1 Microbit Knowledge Check 2

S1 Microbit Knowledge Check 2

7th Grade

12 Qs

Code Basic Concepts Assessment

Code Basic Concepts Assessment

5th Grade

10 Qs

MicroBit Lesson 4 AND 5

MicroBit Lesson 4 AND 5

7th Grade

12 Qs

Coding 300 Coding Basics

Coding 300 Coding Basics

7th - 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'