This block is a condition like the ones that you have seen in an If statement (selection). When will this condition be 'true'?
Coding Quiz (3)

Quiz
•
Computers
•
7th Grade
•
Medium
Samantha Bruce
Used 1+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
This condition will be true when the sprite is in the x position that is higher than -22.
This condition will not be true when the sprite is in the x position that is higher than -220.
This condition will be true when the sprite is in the x position that is higher than -220.
This condition will not be true when the sprite is in the x position that is higher than -22.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When will this condition be 'false'?
This condition will be false when the y position is more than -220.
This condition will be false when the y position is less than -220.
This condition will be false when the x position is more than -220.
This condition will be false when the x position is less than -220.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What specifically will happen when this block of code is executed?
For as long as the x position is less than -220 the sprites’ y position will change by -10. This is making the sprite move left along the screen until it gets to the edge.
For as long as the x position is less than -220 the sprites’ x position will change by -10. This is making the sprite move left along the screen until it gets to the edge.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
All of the code underneath When green flag clicked is surrounded by a Forever block. What do you think the Forever block is being used for?
The Forever block is repeating whatever is inside the loop, over and over again. It will keep doing this until the game is physically stopped by the user.
The Forever block is repeating whatever is inside the loop, over and over again. It will keep doing this.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When will the Forever block stop running?
It wont
It will only stop running if the game is physically stopped by the user.
Not sure
Never
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The Repeat until block repeats until the condition becomes 'true'. Why does the loop start again once the building has left the screen?
Because it wants to!
Because the whole loop is inside a Forever loop. This means that the Repeat until loop will run until the sprite gets to the left of the screen (at position -220) and then the loop will break. Because the loop is inside a Forever loop, it starts again.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Explain how a Forever loop works.
A Forever loop will continuously repeat the blocks of code within it until it is physically stopped by the user.
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Explain how a Repeat until loop works.
A Repeat until loop will repeat the blocks of code inside it until the condition is ‘true’.
Similar Resources on Quizizz
10 questions
Coding 300: JavaScript/Python Vocab

Quiz
•
7th - 8th Grade
12 questions
Hour of Code

Quiz
•
6th - 12th Grade
13 questions
CTE Information Technology Quiz

Quiz
•
7th - 9th Grade
10 questions
KS3 Computing -- Iteration: FOR or WHILE?

Quiz
•
7th - 9th Grade
12 questions
Code Combat Kithgard Dungeons

Quiz
•
6th - 8th Grade
10 questions
Week 3 Arduino Basics Quiz

Quiz
•
7th - 12th Grade
10 questions
Understanding Pseudocode Basics

Quiz
•
6th Grade - University
9 questions
code.org - Minecraft

Quiz
•
6th - 8th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
11 questions
Decimal/fraction conversions quick check

Quiz
•
5th - 7th Grade
10 questions
Identifying equations

Quiz
•
KG - University
44 questions
El fin del año- 7th

Quiz
•
7th - 12th Grade
20 questions
Math Review

Quiz
•
7th Grade
14 questions
Subtracting Integers

Lesson
•
6th - 8th Grade
15 questions
Exponent Properties

Quiz
•
7th - 9th Grade