Explaining Scratch Code - Task 2

Explaining Scratch Code - Task 2

2nd - 8th Grade

8 Qs

quiz-placeholder

Similar activities

KS4 Programming Techniques (1)

KS4 Programming Techniques (1)

8th - 10th Grade

10 Qs

Coding Keywords Open Ended

Coding Keywords Open Ended

2nd Grade

12 Qs

Scratch Programming Language

Scratch Programming Language

3rd Grade

10 Qs

Python Basic

Python Basic

6th - 8th Grade

10 Qs

N5 SDD - Pre-defined functions and code understanding

N5 SDD - Pre-defined functions and code understanding

3rd Grade

10 Qs

Explaining Scratch Code - Task 3

Explaining Scratch Code - Task 3

2nd - 6th Grade

8 Qs

Code.org Express Course Vocab Lessons 1-10

Code.org Express Course Vocab Lessons 1-10

6th Grade

13 Qs

Code Basic Concepts Assessment

Code Basic Concepts Assessment

5th Grade

10 Qs

Explaining Scratch Code - Task 2

Explaining Scratch Code - Task 2

Assessment

Quiz

Computers

2nd - 8th Grade

Easy

Created by

Steve Close

Used 6+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

What are the 2 types of loop you have learned about?

Conditional Loop

Nested Loop

Variable Loop

Fixed Loop

Outer Loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which loop goes round a set number of times?

Conditional Loop

Fixed Loop

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which loop goes round until a condition is met?

Conditional Loop

Fixed Loop

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

What is the proper name for the 'repeat' construct in this section of code?

Conditional Loop

Fixed Loop

Conditional Statement

Variable

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

What is the variable 'number of games' used for here?

It stores the name of the user

It stores the age of the user

It controls the sprite movement

It controls the number of times the fixed loop goes round.

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

What happens inside the fixed loop (repeat)?

The user is prompted for and enters the name and price of their games. The prices are then totalled up.

The user is prompted for and enters the total cost of their games.

The user is prompted for the game names which are then printed to the screen.

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

How is the variable 'total cost' calculated?

Each time round the loop the game price is subtracted from the total.

Each time

round the loop the game price is printed to the screen.

Each time round the loop the cose of a game is added to the total.

8.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

How is the variable 'total cost' stored in the computer?

It is stored as a decimal number

It is stored as a binary number

It is stored on the hard drive

It is stored on a usb stick