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.

The sentence "Each block connects to one (or more) instructions written in code" best describes how block-based code works.

The correct answer is: Each block connects to one (or more) instructions written in code.

Block-based code works by using visual blocks that represent different instructions or commands. These blocks are connected together to create a sequence of actions. The blocks are linked in a specific order to create a program. Each block represents a specific action, such as moving an object or changing a variable's value. When the program is executed, each block is interpreted and executed in the order they are connected, resulting in the desired outcome.