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.

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

1 answer

The sentence that best describes how block-based code works is:

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

This accurately reflects the fundamental concept of block-based coding, where each block represents a specific action or instruction.