7th Grade Unit 4 Lesson 03 Quiz

7th Grade Unit 4 Lesson 03 Quiz

7 Qs

quiz-placeholder

Similar activities

Problem Solving using C - EBT(2025-2026 odd)

Problem Solving using C - EBT(2025-2026 odd)

University

11 Qs

AI and Media Balance QUIZ 6TH

AI and Media Balance QUIZ 6TH

KG - University

10 Qs

JS While loops

JS While loops

KG - University

11 Qs

BEBRAS Selection

BEBRAS Selection

1st - 5th Grade

10 Qs

6th Grade Unit 4 Lesson 03 Quiz

6th Grade Unit 4 Lesson 03 Quiz

KG - University

10 Qs

Avaliação 5135 - Turma IEFP AVEIRO | C22

Avaliação 5135 - Turma IEFP AVEIRO | C22

KG - University

10 Qs

CSE Unit 2 vocab quiz #3

CSE Unit 2 vocab quiz #3

KG - University

7 Qs

1 # 1B LSA # Verifica Robotica LEZIONE 1

1 # 1B LSA # Verifica Robotica LEZIONE 1

KG - University

7 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