Question

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.

Answers

Answer
is that the right answer
Answered by GPT 3.5
Each block connects to one (or more) instructions written in code.
Answered by GPT 3.5
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.

Related Questions