Sequencing Blockly - 2

Sequencing Blockly - 2

7th Grade

10 Qs

quiz-placeholder

Similar activities

Увлекательный мир Python

Увлекательный мир Python

6th Grade - University

9 Qs

Pascal Coding

Pascal Coding

11th Grade

10 Qs

Spike Prime Robotics Review #3

Spike Prime Robotics Review #3

8th Grade

10 Qs

Quiz: Programming Basics Review

Quiz: Programming Basics Review

11th Grade

10 Qs

Express Course (v2024) Quiz 3

Express Course (v2024) Quiz 3

6th - 8th Grade

10 Qs

Final Quiz Review #1

Final Quiz Review #1

8th Grade

12 Qs

Blockly Programming Quiz [Level 1A]

Blockly Programming Quiz [Level 1A]

7th Grade - University

10 Qs

Spike Prime Robotics Basics

Spike Prime Robotics Basics

6th - 8th Grade

8 Qs

Sequencing Blockly - 2

Sequencing Blockly - 2

Assessment

Quiz

Information Technology (IT)

7th Grade

Hard

Created by

imam ibrahim

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You write this sequence: turn left, move forward, turn right, move forward. What shape will the character make?

A straight line

A curve

A right angle turn

A circle

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command must come first if you want the character to avoid a wall directly in front?

move forward

turn right

repeat

say hello

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will this code do?
Repeat 2 times:
Move forward
Turn right

The character moves in a U-shape

The character goes back to the starting point

The character turns in a square pattern

The character moves forward, turns right, and repeats this twice

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A maze has two forward steps, then a left turn. Which is the correct command sequence?

move forward, turn left, move forward

move forward, move forward, turn left

turn left, move forward, move forward

turn right, move forward, turn left

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the character do?

Move forward 5 steps and turn left in between

Move forward 3 times and turn left 2 times

Turn left 3 times and move 2 steps

Repeat all steps 5 times

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What’s the difference between these two codes?
Code A - Left, Code B - Right

Code A turns twice after one move; Code B moves twice, then turns

Code A is faster

Code B turns more

There is no difference

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which block sequence is most efficient to move in a square?

Use 4 move forward blocks and 4 turn left blocks

Use repeat 4 times: move forward, turn left

Use repeat 2 times: move forward, turn right

Use turn left four times only

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?