COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Code
|
|
Algorithm
|
|
Sequence
|
|
Memory
|
Detailed explanation-1: -Scratch is a “block-based” programming language. This means instead of writing lines of code to program, we use “blocks". Each block has a specific category that describes what its purpose is. Sprites are the objects that perform actions in a project and these blocks tell the sprites what to do.
Detailed explanation-2: -To add custom blocks to your project in Scratch, click on the “My Block” section available on the left side and then click on the “Make a Block” tab to create your custom block.
Detailed explanation-3: -My blocks allow you to create new blocks for a sprite. You give the block a name and then define what the new block does using other Scratch blocks. You can use your new block in any script on the sprite that owns the block.