7th Grade Unit 4 Lesson 03 Quiz

7th Grade Unit 4 Lesson 03 Quiz

7 Qs

quiz-placeholder

Similar activities

OPEN LOOP & CLOSE LOOP

OPEN LOOP & CLOSE LOOP

12th Grade

10 Qs

Quiz - Intelligenza artificiale_2°

Quiz - Intelligenza artificiale_2°

KG - University

10 Qs

do-while vs do loop Quiz

do-while vs do loop Quiz

9th - 12th Grade

5 Qs

Unit 2 ,Lesson 1:Meet For

Unit 2 ,Lesson 1:Meet For

5th Grade

10 Qs

Coding Adventure Quiz-less is more

Coding Adventure Quiz-less is more

8th Grade

8 Qs

Year 7 Unit 5 - Summative Assessment

Year 7 Unit 5 - Summative Assessment

KG - University

12 Qs

Semester Test

Semester Test

KG - University

9 Qs

Audio Element and Video Element Review Quiz

Audio Element and Video Element Review Quiz

KG - University

12 Qs

7th Grade Unit 4 Lesson 03 Quiz

7th Grade Unit 4 Lesson 03 Quiz

Assessment

Quiz

others

Hard

Created by

Anastacio Gaytan

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 15 pts

A set of loops within another loop is called a(n) _______ loop.
nested
iteration
sequenced
escaping

2.

MULTIPLE CHOICE QUESTION

30 sec • 15 pts

GoPiGo and MakeyMakey use Scratch to script _______.
video games
websites
robots
financial databases

3.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

In an algorithm, a loop will usually repeat until a condition is met.
TRUE
FALSE

4.

MULTIPLE CHOICE QUESTION

30 sec • 15 pts

Maria sets the X coordinate for her robot to -75 and the Y coordinate to 45. If the robot is starting in the center of the screen, which direction will it move?

up and to the right
down and to the left
up and to the left
down and to the right

5.

MULTIPLE CHOICE QUESTION

30 sec • 15 pts

Mario robot is in the middle of the screen. What coordinates should he set if he wants his robot to move horizontally to the left?

Y -55
X -100
Y 100
X 85

6.

MULTIPLE CHOICE QUESTION

30 sec • 15 pts

Maria wants her robot to repeat a task over and over. What should she use in her code to accomplish this?

an operator
a byte
an array
a loop

7.

MULTIPLE CHOICE QUESTION

30 sec • 15 pts

What type of block represents a loop in Scratch?
repeat
turn
event
move