Which sentence best describes how block-based code works?

(1 point)
Responses

Lines of code make physical blocks move.

Lines of code make physical blocks move.

Each block creates printer output.

Each block creates printer output.

Lines of code are used to print blocks.

Lines of code are used to print blocks.

Each block connects to one (or more) instructions written in code.

3 answers

Each block connects to one (or more) instructions written in code.
is that the right answer
Yes, that is the correct answer. Block-based code is a visual programming language where blocks represent specific commands or instructions, and these blocks are connected together to create a sequence of instructions.