61.9k views
8 votes
When you program in Scratch, what are two things you can do with a code

block?
A. Rotate the block vertically
B. Change the variable inside it
C. Edit the shape of the block
O D. Connect it to another block in the scripts area

1 Answer

3 votes

Answer:

I would say B and D.

In code, blocks of code can basically change anything in your terminal / scripting space. Code blocks are not literally blocks, they are used for performing functions.

• With code blocks, one thing you can do is make a variable.

• You can also connect blocks together in scratch to make something different happen.

• Scratch is also a good beginner's coding language for experimenting, and the general easy-to-code vibe that Scratch gives off.

User Yamen Ashraf
by
5.7k points