Computer Applications
Name the block used to perform an action or a set of actions only if some condition is true or another action has happened first
- repeat
- if
- check
- wait
Scratch
2 Likes
Answer
if
Reason — The if block is used to perform an action or a set of actions only if some condition is true or another action has happened first.
Answered By
3 Likes
Related Questions
Name the block to replay an action (or a set of actions) for a specific number of times
- repeat block
- if block
- forever block
- repeat until block
Name the block to keep repeating a set of action endlessly
- repeat block
- if block
- forever block
- repeat until block
The location of the sprite on the stage can be controlled via
- the paint editor
- control block
- the "x" and "y" coordinates
- looks block
Match the following statements
(i) Group of commands that together make a sprite behave in a certain way (a) Motion Blocks (ii) Blocks used for drawing on the stage. (b) Stage (iii) Background on which animations and other actions take place. (c) Script (iv) Category of blocks that mostly begin the working of script. (d) Hat blocks (v) Category of blocks that let you specify the direction for sprite. (e) Pen blocks