Blockly Programming Quiz [Level 1A]

Blockly Programming Quiz [Level 1A]

7th Grade

10 Qs

quiz-placeholder

Similar activities

Final Quiz Review #1

Final Quiz Review #1

8th Grade

12 Qs

Condition Programming Quiz

Condition Programming Quiz

1st Grade - University

9 Qs

Python Gaming L3

Python Gaming L3

9th - 12th Grade

10 Qs

ict quiz

ict quiz

7th Grade

10 Qs

Pascal Coding

Pascal Coding

11th Grade

10 Qs

C++ QUIZ

C++ QUIZ

12th Grade

14 Qs

MIS-RODOCODO

MIS-RODOCODO

1st Grade - University

8 Qs

Spike Prime Robotics Basics

Spike Prime Robotics Basics

6th - 8th Grade

8 Qs

Blockly Programming Quiz [Level 1A]

Blockly Programming Quiz [Level 1A]

Assessment

Quiz

Information Technology (IT)

7th Grade

Hard

Created by

imam ibrahim

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes how blocks work in Blockly?

They run randomly once placed

They snap together to build instructions step by step

They are only used to draw shapes

They follow alphabetical order

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will this code do?
[When Run] → [Repeat 4 Times] → [Move Forward]

Move forward one step

Repeat the program four times

Move forward four steps

Nothing happens

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want a character to turn left when the space bar is pressed. What block should you start with?

When Run

If-Then

When Space Key Pressed

Repeat Until

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will happen if you use a loop block inside another loop block (a "loop inside a loop")?

The program stops working

Only the inner loop will run

It creates a repeated pattern of actions

The outer loop is skipped

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which combination correctly checks if a character is touching water before moving forward?

[If Water = Yes] → [Move Backward]

[Repeat Until Touching Water]

[If Touching Water] → [Move Forward]

[Move Forward] → [If Touching Water]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if the condition in an If block is false?

The code inside still runs

The program crashes

The code inside is skipped

The next block turns red

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is it better to use a Repeat block than writing the same command multiple times?

It makes the program harder to read

It saves time and makes code cleaner

It increases memory usage

It changes the background

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?